Skip to content

Commit

Permalink
chore: release (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 29, 2024
1 parent 246fa3c commit 05ce875
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-goats-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-onions-mate.md

This file was deleted.

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

## 0.2.5

### Patch Changes

- [#578](https://github.com/prevwong/craft.js/pull/578) [`246fa3c`](https://github.com/prevwong/craft.js/commit/246fa3caa7667e1bb78f73ff0bb96e06f152a266) Thanks [@Traveller23](https://github.com/Traveller23)! - Add a property `info` to `UserComponent`, which will be copied to `Node`, but will not be serialized.

## 0.2.4

### 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.4",
"version": "0.2.5",
"description": "A React Framework for building extensible drag and drop page editors",
"keywords": [
"react",
Expand Down
6 changes: 6 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @craftjs/layers

## 0.2.2

### Patch Changes

- [#604](https://github.com/prevwong/craft.js/pull/604) [`7d091ab`](https://github.com/prevwong/craft.js/commit/7d091ab9e5c8e1c9e1d66439b5805330b5557930) Thanks [@Hahlh](https://github.com/Hahlh)! - Improve defaultLayerHeader chevron rotation

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.2.2",
"author": "Prev Wong <prevwong@gmail.com>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 05ce875

Please sign in to comment.