Skip to content

Commit

Permalink
v0.1.0-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed May 23, 2021
1 parent e062c33 commit 0f1e150
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
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.1.0-beta.17",
"version": "0.1.0-beta.18",
"private": true,
"dependencies": {
"@craftjs/core": "^0.1.0-beta.17",
"@craftjs/core": "^0.1.0-beta.18",
"@material-ui/core": "latest",
"clsx": "latest",
"copy-to-clipboard": "^3.2.0",
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.1.0-beta.17",
"version": "0.1.0-beta.18",
"private": true,
"scripts": {
"start": "next dev -p 3001",
Expand All @@ -9,8 +9,8 @@
"clean": "rimraf lib .next out dist"
},
"dependencies": {
"@craftjs/core": "^0.1.0-beta.17",
"@craftjs/layers": "^0.1.0-beta.17",
"@craftjs/core": "^0.1.0-beta.18",
"@craftjs/layers": "^0.1.0-beta.18",
"@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.1.0-beta.17"
"version": "0.1.0-beta.18"
}
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.1.0-beta.17",
"version": "0.1.0-beta.18",
"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.1.0-beta.17",
"@craftjs/utils": "^0.1.0-beta.18",
"@types/react": "^17.0.5",
"debounce": "^1.2.0",
"lodash": "^4.17.20",
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.1.0-beta.17",
"version": "0.1.0-beta.18",
"author": "Prev Wong <[email protected]>",
"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.1.0-beta.17",
"@craftjs/utils": "^0.1.0-beta.18",
"styled-components": "^4.2.1"
},
"devDependencies": {
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.1.0-beta.17",
"version": "0.1.0-beta.18",
"author": "Prev Wong <[email protected]>",
"license": "MIT",
"main": "./dist/cjs/index.js",
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.1.0-beta.17",
"version": "0.1.0-beta.18",
"private": true,
"scripts": {
"start": "docusaurus start",
Expand Down

0 comments on commit 0f1e150

Please sign in to comment.