diff --git a/.changeset/many-toys-rescue.md b/.changeset/many-toys-rescue.md deleted file mode 100644 index 9c25935f1..000000000 --- a/.changeset/many-toys-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@craftjs/core': patch ---- - -Prevent delay when drop element outside of Editor frame diff --git a/.changeset/olive-countries-approve.md b/.changeset/olive-countries-approve.md deleted file mode 100644 index 647c5e6d4..000000000 --- a/.changeset/olive-countries-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@craftjs/core": patch ---- - -Add `hidden` prop to component's prop type diff --git a/.changeset/sixty-rice-build.md b/.changeset/sixty-rice-build.md deleted file mode 100644 index d1a0eca63..000000000 --- a/.changeset/sixty-rice-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@craftjs/core': patch ---- - -Make parentId param optional in actions.add() diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 73374c884..480359720 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @craftjs/core +## 0.2.6 + +### Patch Changes + +- [#634](https://github.com/prevwong/craft.js/pull/634) [`4dcd6a2`](https://github.com/prevwong/craft.js/commit/4dcd6a202b1740035967856b04f612f834030b6c) Thanks [@prevwong](https://github.com/prevwong)! - Prevent delay when drop element outside of Editor frame + +* [#630](https://github.com/prevwong/craft.js/pull/630) [`fcc71d8`](https://github.com/prevwong/craft.js/commit/fcc71d81cb27ea3a5f7d5550785dfbff19690926) Thanks [@pavsidhu](https://github.com/pavsidhu)! - Add `hidden` prop to component's prop type + +- [#635](https://github.com/prevwong/craft.js/pull/635) [`553d827`](https://github.com/prevwong/craft.js/commit/553d8270a0c81e17f43a12e9c191f6eb625789df) Thanks [@prevwong](https://github.com/prevwong)! - Make parentId param optional in actions.add() + ## 0.2.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 812975042..69db3d3e8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@craftjs/core", - "version": "0.2.5", + "version": "0.2.6", "description": "A React Framework for building extensible drag and drop page editors", "keywords": [ "react",