Skip to content

Commit

Permalink
chore(publish): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jul 16, 2019
1 parent c43397c commit 6d77668
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 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.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -27,8 +27,8 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.2.3",
"@uform/utils": "^0.2.3",
"@uform/react": "^0.3.1",
"@uform/utils": "^0.3.1",
"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.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/builder": "^0.2.3"
"@uform/builder": "^0.3.1"
},
"devDependencies": {
"typescript": "^3.5.2"
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.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,9 +24,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.2.3",
"@uform/utils": "^0.2.3",
"@uform/validator": "^0.2.3",
"@uform/react": "^0.3.1",
"@uform/utils": "^0.3.1",
"@uform/validator": "^0.3.1",
"classnames": "^2.2.5",
"immutability-helper": "^3.0.0",
"lodash.flow": "^3.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@uform/core",
"version": "0.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/uform.git"
},
"types":"lib/index.d.ts",
"types": "lib/index.d.ts",
"bugs": {
"url": "https://github.com/alibaba/uform/issues"
},
Expand All @@ -26,9 +26,9 @@
"scheduler": ">=0.11.2"
},
"dependencies": {
"@uform/utils": "^0.2.3",
"@uform/validator": "^0.2.3",
"@uform/types": "^0.2.3",
"@uform/types": "^0.3.1",
"@uform/utils": "^0.3.1",
"@uform/validator": "^0.3.1",
"dot-match": "^0.1.18",
"rxjs": "^6.3.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/next",
"version": "0.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -24,8 +24,8 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.2.3",
"@uform/utils": "^0.2.3",
"@uform/react": "^0.3.1",
"@uform/utils": "^0.3.1",
"classnames": "^2.2.6",
"moveto": "^1.7.4",
"react-stikky": "^0.1.15",
Expand All @@ -38,4 +38,4 @@
"access": "public"
},
"gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050"
}
}
6 changes: 3 additions & 3 deletions packages/printer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/printer",
"version": "0.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -15,7 +15,7 @@
"npm": ">=3.0.0"
},
"scripts": {
"build":"tsc"
"build": "tsc"
},
"peerDependencies": {
"@babel/runtime": "^7.4.4",
Expand All @@ -26,7 +26,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@uform/react": "^0.2.3",
"@uform/react": "^0.3.1",
"react-modal": "^3.8.1",
"styled-components": "^4.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/react",
"version": "0.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -27,10 +27,10 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/core": "^0.2.3",
"@uform/utils": "^0.2.3",
"@uform/validator": "^0.2.3",
"@uform/types": "^0.2.3",
"@uform/core": "^0.3.1",
"@uform/types": "^0.3.1",
"@uform/utils": "^0.3.1",
"@uform/validator": "^0.3.1",
"pascal-case": "^2.0.1",
"react-eva": "^1.0.0",
"rxjs-compat": "^6.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@uform/types",
"version": "0.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"types":"lib/index.d.ts",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/uform.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/utils",
"version": "0.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"camel-case": "^3.0.0",
"@uform/types":"^0.2.3"
"@uform/types": "^0.3.1",
"camel-case": "^3.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/validator",
"version": "0.2.3",
"version": "0.3.1",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -25,11 +25,11 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/types": "^0.2.3",
"@uform/utils": "^0.2.3"
"@uform/types": "^0.3.1",
"@uform/utils": "^0.3.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f513fc2dcca781b3f7aa588c4419bce20cba2d8b"
}
}

0 comments on commit 6d77668

Please sign in to comment.