Skip to content

Commit

Permalink
v0.2.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Apr 7, 2023
1 parent c74f4c9 commit 00add2c
Show file tree
Hide file tree
Showing 15 changed files with 97 additions and 20 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-beta.9](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.8...v0.2.0-beta.9) (2023-04-07)


### Bug Fixes

* missing options in <Editor /> props ([#501](https://github.com/prevwong/craft.js/issues/501)) ([c74f4c9](https://github.com/prevwong/craft.js/commit/c74f4c94e1722c4f515a34ebf8718af896661de7))
* nested "type" key in Element props leads to serialization error ([#308](https://github.com/prevwong/craft.js/issues/308)) ([#478](https://github.com/prevwong/craft.js/issues/478)) ([ed46ee6](https://github.com/prevwong/craft.js/commit/ed46ee6e6653cd0d15cb35080516ca5ccf08959a))
* types ([8d3aee4](https://github.com/prevwong/craft.js/commit/8d3aee4359bacd41f6284e38ca45558262170501))
* types ([99d92be](https://github.com/prevwong/craft.js/commit/99d92be29685fa22f90e7abaa43df7240b057aa9))





# [0.2.0-beta.8](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2022-08-30)

**Note:** Version bump only for package craft.js
Expand Down
8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-beta.9](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.8...v0.2.0-beta.9) (2023-04-07)

**Note:** Version bump only for package example-basic





# [0.2.0-beta.8](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2022-08-30)

**Note:** Version bump only for package example-basic
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "example-basic",
"version": "0.2.0-beta.8",
"version": "0.2.0-beta.9",
"private": true,
"dependencies": {
"@craftjs/core": "^0.2.0-beta.8",
"@craftjs/core": "^0.2.0-beta.9",
"@material-ui/core": "4.5.2",
"clsx": "latest",
"copy-to-clipboard": "3.2.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/landing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-beta.9](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.8...v0.2.0-beta.9) (2023-04-07)


### Bug Fixes

* types ([99d92be](https://github.com/prevwong/craft.js/commit/99d92be29685fa22f90e7abaa43df7240b057aa9))





# [0.2.0-beta.8](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2022-08-30)

**Note:** Version bump only for package example-landing
Expand Down
6 changes: 3 additions & 3 deletions examples/landing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-landing",
"version": "0.2.0-beta.8",
"version": "0.2.0-beta.9",
"private": true,
"scripts": {
"start": "next dev -p 3001",
Expand All @@ -9,8 +9,8 @@
"clean": "rimraf lib .next out dist"
},
"dependencies": {
"@craftjs/core": "^0.2.0-beta.8",
"@craftjs/layers": "^0.2.0-beta.8",
"@craftjs/core": "^0.2.0-beta.9",
"@craftjs/layers": "^0.2.0-beta.9",
"@material-ui/core": "4.5.2",
"@material-ui/icons": "4.5.1",
"autoprefixer": "latest",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.0-beta.8"
"version": "0.2.0-beta.9"
}
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-beta.9](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.8...v0.2.0-beta.9) (2023-04-07)


### Bug Fixes

* missing options in <Editor /> props ([#501](https://github.com/prevwong/craft.js/issues/501)) ([c74f4c9](https://github.com/prevwong/craft.js/commit/c74f4c94e1722c4f515a34ebf8718af896661de7))
* nested "type" key in Element props leads to serialization error ([#308](https://github.com/prevwong/craft.js/issues/308)) ([#478](https://github.com/prevwong/craft.js/issues/478)) ([ed46ee6](https://github.com/prevwong/craft.js/commit/ed46ee6e6653cd0d15cb35080516ca5ccf08959a))
* types ([8d3aee4](https://github.com/prevwong/craft.js/commit/8d3aee4359bacd41f6284e38ca45558262170501))





# [0.2.0-beta.8](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2022-08-30)

**Note:** Version bump only for package @craftjs/core
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.0-beta.8",
"version": "0.2.0-beta.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.0-beta.8",
"@craftjs/utils": "^0.2.0-beta.9",
"debounce": "^1.2.0",
"lodash": "^4.17.20",
"tiny-invariant": "^1.0.6"
Expand Down
12 changes: 12 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-beta.9](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.8...v0.2.0-beta.9) (2023-04-07)


### Bug Fixes

* types ([8d3aee4](https://github.com/prevwong/craft.js/commit/8d3aee4359bacd41f6284e38ca45558262170501))
* types ([99d92be](https://github.com/prevwong/craft.js/commit/99d92be29685fa22f90e7abaa43df7240b057aa9))





# [0.2.0-beta.8](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2022-08-30)

**Note:** Version bump only for package @craftjs/layers
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.0-beta.8",
"version": "0.2.0-beta.9",
"author": "Prev Wong <prevwong@gmail.com>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/prevwong/craft.js/",
"dependencies": {
"@craftjs/utils": "^0.2.0-beta.8",
"@craftjs/utils": "^0.2.0-beta.9",
"react-contenteditable": "^3.3.3"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-beta.9](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.8...v0.2.0-beta.9) (2023-04-07)


### Bug Fixes

* types ([8d3aee4](https://github.com/prevwong/craft.js/commit/8d3aee4359bacd41f6284e38ca45558262170501))





# [0.2.0-beta.8](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2022-08-30)

**Note:** Version bump only for package @craftjs/utils
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.0-beta.8",
"version": "0.2.0-beta.9",
"author": "Prev Wong <prevwong@gmail.com>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-beta.9](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.8...v0.2.0-beta.9) (2023-04-07)

**Note:** Version bump only for package site





# [0.2.0-beta.8](https://github.com/prevwong/craft.js/compare/v0.2.0-beta.7...v0.2.0-beta.8) (2022-08-30)

**Note:** Version bump only for package site
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.2.0-beta.8",
"version": "0.2.0-beta.9",
"private": true,
"scripts": {
"start": "docusaurus start",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2247,11 +2247,11 @@ __metadata:
languageName: node
linkType: hard

"@craftjs/core@^0.2.0-beta.8, @craftjs/core@workspace:packages/core":
"@craftjs/core@^0.2.0-beta.9, @craftjs/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@craftjs/core@workspace:packages/core"
dependencies:
"@craftjs/utils": ^0.2.0-beta.8
"@craftjs/utils": ^0.2.0-beta.9
"@types/react": 18.0.27
debounce: ^1.2.0
lodash: ^4.17.20
Expand All @@ -2262,12 +2262,12 @@ __metadata:
languageName: unknown
linkType: soft

"@craftjs/layers@^0.2.0-beta.8, @craftjs/layers@workspace:packages/layers":
"@craftjs/layers@^0.2.0-beta.9, @craftjs/layers@workspace:packages/layers":
version: 0.0.0-use.local
resolution: "@craftjs/layers@workspace:packages/layers"
dependencies:
"@babel/core": 7.7.4
"@craftjs/utils": ^0.2.0-beta.8
"@craftjs/utils": ^0.2.0-beta.9
"@svgr/rollup": 6.5.1
react-contenteditable: ^3.3.3
styled-components: 4.2.1
Expand All @@ -2278,7 +2278,7 @@ __metadata:
languageName: unknown
linkType: soft

"@craftjs/utils@^0.2.0-beta.8, @craftjs/utils@workspace:packages/utils":
"@craftjs/utils@^0.2.0-beta.9, @craftjs/utils@workspace:packages/utils":
version: 0.0.0-use.local
resolution: "@craftjs/utils@workspace:packages/utils"
dependencies:
Expand Down Expand Up @@ -10774,7 +10774,7 @@ clsx@latest:
version: 0.0.0-use.local
resolution: "example-basic@workspace:examples/basic"
dependencies:
"@craftjs/core": ^0.2.0-beta.8
"@craftjs/core": ^0.2.0-beta.9
"@material-ui/core": 4.5.2
clsx: latest
copy-to-clipboard: 3.2.0
Expand All @@ -10794,8 +10794,8 @@ clsx@latest:
resolution: "example-landing@workspace:examples/landing"
dependencies:
"@babel/core": 7.7.5
"@craftjs/core": ^0.2.0-beta.8
"@craftjs/layers": ^0.2.0-beta.8
"@craftjs/core": ^0.2.0-beta.9
"@craftjs/layers": ^0.2.0-beta.9
"@fullhuman/postcss-purgecss": 1.3.0
"@material-ui/core": 4.5.2
"@material-ui/icons": 4.5.1
Expand Down

0 comments on commit 00add2c

Please sign in to comment.