Skip to content

Commit 39ea4ab

Browse files
chore: release (#687)
1 parent cd13881 commit 39ea4ab

File tree

8 files changed

+32
-15
lines changed

8 files changed

+32
-15
lines changed

.changeset/good-readers-look.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.10
4+
5+
### Patch Changes
6+
7+
- [`cd13881`](https://github.com/prevwong/craft.js/commit/cd1388144637c8e788e8e245cbcb42d9d2490e12) Thanks [@prevwong](https://github.com/prevwong)! - Fix regression - include typings in npm package
8+
9+
- Updated dependencies [[`cd13881`](https://github.com/prevwong/craft.js/commit/cd1388144637c8e788e8e245cbcb42d9d2490e12)]:
10+
- @craftjs/utils@0.2.4
11+
312
## 0.2.9
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.9",
3+
"version": "0.2.10",
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.3",
42+
"@craftjs/utils": "^0.2.4",
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.5
4+
5+
### Patch Changes
6+
7+
- [`cd13881`](https://github.com/prevwong/craft.js/commit/cd1388144637c8e788e8e245cbcb42d9d2490e12) Thanks [@prevwong](https://github.com/prevwong)! - Fix regression - include typings in npm package
8+
9+
- Updated dependencies [[`cd13881`](https://github.com/prevwong/craft.js/commit/cd1388144637c8e788e8e245cbcb42d9d2490e12)]:
10+
- @craftjs/utils@0.2.4
11+
312
## 0.2.4
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.4",
14+
"version": "0.2.5",
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.3",
38+
"@craftjs/utils": "^0.2.4",
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.4
4+
5+
### Patch Changes
6+
7+
- [`cd13881`](https://github.com/prevwong/craft.js/commit/cd1388144637c8e788e8e245cbcb42d9d2490e12) Thanks [@prevwong](https://github.com/prevwong)! - Fix regression - include typings in npm package
8+
39
## 0.2.3
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.3",
4+
"version": "0.2.4",
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
@@ -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.3
2520+
"@craftjs/utils": ^0.2.4
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.3
2537+
"@craftjs/utils": ^0.2.4
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.3, @craftjs/utils@workspace:packages/utils":
2548+
"@craftjs/utils@^0.2.4, @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)