Skip to content

Commit

Permalink
chore(publish): v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
anyuxuan committed Aug 18, 2019
1 parent 214691b commit fb1ebbb
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 deletions packages/antd/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/antd",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -30,9 +30,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.3.11-beta.0",
"@uform/types": "^0.3.11-beta.0",
"@uform/utils": "^0.3.11-beta.0",
"@uform/react": "^0.3.11",
"@uform/types": "^0.3.11",
"@uform/utils": "^0.3.11",
"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
@@ -1,6 +1,6 @@
{
"name": "@uform/builder-next",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -27,7 +27,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/builder": "^0.3.11-beta.0"
"@uform/builder": "^0.3.11"
},
"devDependencies": {
"typescript": "^3.5.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/builder",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -27,9 +27,9 @@
"@types/react": "16.8.23"
},
"dependencies": {
"@uform/react": "^0.3.11-beta.0",
"@uform/utils": "^0.3.11-beta.0",
"@uform/validator": "^0.3.11-beta.0",
"@uform/react": "^0.3.11",
"@uform/utils": "^0.3.11",
"@uform/validator": "^0.3.11",
"classnames": "^2.2.5",
"immutability-helper": "^3.0.0",
"lodash.flow": "^3.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/core",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -26,9 +26,9 @@
"scheduler": ">=0.11.2"
},
"dependencies": {
"@uform/types": "^0.3.11-beta.0",
"@uform/utils": "^0.3.11-beta.0",
"@uform/validator": "^0.3.11-beta.0",
"@uform/types": "^0.3.11",
"@uform/utils": "^0.3.11",
"@uform/validator": "^0.3.11",
"dot-match": "^0.1.18",
"rxjs": "^6.3.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/next",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -26,9 +26,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.3.11-beta.0",
"@uform/types": "^0.3.11-beta.0",
"@uform/utils": "^0.3.11-beta.0",
"@uform/react": "^0.3.11",
"@uform/types": "^0.3.11",
"@uform/utils": "^0.3.11",
"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
@@ -1,6 +1,6 @@
{
"name": "@uform/printer",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -26,7 +26,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@uform/react": "^0.3.11-beta.0",
"@uform/react": "^0.3.11",
"react-modal": "^3.8.1",
"styled-components": "^4.1.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/react",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -27,10 +27,10 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/core": "^0.3.11-beta.0",
"@uform/types": "^0.3.11-beta.0",
"@uform/utils": "^0.3.11-beta.0",
"@uform/validator": "^0.3.11-beta.0",
"@uform/core": "^0.3.11",
"@uform/types": "^0.3.11",
"@uform/utils": "^0.3.11",
"@uform/validator": "^0.3.11",
"pascal-case": "^2.0.1",
"react-eva": "^1.0.0",
"rxjs-compat": "^6.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/types",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/utils",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/types": "^0.3.11-beta.0",
"@uform/types": "^0.3.11",
"camel-case": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/validator/package.json
@@ -1,6 +1,6 @@
{
"name": "@uform/validator",
"version": "0.3.11-beta.0",
"version": "0.3.11",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -25,8 +25,8 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/types": "^0.3.11-beta.0",
"@uform/utils": "^0.3.11-beta.0"
"@uform/types": "^0.3.11",
"@uform/utils": "^0.3.11"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit fb1ebbb

Please sign in to comment.