Skip to content

Commit 07dc0db

Browse files
chore: release (#684)
1 parent 8f2b7e7 commit 07dc0db

File tree

9 files changed

+36
-21
lines changed

9 files changed

+36
-21
lines changed

.changeset/fast-tigers-jump.md

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

.changeset/modern-socks-retire.md

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

packages/core/CHANGELOG.md

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

3+
## 0.2.9
4+
5+
### Patch Changes
6+
7+
- [`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4) Thanks [@prevwong](https://github.com/prevwong)! - Inject Craft package version and export sourcemaps
8+
9+
* [#683](https://github.com/prevwong/craft.js/pull/683) [`b0a9e0b`](https://github.com/prevwong/craft.js/commit/b0a9e0bc65ebbc770a1ad093fac3e052d86fc2dc) Thanks [@prevwong](https://github.com/prevwong)! - Allow customising dnd indicator style/classname
10+
11+
* Updated dependencies [[`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4), [`b0a9e0b`](https://github.com/prevwong/craft.js/commit/b0a9e0bc65ebbc770a1ad093fac3e052d86fc2dc)]:
12+
- @craftjs/utils@0.2.3
13+
314
## 0.2.8
415

516
### 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.8",
3+
"version": "0.2.9",
44
"description": "A React Framework for building extensible drag and drop page editors",
55
"keywords": [
66
"react",
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/prevwong/craft.js/issues"
3939
},
4040
"dependencies": {
41-
"@craftjs/utils": "^0.2.2",
41+
"@craftjs/utils": "^0.2.3",
4242
"debounce": "^1.2.0",
4343
"lodash": "^4.17.21",
4444
"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.4
4+
5+
### Patch Changes
6+
7+
- [`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4) Thanks [@prevwong](https://github.com/prevwong)! - Inject Craft package version and export sourcemaps
8+
9+
- Updated dependencies [[`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4), [`b0a9e0b`](https://github.com/prevwong/craft.js/commit/b0a9e0bc65ebbc770a1ad093fac3e052d86fc2dc)]:
10+
- @craftjs/utils@0.2.3
11+
312
## 0.2.3
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.3",
14+
"version": "0.2.4",
1515
"author": "Prev Wong <[email protected]>",
1616
"main": "./dist/cjs/index.js",
1717
"module": "./dist/esm/index.js",
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/prevwong/craft.js/",
3636
"dependencies": {
37-
"@craftjs/utils": "^0.2.2",
37+
"@craftjs/utils": "^0.2.3",
3838
"react-contenteditable": "^3.3.3"
3939
},
4040
"devDependencies": {

packages/utils/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4) Thanks [@prevwong](https://github.com/prevwong)! - Inject Craft package version and export sourcemaps
8+
9+
* [#683](https://github.com/prevwong/craft.js/pull/683) [`b0a9e0b`](https://github.com/prevwong/craft.js/commit/b0a9e0bc65ebbc770a1ad093fac3e052d86fc2dc) Thanks [@prevwong](https://github.com/prevwong)! - Allow customising dnd indicator style/classname
10+
311
## 0.2.2
412

513
### 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.2",
4+
"version": "0.2.3",
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.2
2520+
"@craftjs/utils": ^0.2.3
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.2
2537+
"@craftjs/utils": ^0.2.3
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.2, @craftjs/utils@workspace:packages/utils":
2548+
"@craftjs/utils@^0.2.3, @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)