Skip to content

Commit

Permalink
chore: release 3.9.0 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 10, 2021
1 parent 120af68 commit 4e89819
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 4e89819

Please sign in to comment.