Skip to content

Commit

Permalink
v0.1.0-alpha.4
Browse files Browse the repository at this point in the history
update readme

deploy

deploy

deploy

deploy

deploy

whoops

fix deploy

fix badge

fix npm link
  • Loading branch information
prevwong committed Jan 4, 2020
1 parent 0190beb commit a5302a7
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 16 deletions.
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.1.0-alpha.3"
"version": "0.1.0-alpha.4"
}
6 changes: 4 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

<div align="center" style={{d}}>
<h1>craft.js</h1>
<img src="https://img.shields.io/npm/v/@craftjs/core?color=%232680eb&style=for-the-badge">
<a href="https://www.npmjs.com/package/@craftjs/core">
<img src="https://img.shields.io/npm/v/@craftjs/core?color=%232680eb&label=NPM&logo=npm&logoColor=%232680eb&style=for-the-badge">
</a>
<img src="https://img.shields.io/npm/l/@craftjs/core?color=%23000&style=for-the-badge">
<img src="https://img.shields.io/github/workflow/status/prevwong/craft.js/deploy-gh?color=%23000&style=for-the-badge">
<img src="https://img.shields.io/github/workflow/status/prevwong/craft.js/Deploy to gh-pages?style=for-the-badge">
</div>

<div align="center" style={{d}}>
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.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"description": "A React Framework for building extensible drag and drop page editors",
"keywords": [
"react",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/prevwong/craft.js/issues"
},
"dependencies": {
"@craftjs/utils": "^0.1.0-alpha.3",
"@craftjs/utils": "^0.1.0-alpha.4",
"@types/react": "^16.9.11",
"debounce": "^1.2.0",
"immer": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start-docs": "docusaurus start",
"build-docs": "docusaurus build",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy"
},
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.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"private": true,
"dependencies": {
"@craftjs/core": "^0.1.0-alpha.3",
"@craftjs/core": "^0.1.0-alpha.4",
"@material-ui/core": "latest",
"clsx": "latest",
"copy-to-clipboard": "^3.2.0",
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.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development && next dev -p 3001",
Expand All @@ -9,8 +9,8 @@
"clean": "rimraf lib .next out dist"
},
"dependencies": {
"@craftjs/core": "^0.1.0-alpha.3",
"@craftjs/layers": "^0.1.0-alpha.3",
"@craftjs/core": "^0.1.0-alpha.4",
"@craftjs/layers": "^0.1.0-alpha.4",
"@material-ui/core": "^4.5.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.5.2",
Expand Down
5 changes: 3 additions & 2 deletions packages/layers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<div align="center" style={{d}}>
<h1>@craftjs/layers</h1>

<img alt="npm" src="https://img.shields.io/npm/v/@craftjs/layers?color=%23000&style=for-the-badge">
<img alt="NPM" src="https://img.shields.io/npm/l/@craftjs/layers?color=%23000&style=for-the-badge">
<a href="https://www.npmjs.com/package/@craftjs/layers">
<img src="https://img.shields.io/npm/v/@craftjs/layers?color=%232680eb&label=NPM&logo=npm&logoColor=%232680eb&style=for-the-badge">
</a><img alt="NPM" src="https://img.shields.io/npm/l/@craftjs/layers?color=%23000&style=for-the-badge">
</div>

<div align="center" style={{d}}>
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-alpha.3",
"version": "0.1.0-alpha.4",
"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.1.0-alpha.3",
"@craftjs/utils": "^0.1.0-alpha.4",
"immer": "^3.1.3",
"lodash.isequalwith": "^4.4.0",
"react-contenteditable": "^3.3.3",
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.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"author": "Prev Wong <prevwong@gmail.com>",
"license": "MIT",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit a5302a7

Please sign in to comment.