diff --git a/.changeset/nervous-shoes-grab.md b/.changeset/nervous-shoes-grab.md deleted file mode 100644 index 3b8f5bb..0000000 --- a/.changeset/nervous-shoes-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chamaeleon/core': patch ---- - -Removal of blocks along with nested blocks diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cfde439..886b49c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @chamaeleon/core +## 0.16.1 + +### Patch Changes + +- [`d4ab8eb`](https://github.com/lFandoriNl/chamaeleon/commit/d4ab8eb458fba051de47d05fa6d367c3c8bf7caa) Thanks [@lFandoriNl](https://github.com/lFandoriNl)! - Removal of blocks along with nested blocks + ## 0.16.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 04adabf..9ae3d5c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "@chamaeleon/core", "description": "Core Chamaeleon page builder framework", "private": false, - "version": "0.16.0", + "version": "0.16.1", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-history/CHANGELOG.md b/packages/plugin-history/CHANGELOG.md index 2c2e737..612da13 100644 --- a/packages/plugin-history/CHANGELOG.md +++ b/packages/plugin-history/CHANGELOG.md @@ -1,5 +1,12 @@ # @chamaeleon/plugin-history +## 0.3.9 + +### Patch Changes + +- Updated dependencies [[`d4ab8eb`](https://github.com/lFandoriNl/chamaeleon/commit/d4ab8eb458fba051de47d05fa6d367c3c8bf7caa)]: + - @chamaeleon/core@0.16.1 + ## 0.3.8 ### Patch Changes diff --git a/packages/plugin-history/package.json b/packages/plugin-history/package.json index 70efd90..fff5532 100644 --- a/packages/plugin-history/package.json +++ b/packages/plugin-history/package.json @@ -2,7 +2,7 @@ "name": "@chamaeleon/plugin-history", "description": "Chamaeleon plugin history for undo redo commands", "private": false, - "version": "0.3.8", + "version": "0.3.9", "publishConfig": { "access": "public" }, diff --git a/packages/plugin-persist/CHANGELOG.md b/packages/plugin-persist/CHANGELOG.md index 63405f5..fd307b3 100644 --- a/packages/plugin-persist/CHANGELOG.md +++ b/packages/plugin-persist/CHANGELOG.md @@ -1,5 +1,12 @@ # @chamaeleon/plugin-persist +## 0.3.9 + +### Patch Changes + +- Updated dependencies [[`d4ab8eb`](https://github.com/lFandoriNl/chamaeleon/commit/d4ab8eb458fba051de47d05fa6d367c3c8bf7caa)]: + - @chamaeleon/core@0.16.1 + ## 0.3.8 ### Patch Changes diff --git a/packages/plugin-persist/package.json b/packages/plugin-persist/package.json index 192cf3b..b4abe1b 100644 --- a/packages/plugin-persist/package.json +++ b/packages/plugin-persist/package.json @@ -2,7 +2,7 @@ "name": "@chamaeleon/plugin-persist", "description": "Chamaeleon plugin to persist editor state", "private": false, - "version": "0.3.8", + "version": "0.3.9", "publishConfig": { "access": "public" }, diff --git a/packages/react-editor/CHANGELOG.md b/packages/react-editor/CHANGELOG.md index c692030..b47c177 100644 --- a/packages/react-editor/CHANGELOG.md +++ b/packages/react-editor/CHANGELOG.md @@ -1,5 +1,12 @@ # @chamaeleon/react-editor +## 0.4.1 + +### Patch Changes + +- Updated dependencies [[`d4ab8eb`](https://github.com/lFandoriNl/chamaeleon/commit/d4ab8eb458fba051de47d05fa6d367c3c8bf7caa)]: + - @chamaeleon/core@0.16.1 + ## 0.4.0 ### Minor Changes diff --git a/packages/react-editor/package.json b/packages/react-editor/package.json index 239b815..bf642da 100644 --- a/packages/react-editor/package.json +++ b/packages/react-editor/package.json @@ -2,7 +2,7 @@ "name": "@chamaeleon/react-editor", "description": "Chamaeleon react editor", "private": false, - "version": "0.4.0", + "version": "0.4.1", "publishConfig": { "access": "public" },