Skip to content

Commit

Permalink
chore: release (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2024
1 parent cb45f2c commit 03f87eb
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-days-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-toys-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-countries-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-glasses-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-rice-build.md

This file was deleted.

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

## 0.2.6

### Patch Changes

- [`4fa9b46`](https://github.com/prevwong/craft.js/commit/4fa9b4654c75f75dbcb4fff0a7abc61b94984319) Thanks [@Traveller23](https://github.com/Traveller23)! - Improve resolver performance

* [#634](https://github.com/prevwong/craft.js/pull/634) [`4dcd6a2`](https://github.com/prevwong/craft.js/commit/4dcd6a202b1740035967856b04f612f834030b6c) Thanks [@prevwong](https://github.com/prevwong)! - Prevent delay when drop element outside of Editor frame

- [#630](https://github.com/prevwong/craft.js/pull/630) [`fcc71d8`](https://github.com/prevwong/craft.js/commit/fcc71d81cb27ea3a5f7d5550785dfbff19690926) Thanks [@pavsidhu](https://github.com/pavsidhu)! - Add `hidden` prop to <Element /> component's prop type

* [`cb45f2c`](https://github.com/prevwong/craft.js/commit/cb45f2c8785e7ce048c52e841b7d034d4059142a) Thanks [@tomas-c](https://github.com/tomas-c)! - SSR support

- [`b25469e`](https://github.com/prevwong/craft.js/commit/b25469ecc7ffb59fa1f43d3664e002c1e2a5bd46) Thanks [@prevwong](https://github.com/prevwong)! - Make parentId param optional in actions.add()

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@craftjs/core",
"version": "0.2.5",
"version": "0.2.6",
"description": "A React Framework for building extensible drag and drop page editors",
"keywords": [
"react",
Expand Down

0 comments on commit 03f87eb

Please sign in to comment.