From 08a9b37db81904fde71ce0a565bc686d1395d161 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Feb 2025 07:16:08 +0000 Subject: [PATCH] chore: release --- .changeset/angry-panthers-type.md | 7 ------- packages/core/CHANGELOG.md | 9 +++++++++ packages/core/package.json | 4 ++-- packages/layers/CHANGELOG.md | 9 +++++++++ packages/layers/package.json | 4 ++-- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- 7 files changed, 29 insertions(+), 12 deletions(-) delete mode 100644 .changeset/angry-panthers-type.md diff --git a/.changeset/angry-panthers-type.md b/.changeset/angry-panthers-type.md deleted file mode 100644 index f89afed5a..000000000 --- a/.changeset/angry-panthers-type.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@craftjs/layers': patch -'@craftjs/utils': patch -'@craftjs/core': patch ---- - -Add support for react 19 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dbb164554..52b0171ed 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @craftjs/core +## 0.2.12 + +### Patch Changes + +- [#726](https://github.com/prevwong/craft.js/pull/726) [`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202) Thanks [@prevwong](https://github.com/prevwong)! - Add support for react 19 + +- Updated dependencies [[`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202)]: + - @craftjs/utils@0.2.5 + ## 0.2.11 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index dce0efcae..c8669b5e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@craftjs/core", - "version": "0.2.11", + "version": "0.2.12", "description": "A React Framework for building extensible drag and drop page editors", "keywords": [ "react", @@ -39,7 +39,7 @@ "url": "https://github.com/prevwong/craft.js/issues" }, "dependencies": { - "@craftjs/utils": "^0.2.4", + "@craftjs/utils": "^0.2.5", "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 index cd443e041..b629eed75 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -1,5 +1,14 @@ # @craftjs/layers +## 0.2.7 + +### Patch Changes + +- [#726](https://github.com/prevwong/craft.js/pull/726) [`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202) Thanks [@prevwong](https://github.com/prevwong)! - Add support for react 19 + +- Updated dependencies [[`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202)]: + - @craftjs/utils@0.2.5 + ## 0.2.6 ### Patch Changes diff --git a/packages/layers/package.json b/packages/layers/package.json index 80b2b6f32..745ef50fe 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -11,7 +11,7 @@ "web-builder", "react" ], - "version": "0.2.6", + "version": "0.2.7", "author": "Prev Wong ", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/prevwong/craft.js/", "dependencies": { - "@craftjs/utils": "^0.2.4", + "@craftjs/utils": "^0.2.5", "react-contenteditable": "^3.3.3" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index fb9ddc63f..6439cb7f9 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @craftjs/utils +## 0.2.5 + +### Patch Changes + +- [#726](https://github.com/prevwong/craft.js/pull/726) [`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202) Thanks [@prevwong](https://github.com/prevwong)! - Add support for react 19 + ## 0.2.4 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index f1cac3d5a..7327b475d 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.4", + "version": "0.2.5", "author": "Prev Wong ", "license": "MIT", "main": "./dist/cjs/index.js",