[go: up one dir, main page]

Skip to content

Commit

Permalink
chore: release (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 26, 2024
1 parent 8f2b7e7 commit 07dc0db
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/fast-tigers-jump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-socks-retire.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.9

### Patch Changes

- [`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4) Thanks [@prevwong](https://github.com/prevwong)! - Inject Craft package version and export sourcemaps

* [#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 [[`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4), [`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 @@ -38,7 +38,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
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.4

### Patch Changes

- [`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4) Thanks [@prevwong](https://github.com/prevwong)! - Inject Craft package version and export sourcemaps

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

## 0.2.3

### 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.3",
"version": "0.2.4",
"author": "Prev Wong <prevwong@gmail.com>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/prevwong/craft.js/",
"dependencies": {
"@craftjs/utils": "^0.2.2",
"@craftjs/utils": "^0.2.3",
"react-contenteditable": "^3.3.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @craftjs/utils

## 0.2.3

### Patch Changes

- [`8f2b7e7`](https://github.com/prevwong/craft.js/commit/8f2b7e7e334195956723cb295a277d3ed17fb0e4) Thanks [@prevwong](https://github.com/prevwong)! - Inject Craft package version and export sourcemaps

* [#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 <prevwong@gmail.com>",
"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.2
"@craftjs/utils": ^0.2.3
"@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.2
"@craftjs/utils": ^0.2.3
"@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.2, @craftjs/utils@workspace:packages/utils":
"@craftjs/utils@^0.2.3, @craftjs/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@craftjs/utils@workspace:packages/utils"
dependencies:
Expand Down

0 comments on commit 07dc0db

Please sign in to comment.