Skip to content

Commit

Permalink
v0.2.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 28, 2021
1 parent f201ddc commit 9c27936
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 14 deletions.
11 changes: 11 additions & 0 deletions 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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*",
"packages/examples/*"
],
"version": "0.2.0-alpha.11"
"version": "0.2.0-alpha.12"
}
11 changes: 11 additions & 0 deletions packages/core/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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


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-alpha.11",
"version": "0.2.0-alpha.12",
"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-alpha.11",
"@craftjs/utils": "^0.2.0-alpha.12",
"@types/react": "^16.9.11",
"debounce": "^1.2.0",
"immer": "^3.1.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.2.0-alpha.11",
"version": "0.2.0-alpha.12",
"private": true,
"scripts": {
"start": "docusaurus start",
Expand Down
11 changes: 11 additions & 0 deletions packages/examples/basic/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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/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-alpha.11",
"version": "0.2.0-alpha.12",
"private": true,
"dependencies": {
"@craftjs/core": "^0.2.0-alpha.11",
"@craftjs/core": "^0.2.0-alpha.12",
"@material-ui/core": "latest",
"clsx": "latest",
"copy-to-clipboard": "^3.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


Expand Down
6 changes: 3 additions & 3 deletions packages/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-alpha.11",
"version": "0.2.0-alpha.12",
"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-alpha.11",
"@craftjs/layers": "^0.2.0-alpha.11",
"@craftjs/core": "^0.2.0-alpha.12",
"@craftjs/layers": "^0.2.0-alpha.12",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/layers/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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


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-alpha.11",
"version": "0.2.0-alpha.12",
"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-alpha.11",
"@craftjs/utils": "^0.2.0-alpha.12",
"immer": "^3.1.3",
"lodash.isequalwith": "^4.4.0",
"react-contenteditable": "^3.3.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/slate/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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/slate/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@craftjs/slate",
"version": "0.2.0-alpha.11",
"version": "0.2.0-alpha.12",
"author": "Prev Wong",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"license": "MIT",
"types": "./lib/index.d.ts",
"dependencies": {
"@craftjs/utils": "^0.2.0-alpha.11"
"@craftjs/utils": "^0.2.0-alpha.12"
},
"devDependencies": {
"slate": "^0.57.0",
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-alpha.12 (2021-01-28)


### Bug Fixes

* **slate:** delete orphaned nodes ([#171](https://github.com/prevwong/craft.js/issues/171)) ([f201ddc](https://github.com/prevwong/craft.js/commit/f201ddc8a26cd09deab69220a9099bb5ff2c6973))





# 0.2.0-alpha.11 (2021-01-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@craftjs/utils",
"description": "Utilities used internally across the craft.js monorepo",
"private": false,
"version": "0.2.0-alpha.11",
"version": "0.2.0-alpha.12",
"author": "Prev Wong <prevwong@gmail.com>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 9c27936

Please sign in to comment.