Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2024
1 parent 308b965 commit e3d821d
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-shrimps-call.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-garlics-refuse.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- [#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

* [#655](https://github.com/prevwong/craft.js/pull/655) [`308b965`](https://github.com/prevwong/craft.js/commit/308b96578ad74c8f821d2c2b5f559e302c97c906) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup React.FC prop types

* Updated dependencies [[`308b965`](https://github.com/prevwong/craft.js/commit/308b96578ad74c8f821d2c2b5f559e302c97c906)]:
- @craftjs/utils@0.2.2

## 0.2.6

### Patch Changes
Expand Down
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.6",
"version": "0.2.7",
"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.1",
"@craftjs/utils": "^0.2.2",
"debounce": "^1.2.0",
"lodash": "^4.17.21",
"tiny-invariant": "^1.0.6"
Expand Down
9 changes: 9 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @craftjs/layers

## 0.2.3

### Patch Changes

- [#655](https://github.com/prevwong/craft.js/pull/655) [`308b965`](https://github.com/prevwong/craft.js/commit/308b96578ad74c8f821d2c2b5f559e302c97c906) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup React.FC prop types

- Updated dependencies [[`308b965`](https://github.com/prevwong/craft.js/commit/308b96578ad74c8f821d2c2b5f559e302c97c906)]:
- @craftjs/utils@0.2.2

## 0.2.2

### Patch Changes
Expand Down
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.2",
"version": "0.2.3",
"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.1",
"@craftjs/utils": "^0.2.2",
"react-contenteditable": "^3.3.3"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @craftjs/utils

## 0.2.2

### Patch Changes

- [#655](https://github.com/prevwong/craft.js/pull/655) [`308b965`](https://github.com/prevwong/craft.js/commit/308b96578ad74c8f821d2c2b5f559e302c97c906) Thanks [@prevwong](https://github.com/prevwong)! - Cleanup React.FC prop types

## 0.2.1

### Patch Changes
Expand Down
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.1",
"version": "0.2.2",
"author": "Prev Wong <[email protected]>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit e3d821d

Please sign in to comment.