Skip to content

Commit

Permalink
chore(publish): v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anyuxuan committed Jul 23, 2019
1 parent 66eb0a2 commit 71367f7
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 30 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.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib",
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.3.2",
"@uform/utils": "^0.3.2",
"@uform/react": "^0.3.3",
"@uform/utils": "^0.3.3",
"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.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/builder": "^0.3.2"
"@uform/builder": "^0.3.3"
},
"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.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib/index.js",
"repository": {
Expand All @@ -24,9 +24,9 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.3.2",
"@uform/utils": "^0.3.2",
"@uform/validator": "^0.3.2",
"@uform/react": "^0.3.3",
"@uform/utils": "^0.3.3",
"@uform/validator": "^0.3.3",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/core",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -26,9 +26,9 @@
"scheduler": ">=0.11.2"
},
"dependencies": {
"@uform/types": "^0.3.2",
"@uform/utils": "^0.3.2",
"@uform/validator": "^0.3.2",
"@uform/types": "^0.3.3",
"@uform/utils": "^0.3.3",
"@uform/validator": "^0.3.3",
"dot-match": "^0.1.18",
"rxjs": "^6.3.3"
},
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ export class Field implements IField {
if (!this.hiddenFromParent) {
this.context.deleteIn(this.name)
}

}

public checkState(published = this.publishState()) {
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.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -24,8 +24,8 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/react": "^0.3.2",
"@uform/utils": "^0.3.2",
"@uform/react": "^0.3.3",
"@uform/utils": "^0.3.3",
"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.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -26,7 +26,7 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@uform/react": "^0.3.2",
"@uform/react": "^0.3.3",
"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.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -27,10 +27,10 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@uform/core": "^0.3.2",
"@uform/types": "^0.3.2",
"@uform/utils": "^0.3.2",
"@uform/validator": "^0.3.2",
"@uform/core": "^0.3.3",
"@uform/types": "^0.3.3",
"@uform/utils": "^0.3.3",
"@uform/validator": "^0.3.3",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/types",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/utils",
"version": "0.3.2",
"version": "0.3.3",
"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.2",
"@uform/types": "^0.3.3",
"camel-case": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uform/validator",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"main": "lib",
"repository": {
Expand All @@ -25,8 +25,8 @@
"@babel/runtime": "^7.4.4"
},
"dependencies": {
"@uform/types": "^0.3.2",
"@uform/utils": "^0.3.2"
"@uform/types": "^0.3.3",
"@uform/utils": "^0.3.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 71367f7

Please sign in to comment.