diff --git a/.changeset/funny-shoes-begin.md b/.changeset/funny-shoes-begin.md deleted file mode 100644 index 228370802..000000000 --- a/.changeset/funny-shoes-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@craftjs/core': patch ---- - -Ensure non-null resolver prop value in Editor component diff --git a/.changeset/odd-numbers-fly.md b/.changeset/odd-numbers-fly.md deleted file mode 100644 index 44fbaf9b9..000000000 --- a/.changeset/odd-numbers-fly.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@craftjs/core": patch -"@craftjs/utils": patch ---- - -Import specific lodash methods diff --git a/.changeset/old-chicken-lay.md b/.changeset/old-chicken-lay.md deleted file mode 100644 index bf234497b..000000000 --- a/.changeset/old-chicken-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@craftjs/core': patch ---- - -Fix orphaned nodes when parsing from Frame's children in strict mode diff --git a/.changeset/thick-sloths-compare.md b/.changeset/thick-sloths-compare.md deleted file mode 100644 index 63933da09..000000000 --- a/.changeset/thick-sloths-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@craftjs/layers': patch ---- - -Bump @craftjs/core peer dep diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 000000000..48db8a7ef --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,14 @@ +# @craftjs/core + +## 0.2.1 + +### Patch Changes + +- [#566](https://github.com/prevwong/craft.js/pull/566) [`f2b77fd`](https://github.com/prevwong/craft.js/commit/f2b77fdb2af0fd8b638c37fc3feb42d9e8f3f1d4) Thanks [@ismajl-ramadani](https://github.com/ismajl-ramadani)! - Ensure non-null resolver prop value in Editor component + +* [#540](https://github.com/prevwong/craft.js/pull/540) [`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67) Thanks [@chavda-bhavik](https://github.com/chavda-bhavik)! - Import specific lodash methods + +- [#567](https://github.com/prevwong/craft.js/pull/567) [`2fffe69`](https://github.com/prevwong/craft.js/commit/2fffe6951af8e49a9b8389602d162fc3b38662a2) Thanks [@prevwong](https://github.com/prevwong)! - Fix orphaned nodes when parsing from Frame's children in strict mode + +- Updated dependencies [[`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67)]: + - @craftjs/utils@0.2.1 diff --git a/packages/core/package.json b/packages/core/package.json index 9caa4c61d..aff5a1aae 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@craftjs/core", - "version": "0.2.0", + "version": "0.2.1", "description": "A React Framework for building extensible drag and drop page editors", "keywords": [ "react", @@ -35,7 +35,7 @@ "url": "https://github.com/prevwong/craft.js/issues" }, "dependencies": { - "@craftjs/utils": "^0.2.0", + "@craftjs/utils": "^0.2.1", "debounce": "^1.2.0", "lodash": "^4.17.21", "tiny-invariant": "^1.0.6" diff --git a/packages/layers/CHANGELOG.md b/packages/layers/CHANGELOG.md new file mode 100644 index 000000000..e6fce6498 --- /dev/null +++ b/packages/layers/CHANGELOG.md @@ -0,0 +1,10 @@ +# @craftjs/layers + +## 0.2.1 + +### Patch Changes + +- [`a0fc658`](https://github.com/prevwong/craft.js/commit/a0fc6587ce7ef54c5a1b91c9dc4f84294c03b84d) Thanks [@prevwong](https://github.com/prevwong)! - Bump @craftjs/core peer dep + +- Updated dependencies [[`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67)]: + - @craftjs/utils@0.2.1 diff --git a/packages/layers/package.json b/packages/layers/package.json index 852dc19a0..4e90f4aa9 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -11,7 +11,7 @@ "web-builder", "react" ], - "version": "0.2.0", + "version": "0.2.1", "author": "Prev Wong ", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -31,7 +31,7 @@ }, "homepage": "https://github.com/prevwong/craft.js/", "dependencies": { - "@craftjs/utils": "^0.2.0", + "@craftjs/utils": "^0.2.1", "react-contenteditable": "^3.3.3" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md new file mode 100644 index 000000000..706f0f63c --- /dev/null +++ b/packages/utils/CHANGELOG.md @@ -0,0 +1,7 @@ +# @craftjs/utils + +## 0.2.1 + +### Patch Changes + +- [#540](https://github.com/prevwong/craft.js/pull/540) [`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67) Thanks [@chavda-bhavik](https://github.com/chavda-bhavik)! - Import specific lodash methods diff --git a/packages/utils/package.json b/packages/utils/package.json index 8721a0d17..e546a6063 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@craftjs/utils", "description": "Utilities used internally across the craft.js monorepo", - "version": "0.2.0", + "version": "0.2.1", "author": "Prev Wong ", "license": "MIT", "main": "./dist/cjs/index.js", diff --git a/yarn.lock b/yarn.lock index a8cda0e11..0e94ac3d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2517,7 +2517,7 @@ __metadata: version: 0.0.0-use.local resolution: "@craftjs/core@workspace:packages/core" dependencies: - "@craftjs/utils": ^0.2.0 + "@craftjs/utils": ^0.2.1 "@types/lodash": ^4.14.195 "@types/react": 18.0.27 debounce: ^1.2.0 @@ -2534,7 +2534,7 @@ __metadata: resolution: "@craftjs/layers@workspace:packages/layers" dependencies: "@babel/core": 7.7.4 - "@craftjs/utils": ^0.2.0 + "@craftjs/utils": ^0.2.1 "@svgr/rollup": 6.5.1 react-contenteditable: ^3.3.3 styled-components: 4.2.1 @@ -2545,7 +2545,7 @@ __metadata: languageName: unknown linkType: soft -"@craftjs/utils@^0.2.0, @craftjs/utils@workspace:packages/utils": +"@craftjs/utils@^0.2.1, @craftjs/utils@workspace:packages/utils": version: 0.0.0-use.local resolution: "@craftjs/utils@workspace:packages/utils" dependencies: