Skip to content

Commit 0f6ecb1

Browse files
chore: release (#654)
1 parent 9eff6b8 commit 0f6ecb1

File tree

9 files changed

+34
-20
lines changed

9 files changed

+34
-20
lines changed

.changeset/grumpy-shrimps-call.md

-5
This file was deleted.

.changeset/serious-garlics-refuse.md

-7
This file was deleted.

packages/core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @craftjs/core
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- [#653](https://github.com/prevwong/craft.js/pull/653) [`c069dff`](https://github.com/prevwong/craft.js/commit/c069dff47176541361cd0cf1769830176c07eb99) Thanks [@prevwong](https://github.com/prevwong)! - Fix <Element /> linked node creating when in react strict mode
8+
9+
* [`9eff6b8`](https://github.com/prevwong/craft.js/commit/9eff6b811933da34f33143212bfb87b1a24829fe) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup React.FC prop types
10+
11+
* Updated dependencies [[`9eff6b8`](https://github.com/prevwong/craft.js/commit/9eff6b811933da34f33143212bfb87b1a24829fe)]:
12+
- @craftjs/utils@0.2.2
13+
314
## 0.2.6
415

516
### Patch Changes

packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@craftjs/core",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "A React Framework for building extensible drag and drop page editors",
55
"keywords": [
66
"react",
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/prevwong/craft.js/issues"
3636
},
3737
"dependencies": {
38-
"@craftjs/utils": "^0.2.1",
38+
"@craftjs/utils": "^0.2.2",
3939
"debounce": "^1.2.0",
4040
"lodash": "^4.17.21",
4141
"tiny-invariant": "^1.0.6"

packages/layers/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @craftjs/layers
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [`9eff6b8`](https://github.com/prevwong/craft.js/commit/9eff6b811933da34f33143212bfb87b1a24829fe) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup React.FC prop types
8+
9+
- Updated dependencies [[`9eff6b8`](https://github.com/prevwong/craft.js/commit/9eff6b811933da34f33143212bfb87b1a24829fe)]:
10+
- @craftjs/utils@0.2.2
11+
312
## 0.2.2
413

514
### Patch Changes

packages/layers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"web-builder",
1212
"react"
1313
],
14-
"version": "0.2.2",
14+
"version": "0.2.3",
1515
"author": "Prev Wong <[email protected]>",
1616
"main": "./dist/cjs/index.js",
1717
"module": "./dist/esm/index.js",
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/prevwong/craft.js/",
3333
"dependencies": {
34-
"@craftjs/utils": "^0.2.1",
34+
"@craftjs/utils": "^0.2.2",
3535
"react-contenteditable": "^3.3.3"
3636
},
3737
"devDependencies": {

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @craftjs/utils
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- [`9eff6b8`](https://github.com/prevwong/craft.js/commit/9eff6b811933da34f33143212bfb87b1a24829fe) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup React.FC prop types
8+
39
## 0.2.1
410

511
### Patch Changes

packages/utils/package.json

+1-1
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.1",
4+
"version": "0.2.2",
55
"author": "Prev Wong <[email protected]>",
66
"license": "MIT",
77
"main": "./dist/cjs/index.js",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,7 @@ __metadata:
25172517
version: 0.0.0-use.local
25182518
resolution: "@craftjs/core@workspace:packages/core"
25192519
dependencies:
2520-
"@craftjs/utils": ^0.2.1
2520+
"@craftjs/utils": ^0.2.2
25212521
"@types/lodash": ^4.14.195
25222522
"@types/react": 18.0.27
25232523
debounce: ^1.2.0
@@ -2534,7 +2534,7 @@ __metadata:
25342534
resolution: "@craftjs/layers@workspace:packages/layers"
25352535
dependencies:
25362536
"@babel/core": 7.7.4
2537-
"@craftjs/utils": ^0.2.1
2537+
"@craftjs/utils": ^0.2.2
25382538
"@svgr/rollup": 6.5.1
25392539
react-contenteditable: ^3.3.3
25402540
styled-components: 4.2.1
@@ -2545,7 +2545,7 @@ __metadata:
25452545
languageName: unknown
25462546
linkType: soft
25472547

2548-
"@craftjs/utils@^0.2.1, @craftjs/utils@workspace:packages/utils":
2548+
"@craftjs/utils@^0.2.2, @craftjs/utils@workspace:packages/utils":
25492549
version: 0.0.0-use.local
25502550
resolution: "@craftjs/utils@workspace:packages/utils"
25512551
dependencies:

0 commit comments

Comments
 (0)