Skip to content

Commit

Permalink
chore(publish): v0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 24, 2019
1 parent 87e2fbd commit ee7c2f0
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
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.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -21,8 +21,8 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.1.19",
"@uform/utils": "^0.1.19",
"@uform/react": "^0.1.20",
"@uform/utils": "^0.1.20",
"classnames": "^2.2.6",
"moveto": "^1.7.4",
"react-stikky": "^0.1.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/builder-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/builder-next",
"version": "0.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/builder": "^0.1.19"
"@uform/builder": "^0.1.20"
},
"devDependencies": {
"@alifd/next": "^1.13.1"
Expand Down
8 changes: 4 additions & 4 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.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -21,9 +21,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.1.19",
"@uform/utils": "^0.1.19",
"@uform/validator": "^0.1.19",
"@uform/react": "^0.1.20",
"@uform/utils": "^0.1.20",
"@uform/validator": "^0.1.20",
"classnames": "^2.2.5",
"immutability-helper": "^3.0.0",
"lodash.flow": "^3.5.0",
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.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -18,8 +18,8 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/utils": "^0.1.19",
"@uform/validator": "^0.1.19",
"@uform/utils": "^0.1.20",
"@uform/validator": "^0.1.20",
"dot-match": "^0.1.18",
"rxjs": "^6.3.3",
"scheduler": "^0.11.2"
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.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -21,8 +21,8 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.1.19",
"@uform/utils": "^0.1.19",
"@uform/react": "^0.1.20",
"@uform/utils": "^0.1.20",
"classnames": "^2.2.6",
"moveto": "^1.7.4",
"react-stikky": "^0.1.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/printer",
"version": "0.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -20,7 +20,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.1.19",
"@uform/react": "^0.1.20",
"react-modal": "^3.8.1",
"styled-components": "^4.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/react",
"version": "0.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -20,9 +20,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/core": "^0.1.19",
"@uform/utils": "^0.1.19",
"@uform/validator": "^0.1.19",
"@uform/core": "^0.1.20",
"@uform/utils": "^0.1.20",
"@uform/validator": "^0.1.20",
"pascal-case": "^2.0.1",
"react-eva": "^1.0.0",
"rxjs-compat": "^6.5.1"
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.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib",
"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.1.19",
"version": "0.1.20",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -18,7 +18,7 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/utils": "^0.1.19"
"@uform/utils": "^0.1.20"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ee7c2f0

Please sign in to comment.