Skip to content

Commit 1e47094

Browse files
committed
v0.2.0-beta.0
1 parent 380b5ad commit 1e47094

File tree

15 files changed

+82
-20
lines changed

15 files changed

+82
-20
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.0](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.28...v0.2.0-beta.0) (2021-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** basic example paths and command ([#327](https://github.com/prevwong/craft.js/issues/327)) ([b835a0a](https://github.com/prevwong/craft.js/commit/b835a0a758f684854ca936fb0c878b75c524901f))
12+
13+
14+
15+
16+
617
# [0.2.0-alpha.28](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2021-10-04)
718

819
**Note:** Version bump only for package craft.js

examples/basic/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.0](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.28...v0.2.0-beta.0) (2021-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **docs:** basic example paths and command ([#327](https://github.com/prevwong/craft.js/issues/327)) ([b835a0a](https://github.com/prevwong/craft.js/commit/b835a0a758f684854ca936fb0c878b75c524901f))
12+
13+
14+
15+
16+
617
# [0.2.0-alpha.28](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2021-10-04)
718

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

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "example-basic",
3-
"version": "0.2.0-alpha.28",
3+
"version": "0.2.0-beta.0",
44
"private": true,
55
"dependencies": {
6-
"@craftjs/core": "^0.2.0-alpha.28",
6+
"@craftjs/core": "^0.2.0-beta.0",
77
"@material-ui/core": "latest",
88
"clsx": "latest",
99
"copy-to-clipboard": "^3.2.0",

examples/landing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.0](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.28...v0.2.0-beta.0) (2021-11-16)
7+
8+
**Note:** Version bump only for package example-landing
9+
10+
11+
12+
13+
614
# [0.2.0-alpha.28](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2021-10-04)
715

816
**Note:** Version bump only for package example-landing

examples/landing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-landing",
3-
"version": "0.2.0-alpha.28",
3+
"version": "0.2.0-beta.0",
44
"private": true,
55
"scripts": {
66
"start": "next dev -p 3001",
@@ -9,8 +9,8 @@
99
"clean": "rimraf lib .next out dist"
1010
},
1111
"dependencies": {
12-
"@craftjs/core": "^0.2.0-alpha.28",
13-
"@craftjs/layers": "^0.2.0-alpha.28",
12+
"@craftjs/core": "^0.2.0-beta.0",
13+
"@craftjs/layers": "^0.2.0-beta.0",
1414
"@material-ui/core": "^4.5.2",
1515
"@material-ui/icons": "^4.5.1",
1616
"@material-ui/styles": "^4.5.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "0.2.0-alpha.28"
4+
"version": "0.2.0-beta.0"
55
}

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.0](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.28...v0.2.0-beta.0) (2021-11-16)
7+
8+
**Note:** Version bump only for package @craftjs/core
9+
10+
11+
12+
13+
614
# [0.2.0-alpha.28](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2021-10-04)
715

816
**Note:** Version bump only for package @craftjs/core

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@craftjs/core",
3-
"version": "0.2.0-alpha.28",
3+
"version": "0.2.0-beta.0",
44
"description": "A React Framework for building extensible drag and drop page editors",
55
"keywords": [
66
"react",
@@ -35,7 +35,7 @@
3535
"url": "https://github.com/prevwong/craft.js/issues"
3636
},
3737
"dependencies": {
38-
"@craftjs/utils": "^0.2.0-alpha.28",
38+
"@craftjs/utils": "^0.2.0-beta.0",
3939
"@types/react": "^17.0.5",
4040
"debounce": "^1.2.0",
4141
"lodash": "^4.17.20",

packages/layers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.0](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.28...v0.2.0-beta.0) (2021-11-16)
7+
8+
**Note:** Version bump only for package @craftjs/layers
9+
10+
11+
12+
13+
614
# [0.2.0-alpha.28](https://github.com/prevwong/craft.js/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2021-10-04)
715

816
**Note:** Version bump only for package @craftjs/layers

packages/layers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"web-builder",
1212
"react"
1313
],
14-
"version": "0.2.0-alpha.28",
14+
"version": "0.2.0-beta.0",
1515
"author": "Prev Wong <[email protected]>",
1616
"main": "./dist/cjs/index.js",
1717
"module": "./dist/esm/index.js",
@@ -31,7 +31,7 @@
3131
},
3232
"homepage": "https://github.com/prevwong/craft.js/",
3333
"dependencies": {
34-
"@craftjs/utils": "^0.2.0-alpha.28"
34+
"@craftjs/utils": "^0.2.0-beta.0"
3535
},
3636
"devDependencies": {
3737
"@babel/core": "^7.7.4",

0 commit comments

Comments
 (0)