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 Feb 14, 2025
1 parent ace25f1 commit 08a9b37
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/angry-panthers-type.md

This file was deleted.

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

## 0.2.12

### Patch Changes

- [#726](https://github.com/prevwong/craft.js/pull/726) [`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202) Thanks [@prevwong](https://github.com/prevwong)! - Add support for react 19

- Updated dependencies [[`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202)]:
- @craftjs/utils@0.2.5

## 0.2.11

### 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.11",
"version": "0.2.12",
"description": "A React Framework for building extensible drag and drop page editors",
"keywords": [
"react",
Expand Down Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/prevwong/craft.js/issues"
},
"dependencies": {
"@craftjs/utils": "^0.2.4",
"@craftjs/utils": "^0.2.5",
"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.7

### Patch Changes

- [#726](https://github.com/prevwong/craft.js/pull/726) [`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202) Thanks [@prevwong](https://github.com/prevwong)! - Add support for react 19

- Updated dependencies [[`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202)]:
- @craftjs/utils@0.2.5

## 0.2.6

### 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.6",
"version": "0.2.7",
"author": "Prev Wong <[email protected]>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/prevwong/craft.js/",
"dependencies": {
"@craftjs/utils": "^0.2.4",
"@craftjs/utils": "^0.2.5",
"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.5

### Patch Changes

- [#726](https://github.com/prevwong/craft.js/pull/726) [`ace25f1`](https://github.com/prevwong/craft.js/commit/ace25f137e3b95f515207d9f06afc4526faa1202) Thanks [@prevwong](https://github.com/prevwong)! - Add support for react 19

## 0.2.4

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

0 comments on commit 08a9b37

Please sign in to comment.