Skip to content

Commit

Permalink
v0.2.0-alpha.27
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Sep 10, 2021
1 parent dc047c9 commit 3c566ad
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 11 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.27](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27) (2021-09-10)


### Bug Fixes

* drag shadow ([#304](https://github.com/prevwong/craft.js/issues/304)) ([dc047c9](https://github.com/prevwong/craft.js/commit/dc047c9079038101cd25e46bff5e630ce07d2066))
* **examples:** multiselect ([536c7a0](https://github.com/prevwong/craft.js/commit/536c7a0a65dc291ebaf8fff1e9002a1a8cf32bea))


### Features

* improve dnd ([#300](https://github.com/prevwong/craft.js/issues/300)) ([3fdbab6](https://github.com/prevwong/craft.js/commit/3fdbab669dd941f484128ef9d8440a9565606477))





# [0.2.0-alpha.26](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2021-08-13)


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-alpha.27](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27) (2021-09-10)

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





# [0.2.0-alpha.26](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2021-08-13)

**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-alpha.26",
"version": "0.2.0-alpha.27",
"private": true,
"dependencies": {
"@craftjs/core": "^0.2.0-alpha.26",
"@craftjs/core": "^0.2.0-alpha.27",
"@material-ui/core": "latest",
"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-alpha.27](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27) (2021-09-10)


### Bug Fixes

* **examples:** multiselect ([536c7a0](https://github.com/prevwong/craft.js/commit/536c7a0a65dc291ebaf8fff1e9002a1a8cf32bea))





# [0.2.0-alpha.26](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2021-08-13)

**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-alpha.26",
"version": "0.2.0-alpha.27",
"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.26",
"@craftjs/layers": "^0.2.0-alpha.26",
"@craftjs/core": "^0.2.0-alpha.27",
"@craftjs/layers": "^0.2.0-alpha.27",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
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-alpha.26"
"version": "0.2.0-alpha.27"
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.27](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27) (2021-09-10)


### Bug Fixes

* drag shadow ([#304](https://github.com/prevwong/craft.js/issues/304)) ([dc047c9](https://github.com/prevwong/craft.js/commit/dc047c9079038101cd25e46bff5e630ce07d2066))


### Features

* improve dnd ([#300](https://github.com/prevwong/craft.js/issues/300)) ([3fdbab6](https://github.com/prevwong/craft.js/commit/3fdbab669dd941f484128ef9d8440a9565606477))





# [0.2.0-alpha.26](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2021-08-13)


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.26",
"version": "0.2.0-alpha.27",
"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.26",
"@craftjs/utils": "^0.2.0-alpha.27",
"@types/react": "^17.0.5",
"debounce": "^1.2.0",
"lodash": "^4.17.20",
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.27](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27) (2021-09-10)


### Features

* improve dnd ([#300](https://github.com/prevwong/craft.js/issues/300)) ([3fdbab6](https://github.com/prevwong/craft.js/commit/3fdbab669dd941f484128ef9d8440a9565606477))





# [0.2.0-alpha.26](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2021-08-13)

**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.26",
"version": "0.2.0-alpha.27",
"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.26"
"@craftjs/utils": "^0.2.0-alpha.27"
},
"devDependencies": {
"@babel/core": "^7.7.4",
Expand Down
16 changes: 16 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.27](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.26...v0.2.0-alpha.27) (2021-09-10)


### Bug Fixes

* drag shadow ([#304](https://github.com/prevwong/craft.js/issues/304)) ([dc047c9](https://github.com/prevwong/craft.js/commit/dc047c9079038101cd25e46bff5e630ce07d2066))


### Features

* improve dnd ([#300](https://github.com/prevwong/craft.js/issues/300)) ([3fdbab6](https://github.com/prevwong/craft.js/commit/3fdbab669dd941f484128ef9d8440a9565606477))





# [0.2.0-alpha.26](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2021-08-13)


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

0 comments on commit 3c566ad

Please sign in to comment.