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 Jul 25, 2024
1 parent b0a9e0b commit a2e7565
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-socks-retire.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.9

### Patch Changes

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

- Updated dependencies [[`b0a9e0b`](https://github.com/prevwong/craft.js/commit/b0a9e0bc65ebbc770a1ad093fac3e052d86fc2dc)]:
- @craftjs/utils@0.2.3

## 0.2.8

### 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.8",
"version": "0.2.9",
"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.2",
"@craftjs/utils": "^0.2.3",
"debounce": "^1.2.0",
"lodash": "^4.17.21",
"tiny-invariant": "^1.0.6"
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.3

### Patch Changes

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

## 0.2.2

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

0 comments on commit a2e7565

Please sign in to comment.