Skip to content

Commit

Permalink
v0.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Mar 7, 2019
1 parent 5023536 commit 0ff36d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0-alpha.21",
"version": "0.1.0-beta.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 2 additions & 2 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/antd",
"version": "0.1.0-alpha.21",
"version": "0.1.0-beta.0",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -19,7 +19,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.1.0-alpha.21",
"@uform/react": "^0.1.0-beta.0",
"@uform/utils": "^0.1.0-alpha.21",
"antd": "^3.14.1",
"classnames": "^2.2.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/builder",
"version": "0.1.0-alpha.21",
"version": "0.1.0-beta.0",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@alifd/next": "^1.13.1",
"@uform/react": "^0.1.0-alpha.21",
"@uform/react": "^0.1.0-beta.0",
"@uform/utils": "^0.1.0-alpha.21",
"@uform/validator": "^0.1.0-alpha.21",
"classnames": "^2.2.5",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@uform/next": "^0.1.0-alpha.21",
"@uform/next": "^0.1.0-beta.0",
"autoprefixer": "7.1.6",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"css-loader": "0.28.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/next",
"version": "0.1.0-alpha.21",
"version": "0.1.0-beta.0",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@alifd/next": "^1.13.1",
"@uform/react": "^0.1.0-alpha.21",
"@uform/react": "^0.1.0-beta.0",
"@uform/utils": "^0.1.0-alpha.21",
"classnames": "^2.2.6",
"moveto": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/react",
"version": "0.1.0-alpha.21",
"version": "0.1.0-beta.0",
"license": "MIT",
"main": "lib",
"repository": {
Expand Down

0 comments on commit 0ff36d5

Please sign in to comment.