Skip to content

Commit

Permalink
chore(publish): v1.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Dec 16, 2019
1 parent b2e1936 commit e78e1d0
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/antd",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -30,9 +30,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react-schema-renderer": "^1.0.0-alpha.8",
"@uform/react-shared-components": "^1.0.0-alpha.8",
"@uform/shared": "^1.0.0-alpha.8",
"@uform/react-schema-renderer": "^1.0.0-alpha.9",
"@uform/react-shared-components": "^1.0.0-alpha.9",
"@uform/shared": "^1.0.0-alpha.9",
"classnames": "^2.2.6",
"react-eva": "^1.0.0-alpha.0",
"react-stikky": "^0.1.15",
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": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -26,9 +26,9 @@
"scheduler": ">=0.11.2"
},
"dependencies": {
"@uform/shared": "^1.0.0-alpha.8",
"@uform/shared": "^1.0.0-alpha.9",
"@uform/types": "^0.4.0",
"@uform/validator": "^1.0.0-alpha.8",
"@uform/validator": "^1.0.0-alpha.9",
"immer": "^3.2.0"
},
"publishConfig": {
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": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -28,9 +28,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react-schema-renderer": "^1.0.0-alpha.8",
"@uform/react-shared-components": "^1.0.0-alpha.8",
"@uform/shared": "^1.0.0-alpha.8",
"@uform/react-schema-renderer": "^1.0.0-alpha.9",
"@uform/react-shared-components": "^1.0.0-alpha.9",
"@uform/shared": "^1.0.0-alpha.9",
"classnames": "^2.2.6",
"react-eva": "^1.0.0-alpha.0",
"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": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -26,7 +26,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@uform/react-schema-renderer": "^1.0.0-alpha.8",
"@uform/react-schema-renderer": "^1.0.0-alpha.9",
"react-modal": "^3.8.1",
"styled-components": "^4.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/react-schema-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/react-schema-renderer",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"repository": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"react-eva": "^1.1.7"
},
"dependencies": {
"@uform/react": "^1.0.0-alpha.8",
"@uform/shared": "^1.0.0-alpha.8",
"@uform/validator": "^1.0.0-alpha.8",
"@uform/react": "^1.0.0-alpha.9",
"@uform/shared": "^1.0.0-alpha.9",
"@uform/validator": "^1.0.0-alpha.9",
"pascal-case": "^2.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-shared-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/react-shared-components",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/shared": "^1.0.0-alpha.8",
"@uform/shared": "^1.0.0-alpha.9",
"@uform/types": "^0.4.0"
}
}
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": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"rxjs": "^6.5.1"
},
"dependencies": {
"@uform/core": "^1.0.0-alpha.8",
"@uform/shared": "^1.0.0-alpha.8"
"@uform/core": "^1.0.0-alpha.9",
"@uform/shared": "^1.0.0-alpha.9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/shared",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
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": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/shared": "^1.0.0-alpha.8",
"@uform/shared": "^1.0.0-alpha.9",
"@uform/types": "^0.4.0"
},
"publishConfig": {
Expand Down

0 comments on commit e78e1d0

Please sign in to comment.