Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #565

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/funny-shoes-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-numbers-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-chicken-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-sloths-compare.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @craftjs/core

## 0.2.1

### Patch Changes

- [#566](https://github.com/prevwong/craft.js/pull/566) [`f2b77fd`](https://github.com/prevwong/craft.js/commit/f2b77fdb2af0fd8b638c37fc3feb42d9e8f3f1d4) Thanks [@ismajl-ramadani](https://github.com/ismajl-ramadani)! - Ensure non-null resolver prop value in Editor component

* [#540](https://github.com/prevwong/craft.js/pull/540) [`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67) Thanks [@chavda-bhavik](https://github.com/chavda-bhavik)! - Import specific lodash methods

- [#567](https://github.com/prevwong/craft.js/pull/567) [`2fffe69`](https://github.com/prevwong/craft.js/commit/2fffe6951af8e49a9b8389602d162fc3b38662a2) Thanks [@prevwong](https://github.com/prevwong)! - Fix orphaned nodes when parsing from Frame's children in strict mode

- Updated dependencies [[`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67)]:
- @craftjs/[email protected]
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@craftjs/core",
"version": "0.2.0",
"version": "0.2.1",
"description": "A React Framework for building extensible drag and drop page editors",
"keywords": [
"react",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/prevwong/craft.js/issues"
},
"dependencies": {
"@craftjs/utils": "^0.2.0",
"@craftjs/utils": "^0.2.1",
"debounce": "^1.2.0",
"lodash": "^4.17.21",
"tiny-invariant": "^1.0.6"
Expand Down
10 changes: 10 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @craftjs/layers

## 0.2.1

### Patch Changes

- [`a0fc658`](https://github.com/prevwong/craft.js/commit/a0fc6587ce7ef54c5a1b91c9dc4f84294c03b84d) Thanks [@prevwong](https://github.com/prevwong)! - Bump @craftjs/core peer dep

- Updated dependencies [[`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67)]:
- @craftjs/[email protected]
4 changes: 2 additions & 2 deletions packages/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"web-builder",
"react"
],
"version": "0.2.0",
"version": "0.2.1",
"author": "Prev Wong <[email protected]>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/prevwong/craft.js/",
"dependencies": {
"@craftjs/utils": "^0.2.0",
"@craftjs/utils": "^0.2.1",
"react-contenteditable": "^3.3.3"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @craftjs/utils

## 0.2.1

### Patch Changes

- [#540](https://github.com/prevwong/craft.js/pull/540) [`462d368`](https://github.com/prevwong/craft.js/commit/462d368e1ffd2a8b7ae987beae8a64720b4bdf67) Thanks [@chavda-bhavik](https://github.com/chavda-bhavik)! - Import specific lodash methods
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@craftjs/utils",
"description": "Utilities used internally across the craft.js monorepo",
"version": "0.2.0",
"version": "0.2.1",
"author": "Prev Wong <[email protected]>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@craftjs/core@workspace:packages/core"
dependencies:
"@craftjs/utils": ^0.2.0
"@craftjs/utils": ^0.2.1
"@types/lodash": ^4.14.195
"@types/react": 18.0.27
debounce: ^1.2.0
Expand All @@ -2534,7 +2534,7 @@ __metadata:
resolution: "@craftjs/layers@workspace:packages/layers"
dependencies:
"@babel/core": 7.7.4
"@craftjs/utils": ^0.2.0
"@craftjs/utils": ^0.2.1
"@svgr/rollup": 6.5.1
react-contenteditable: ^3.3.3
styled-components: 4.2.1
Expand All @@ -2545,7 +2545,7 @@ __metadata:
languageName: unknown
linkType: soft

"@craftjs/utils@^0.2.0, @craftjs/utils@workspace:packages/utils":
"@craftjs/utils@^0.2.1, @craftjs/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@craftjs/utils@workspace:packages/utils"
dependencies:
Expand Down
Loading