Skip to content

Commit

Permalink
v0.2.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jul 26, 2021
1 parent 3117ba4 commit f316b15
Show file tree
Hide file tree
Showing 14 changed files with 104 additions and 12 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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.25](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.25) (2021-07-26)


### Bug Fixes

* layer node console warning ([#246](https://github.com/prevwong/craft.js/issues/246)) ([d882ea6](https://github.com/prevwong/craft.js/commit/d882ea6b4d90b20014f34d95413d5c2e8e2c23c9))
* linked node props ([#245](https://github.com/prevwong/craft.js/issues/245)) ([452ea48](https://github.com/prevwong/craft.js/commit/452ea484f20f2d9536404f9e831cd7ee6629a4f6))
* missing type in UserComponentConfig ([3da530a](https://github.com/prevwong/craft.js/commit/3da530ad61bb362fe36272a43213f6cafbafedd1))
* types ([bd726c7](https://github.com/prevwong/craft.js/commit/bd726c7ddb43a26381785687ff5ce11c222b2033))
* useLayerManager collector type ([bc46dd4](https://github.com/prevwong/craft.js/commit/bc46dd424d245bc8377085f7686ee313449ef273))
* **landing:** hover indicator ([0a126ac](https://github.com/prevwong/craft.js/commit/0a126ac6116a980184c3ba88f115b1b44229fa8a))
* **layers:** layer node type ([f228f48](https://github.com/prevwong/craft.js/commit/f228f48cb84152edeaa60e83d3cea0c82caa0ff8))


### Features

* clear history ([#281](https://github.com/prevwong/craft.js/issues/281)) ([3117ba4](https://github.com/prevwong/craft.js/commit/3117ba47a8cc4c7c813bd009b40a3421a362321f))





# [0.2.0-alpha.24](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2021-05-22)


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

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





# [0.2.0-alpha.24](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2021-05-22)

**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.24",
"version": "0.2.0-alpha.25",
"private": true,
"dependencies": {
"@craftjs/core": "^0.2.0-alpha.24",
"@craftjs/core": "^0.2.0-alpha.25",
"@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.25](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.25) (2021-07-26)


### Bug Fixes

* **landing:** hover indicator ([0a126ac](https://github.com/prevwong/craft.js/commit/0a126ac6116a980184c3ba88f115b1b44229fa8a))





# [0.2.0-alpha.24](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2021-05-22)


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.24",
"version": "0.2.0-alpha.25",
"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.24",
"@craftjs/layers": "^0.2.0-alpha.24",
"@craftjs/core": "^0.2.0-alpha.25",
"@craftjs/layers": "^0.2.0-alpha.25",
"@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.24"
"version": "0.2.0-alpha.25"
}
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-alpha.25](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.25) (2021-07-26)


### Bug Fixes

* linked node props ([#245](https://github.com/prevwong/craft.js/issues/245)) ([452ea48](https://github.com/prevwong/craft.js/commit/452ea484f20f2d9536404f9e831cd7ee6629a4f6))
* missing type in UserComponentConfig ([3da530a](https://github.com/prevwong/craft.js/commit/3da530ad61bb362fe36272a43213f6cafbafedd1))
* types ([bd726c7](https://github.com/prevwong/craft.js/commit/bd726c7ddb43a26381785687ff5ce11c222b2033))





# [0.2.0-alpha.24](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2021-05-22)


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.24",
"version": "0.2.0-alpha.25",
"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.24",
"@craftjs/utils": "^0.2.0-alpha.25",
"@types/react": "^17.0.5",
"debounce": "^1.2.0",
"lodash": "^4.17.20",
Expand Down
14 changes: 14 additions & 0 deletions packages/layers/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-alpha.25](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.25) (2021-07-26)


### Bug Fixes

* layer node console warning ([#246](https://github.com/prevwong/craft.js/issues/246)) ([d882ea6](https://github.com/prevwong/craft.js/commit/d882ea6b4d90b20014f34d95413d5c2e8e2c23c9))
* types ([bd726c7](https://github.com/prevwong/craft.js/commit/bd726c7ddb43a26381785687ff5ce11c222b2033))
* useLayerManager collector type ([bc46dd4](https://github.com/prevwong/craft.js/commit/bc46dd424d245bc8377085f7686ee313449ef273))
* **layers:** layer node type ([f228f48](https://github.com/prevwong/craft.js/commit/f228f48cb84152edeaa60e83d3cea0c82caa0ff8))





# [0.2.0-alpha.24](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2021-05-22)


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.24",
"version": "0.2.0-alpha.25",
"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.24",
"@craftjs/utils": "^0.2.0-alpha.25",
"styled-components": "^4.2.1"
},
"devDependencies": {
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.25](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.25) (2021-07-26)


### Bug Fixes

* types ([bd726c7](https://github.com/prevwong/craft.js/commit/bd726c7ddb43a26381785687ff5ce11c222b2033))


### Features

* clear history ([#281](https://github.com/prevwong/craft.js/issues/281)) ([3117ba4](https://github.com/prevwong/craft.js/commit/3117ba47a8cc4c7c813bd009b40a3421a362321f))





# [0.2.0-alpha.24](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2021-05-22)


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.24",
"version": "0.2.0-alpha.25",
"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-alpha.25](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.25) (2021-07-26)

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





# [0.2.0-alpha.24](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2021-05-22)

**Note:** Version bump only for package craftjs-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-alpha.24",
"version": "0.2.0-alpha.25",
"private": true,
"scripts": {
"start": "docusaurus start",
Expand Down

0 comments on commit f316b15

Please sign in to comment.