Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Feb 22, 2019
1 parent 24247b0 commit d4a50b1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.0.7",
"version": "0.0.8",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
6 changes: 3 additions & 3 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/antd",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -15,8 +15,8 @@
"npm": ">=3.0.0"
},
"dependencies": {
"@uform/react": "^0.0.7",
"@uform/utils": "^0.0.7",
"@uform/react": "^0.0.8",
"@uform/utils": "^0.0.8",
"classnames": "^2.2.6",
"moveto": "^1.7.4",
"react": "^16.8.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/core",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -15,8 +15,8 @@
"npm": ">=3.0.0"
},
"dependencies": {
"@uform/utils": "^0.0.7",
"@uform/validator": "^0.0.7",
"@uform/utils": "^0.0.8",
"@uform/validator": "^0.0.8",
"dot-match": "^0.1.18",
"immer": "^1.7.4",
"react-dom": "^16.8.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/next",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@alifd/next": "^1.13.1",
"@uform/react": "^0.0.7",
"@uform/utils": "^0.0.7",
"@uform/react": "^0.0.8",
"@uform/utils": "^0.0.8",
"classnames": "^2.2.6",
"moveto": "^1.7.4",
"react": "^16.8.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/react",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -15,8 +15,8 @@
"npm": ">=3.0.0"
},
"dependencies": {
"@uform/core": "^0.0.7",
"@uform/utils": "^0.0.7",
"@uform/core": "^0.0.8",
"@uform/utils": "^0.0.8",
"pascal-case": "^2.0.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/utils",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/validator",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -15,7 +15,7 @@
"npm": ">=3.0.0"
},
"dependencies": {
"@uform/utils": "^0.0.7"
"@uform/utils": "^0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d4a50b1

Please sign in to comment.