Skip to content

Commit

Permalink
v0.2.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2021
1 parent f9c2274 commit 195ea30
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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**Note:** Version bump only for package craft.js
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.15"
"version": "0.2.0-alpha.16"
}
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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**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-alpha.15",
"version": "0.2.0-alpha.16",
"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.15",
"@craftjs/utils": "^0.2.0-alpha.16",
"@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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**Note:** Version bump only for package docs
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.15",
"version": "0.2.0-alpha.16",
"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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**Note:** Version bump only for package example-basic
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.15",
"version": "0.2.0-alpha.16",
"private": true,
"dependencies": {
"@craftjs/core": "^0.2.0-alpha.15",
"@craftjs/core": "^0.2.0-alpha.16",
"@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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**Note:** Version bump only for package example-landing
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.15",
"version": "0.2.0-alpha.16",
"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.15",
"@craftjs/layers": "^0.2.0-alpha.15",
"@craftjs/core": "^0.2.0-alpha.16",
"@craftjs/layers": "^0.2.0-alpha.16",
"@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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**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-alpha.15",
"version": "0.2.0-alpha.16",
"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.15",
"@craftjs/utils": "^0.2.0-alpha.16",
"styled-components": "^4.2.1"
},
"devDependencies": {
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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**Note:** Version bump only for package @craftjs/slate
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.15",
"version": "0.2.0-alpha.16",
"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.15"
"@craftjs/utils": "^0.2.0-alpha.16"
},
"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.16 (2021-02-18)


### Bug Fixes

* handlers not being disabled ([#189](https://github.com/prevwong/craft.js/issues/189)) ([f9c2274](https://github.com/prevwong/craft.js/commit/f9c227415d3bc4ef0490437b16a862234c15d7f7))





# 0.2.0-alpha.15 (2021-02-11)

**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
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.15",
"version": "0.2.0-alpha.16",
"author": "Prev Wong <prevwong@gmail.com>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 195ea30

Please sign in to comment.