Skip to content

Commit

Permalink
chore(versions): 😊 publish v2.0.0-beta.56
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed May 21, 2021
1 parent 573b60f commit 242b283
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 97 deletions.
59 changes: 9 additions & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

# Changelog

## v2.0.0-beta.55(2021-05-21)


### :blush: Other Changes

1. [chore(pkg): change the execution timing of the changelog generator](https://github.com/alibaba/formily/commit/0ff511f6) :point_right: ( [janrywang](https://github.com/janrywang) )



## v2.0.0-beta.54(2021-05-21)


Expand Down Expand Up @@ -1380,54 +1389,4 @@
1. [chore: unify ts dependencies (#296)](https://github.com/alibaba/formily/commit/5268ce80) :point_right: ( [Kevin Tan](https://github.com/Kevin Tan) )



## v0.4.0(2019-09-01)


### :beetle: Bug Fixes

1. [fix(@uform/core): fix async validate prevent submit (#290)](https://github.com/alibaba/formily/commit/efdf0bf2) :point_right: ( [Janry](https://github.com/Janry) )

1. [fix docs build errors (#282)](https://github.com/alibaba/formily/commit/40925aaa) :point_right: ( [Kevin Tan](https://github.com/Kevin Tan) )

1. [fix(core): Increase lastValidateValue value processing during initialization (#276)](https://github.com/alibaba/formily/commit/045f6fea) :point_right: ( [atzcl](https://github.com/atzcl) )

1. [fix: getSchema returning undefined doesn't break setIn (#269)](https://github.com/alibaba/formily/commit/da1f7a21) :point_right: ( [Kiho · Cham](https://github.com/Kiho · Cham) )

1. [fix: remove react unstable concurrent (#270)](https://github.com/alibaba/formily/commit/0f7edab9) :point_right: ( [Kiho · Cham](https://github.com/Kiho · Cham) )


### :boom: Breaking Changes

1. [fix: getSchema returning undefined doesn't break setIn (#269)](https://github.com/alibaba/formily/commit/da1f7a21) :point_right: ( [Kiho · Cham](https://github.com/Kiho · Cham) )


### :memo: Documents Changes

1. [doc: add questions(customize action) (#289)](https://github.com/alibaba/formily/commit/baecbaab) :point_right: ( [xiaowanzi](https://github.com/xiaowanzi) )

1. [fix docs build errors (#282)](https://github.com/alibaba/formily/commit/40925aaa) :point_right: ( [Kevin Tan](https://github.com/Kevin Tan) )

1. [refactor(build): add build docs flow in CI and remove dynamic style inject](https://github.com/alibaba/formily/commit/1fb5cc07) :point_right: ( [janrywang](https://github.com/janrywang) )


### :rose: Improve code quality

1. [refactor(build): add build docs flow in CI and remove dynamic style inject](https://github.com/alibaba/formily/commit/1fb5cc07) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [refactor: refactoring and add typings (#243)](https://github.com/alibaba/formily/commit/4009d783) :point_right: ( [atzcl](https://github.com/atzcl) )


### :hammer_and_wrench: Update Workflow Scripts

1. [fix docs build errors (#282)](https://github.com/alibaba/formily/commit/40925aaa) :point_right: ( [Kevin Tan](https://github.com/Kevin Tan) )

1. [refactor(build): add build docs flow in CI and remove dynamic style inject](https://github.com/alibaba/formily/commit/1fb5cc07) :point_right: ( [janrywang](https://github.com/janrywang) )


### :blush: Other Changes

1. [chore(travis): Guaranteed dependency peering (#288)](https://github.com/alibaba/formily/commit/97885c2c) :point_right: ( [atzcl](https://github.com/atzcl) )



2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": [
Expand Down
14 changes: 7 additions & 7 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/antd",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -43,12 +43,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.55",
"@formily/json-schema": "2.0.0-beta.55",
"@formily/react": "2.0.0-beta.55",
"@formily/reactive": "2.0.0-beta.55",
"@formily/reactive-react": "2.0.0-beta.55",
"@formily/shared": "2.0.0-beta.55",
"@formily/core": "2.0.0-beta.56",
"@formily/json-schema": "2.0.0-beta.56",
"@formily/react": "2.0.0-beta.56",
"@formily/reactive": "2.0.0-beta.56",
"@formily/reactive-react": "2.0.0-beta.56",
"@formily/shared": "2.0.0-beta.56",
"@juggle/resize-observer": "^3.3.1",
"classnames": "^2.2.6",
"react-sortable-hoc": "^1.11.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": "@formily/core",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -35,9 +35,9 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.55",
"@formily/shared": "2.0.0-beta.55",
"@formily/validator": "2.0.0-beta.55"
"@formily/reactive": "2.0.0-beta.56",
"@formily/shared": "2.0.0-beta.56",
"@formily/validator": "2.0.0-beta.56"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/json-schema",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,9 +27,9 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/core": "2.0.0-beta.55",
"@formily/reactive": "2.0.0-beta.55",
"@formily/shared": "2.0.0-beta.55"
"@formily/core": "2.0.0-beta.56",
"@formily/reactive": "2.0.0-beta.56",
"@formily/shared": "2.0.0-beta.56"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/next",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"umd:main": "dist/formily.next.umd.production.js",
Expand Down Expand Up @@ -43,12 +43,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.55",
"@formily/json-schema": "2.0.0-beta.55",
"@formily/react": "2.0.0-beta.55",
"@formily/reactive": "2.0.0-beta.55",
"@formily/reactive-react": "2.0.0-beta.55",
"@formily/shared": "2.0.0-beta.55",
"@formily/core": "2.0.0-beta.56",
"@formily/json-schema": "2.0.0-beta.56",
"@formily/react": "2.0.0-beta.56",
"@formily/reactive": "2.0.0-beta.56",
"@formily/reactive-react": "2.0.0-beta.56",
"@formily/shared": "2.0.0-beta.56",
"@juggle/resize-observer": "^3.3.1",
"classnames": "^2.2.6",
"react-sortable-hoc": "^1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/path",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down
14 changes: 7 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/react",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -39,12 +39,12 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/core": "2.0.0-beta.55",
"@formily/json-schema": "2.0.0-beta.55",
"@formily/reactive": "2.0.0-beta.55",
"@formily/reactive-react": "2.0.0-beta.55",
"@formily/shared": "2.0.0-beta.55",
"@formily/validator": "2.0.0-beta.55",
"@formily/core": "2.0.0-beta.56",
"@formily/json-schema": "2.0.0-beta.56",
"@formily/reactive": "2.0.0-beta.56",
"@formily/reactive-react": "2.0.0-beta.56",
"@formily/shared": "2.0.0-beta.56",
"@formily/validator": "2.0.0-beta.56",
"hoist-non-react-statics": "^3.3.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive-react",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.55",
"@formily/reactive": "2.0.0-beta.56",
"hoist-non-react-statics": "^3.3.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive-vue",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -33,7 +33,7 @@
"vue": "^2.6.12"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.55",
"@formily/reactive": "2.0.0-beta.56",
"vue-demi": "^0.9.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/shared",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/path": "2.0.0-beta.55",
"@formily/path": "2.0.0-beta.56",
"camel-case": "^4.1.1",
"lower-case": "^2.0.1",
"no-case": "^3.0.4",
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": "@formily/validator",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,7 +27,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/shared": "2.0.0-beta.55"
"@formily/shared": "2.0.0-beta.56"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/vue",
"version": "2.0.0-beta.55",
"version": "2.0.0-beta.56",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -35,12 +35,12 @@
"vuepress-plugin-typescript": "^0.3.1"
},
"dependencies": {
"@formily/core": "2.0.0-beta.55",
"@formily/json-schema": "2.0.0-beta.55",
"@formily/reactive": "2.0.0-beta.55",
"@formily/reactive-vue": "2.0.0-beta.55",
"@formily/shared": "2.0.0-beta.55",
"@formily/validator": "2.0.0-beta.55",
"@formily/core": "2.0.0-beta.56",
"@formily/json-schema": "2.0.0-beta.56",
"@formily/reactive": "2.0.0-beta.56",
"@formily/reactive-vue": "2.0.0-beta.56",
"@formily/shared": "2.0.0-beta.56",
"@formily/validator": "2.0.0-beta.56",
"@type-helper/vue3": "npm:vue@3",
"vue-demi": "^0.9.0",
"vue-frag": "^1.1.4"
Expand Down

0 comments on commit 242b283

Please sign in to comment.