From 4e89819f3816ad7182a0a75b43402a29ab296503 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 09:08:20 -0600 Subject: [PATCH] chore: release 3.9.0 (#212) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6943583..2820f4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.9.0](https://www.github.com/blinkk/editor.dev-ui/compare/v3.8.0...v3.9.0) (2021-08-10) + + +### Features + +* Project breadcrumb links. ([#211](https://www.github.com/blinkk/editor.dev-ui/issues/211)) ([9f8a07d](https://www.github.com/blinkk/editor.dev-ui/commit/9f8a07dfc073541c34d4efcee2488b3d06ad1b29)) + + +### Bug Fixes + +* Clone of selective config causes global objects to be cloned. ([#217](https://www.github.com/blinkk/editor.dev-ui/issues/217)) ([120af68](https://www.github.com/blinkk/editor.dev-ui/commit/120af6889662bca4d9bc9c7c0e62000132e74bd1)) +* Infinite loading when errors retrieving data ([#214](https://www.github.com/blinkk/editor.dev-ui/issues/214)) ([527de65](https://www.github.com/blinkk/editor.dev-ui/commit/527de65e5b6acfc230a180318cc6cd18a5aa7be1)), closes [#128](https://www.github.com/blinkk/editor.dev-ui/issues/128) +* Project type specific guessing of partials. ([#215](https://www.github.com/blinkk/editor.dev-ui/issues/215)) ([ef7920d](https://www.github.com/blinkk/editor.dev-ui/commit/ef7920d567a936bbcabd0db5af00c96740fe72f9)), closes [#213](https://www.github.com/blinkk/editor.dev-ui/issues/213) +* SVG path fill color to current color for theming. ([43b4d46](https://www.github.com/blinkk/editor.dev-ui/commit/43b4d4642a5f76cd9ccd95c29054b5964b852772)) +* Updated onboarding flow to match newer mocks. ([#209](https://www.github.com/blinkk/editor.dev-ui/issues/209)) ([49ef330](https://www.github.com/blinkk/editor.dev-ui/commit/49ef33080e09e62efb094d09268cdad77b71e16a)) + ## [3.8.0](https://www.github.com/blinkk/editor.dev-ui/compare/v3.7.0...v3.8.0) (2021-08-04) diff --git a/package.json b/package.json index db6361bb..8a6ddaac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/editor.dev-ui", - "version": "3.8.0", + "version": "3.9.0", "license": "MIT", "homepage": "https://blinkk.github.com/editor.dev-ui", "description": "Structured content editor with live previews.",