Skip to content

Commit 23f44f3

Browse files
chore: release (#729)
1 parent fdcae89 commit 23f44f3

File tree

8 files changed

+32
-15
lines changed

8 files changed

+32
-15
lines changed

.changeset/angry-panthers-type.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @craftjs/core
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202)]:
10+
- @craftjs/utils@0.2.5
11+
312
## 0.2.11
413

514
### Patch Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@craftjs/core",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "A React Framework for building extensible drag and drop page editors",
55
"keywords": [
66
"react",
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/prevwong/craft.js/issues"
4040
},
4141
"dependencies": {
42-
"@craftjs/utils": "^0.2.4",
42+
"@craftjs/utils": "^0.2.5",
4343
"debounce": "^1.2.0",
4444
"lodash": "^4.17.21",
4545
"tiny-invariant": "^1.0.6"

packages/layers/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @craftjs/layers
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202)]:
10+
- @craftjs/utils@0.2.5
11+
312
## 0.2.6
413

514
### Patch Changes

packages/layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"web-builder",
1212
"react"
1313
],
14-
"version": "0.2.6",
14+
"version": "0.2.7",
1515
"author": "Prev Wong <[email protected]>",
1616
"main": "./dist/cjs/index.js",
1717
"module": "./dist/esm/index.js",
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/prevwong/craft.js/",
3737
"dependencies": {
38-
"@craftjs/utils": "^0.2.4",
38+
"@craftjs/utils": "^0.2.5",
3939
"react-contenteditable": "^3.3.3"
4040
},
4141
"devDependencies": {

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @craftjs/utils
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.2.4
410

511
### Patch Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@craftjs/utils",
33
"description": "Utilities used internally across the craft.js monorepo",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"author": "Prev Wong <[email protected]>",
66
"license": "MIT",
77
"main": "./dist/cjs/index.js",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,7 +3591,7 @@ __metadata:
35913591
version: 0.0.0-use.local
35923592
resolution: "@craftjs/core@workspace:packages/core"
35933593
dependencies:
3594-
"@craftjs/utils": ^0.2.4
3594+
"@craftjs/utils": ^0.2.5
35953595
"@types/lodash": ^4.14.195
35963596
"@types/react": 19.0.8
35973597
"@types/react-dom": 19.0.3
@@ -3609,7 +3609,7 @@ __metadata:
36093609
resolution: "@craftjs/layers@workspace:packages/layers"
36103610
dependencies:
36113611
"@babel/core": 7.7.4
3612-
"@craftjs/utils": ^0.2.4
3612+
"@craftjs/utils": ^0.2.5
36133613
"@svgr/rollup": 6.5.1
36143614
react-contenteditable: ^3.3.3
36153615
styled-components: 6.1.13
@@ -3620,7 +3620,7 @@ __metadata:
36203620
languageName: unknown
36213621
linkType: soft
36223622

3623-
"@craftjs/utils@^0.2.4, @craftjs/utils@workspace:packages/utils":
3623+
"@craftjs/utils@^0.2.5, @craftjs/utils@workspace:packages/utils":
36243624
version: 0.0.0-use.local
36253625
resolution: "@craftjs/utils@workspace:packages/utils"
36263626
dependencies:

0 commit comments

Comments
 (0)