Skip to content

Commit 218733c

Browse files
chore: release (#708)
1 parent 2f133d9 commit 218733c

File tree

6 files changed

+16
-13
lines changed

6 files changed

+16
-13
lines changed

.changeset/red-cameras-burn.md

-5
This file was deleted.

.changeset/smooth-elephants-clean.md

-6
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @craftjs/core
22

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- [#705](https://github.com/prevwong/craft.js/pull/705) [`2f133d9`](https://github.com/prevwong/craft.js/commit/2f133d99bcc32d7ed9f9aa6069585af23ac6e226) Thanks [@itsbjoern](https://github.com/itsbjoern)! - Use removeHoverOnMouseleave option for layers package
8+
39
## 0.2.10
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@craftjs/core",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "A React Framework for building extensible drag and drop page editors",
55
"keywords": [
66
"react",

packages/layers/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @craftjs/layers
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- [#707](https://github.com/prevwong/craft.js/pull/707) [`48cb5cb`](https://github.com/prevwong/craft.js/commit/48cb5cb0526cd79bc64de6c09bf6a37d1492104c) Thanks [@pixel-toys-chris-evans](https://github.com/pixel-toys-chris-evans)! - Updated 'styled-components' from 4.x.x to 6.x.x
8+
9+
* [#705](https://github.com/prevwong/craft.js/pull/705) [`2f133d9`](https://github.com/prevwong/craft.js/commit/2f133d99bcc32d7ed9f9aa6069585af23ac6e226) Thanks [@itsbjoern](https://github.com/itsbjoern)! - Use removeHoverOnMouseleave option for layers package
10+
311
## 0.2.5
412

513
### Patch Changes

packages/layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"web-builder",
1212
"react"
1313
],
14-
"version": "0.2.5",
14+
"version": "0.2.6",
1515
"author": "Prev Wong <[email protected]>",
1616
"main": "./dist/cjs/index.js",
1717
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)