Skip to content

Commit

Permalink
chore(versions): 😊 publish v2.0.0-beta.60
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 2, 2021
1 parent f1277ba commit 3508ca2
Show file tree
Hide file tree
Showing 15 changed files with 72 additions and 55 deletions.
30 changes: 24 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v2.0.0-beta.59(2021-06-01)

### :tada: Enhancements

1. [Revert "feat(antd/next): add rollup tree-shaking support (#1525)" (#1530)](https://github.com/alibaba/formily/commit/3cce4bbf) :point_right: ( [Janry](https://github.com/Janry) )

### :beetle: Bug Fixes

1. [fix(react): fix useFormEffects not support StrictMode #1491](https://github.com/alibaba/formily/commit/0198b0c4) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [fix(core): fix field value restored incorrectly when hidden toggled (#1529)](https://github.com/alibaba/formily/commit/047c98af) :point_right: ( [JustDs](https://github.com/JustDs) )

1. [fix(core): fix array field path calculation](https://github.com/alibaba/formily/commit/cdae914c) :point_right: ( [janrywang](https://github.com/janrywang) )

### :rose: Improve code quality

1. [refactor(designable): update directory structure](https://github.com/alibaba/formily/commit/bb300a00) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [refactor(reactive-react): refactor observer function (#1523)](https://github.com/alibaba/formily/commit/55b93420) :point_right: ( [liuwei](https://github.com/liuwei) )

### :blush: Other Changes

1. [chore(readme): update readme](https://github.com/alibaba/formily/commit/96140630) :point_right: ( [janrywang](https://github.com/janrywang) )

## v2.0.0-beta.58(2021-05-27)

### :tada: Enhancements
Expand Down Expand Up @@ -1275,9 +1299,3 @@
1. [feat(shared): add unit test (#374)](https://github.com/alibaba/formily/commit/9cd72725) :point_right: ( [s0ngyee](https://github.com/s0ngyee) )

1. [refactor(@uform/core): remove processing test case](https://github.com/alibaba/formily/commit/56835f9e) :point_right: ( [janryWang](https://github.com/janryWang) )

## v0.4.4(2019-11-10)

### :beetle: Bug Fixes

1. [fix(antd): return null while time field get falsy value (#372)](https://github.com/alibaba/formily/commit/269a1706) :point_right: ( [腰花](https://github.com/腰花) )
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.59",
"version": "2.0.0-beta.60",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"node": "8.x || 9.x || 10.x || 11.x"
},
"workspaces": [
"packages/*",
"designable/*"
"packages/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
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.59",
"version": "2.0.0-beta.60",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -44,12 +44,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.59",
"@formily/json-schema": "2.0.0-beta.59",
"@formily/react": "2.0.0-beta.59",
"@formily/reactive": "2.0.0-beta.59",
"@formily/reactive-react": "2.0.0-beta.59",
"@formily/shared": "2.0.0-beta.59",
"@formily/core": "2.0.0-beta.60",
"@formily/json-schema": "2.0.0-beta.60",
"@formily/react": "2.0.0-beta.60",
"@formily/reactive": "2.0.0-beta.60",
"@formily/reactive-react": "2.0.0-beta.60",
"@formily/shared": "2.0.0-beta.60",
"@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.59",
"version": "2.0.0-beta.60",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -32,9 +32,9 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.59",
"@formily/shared": "2.0.0-beta.59",
"@formily/validator": "2.0.0-beta.59"
"@formily/reactive": "2.0.0-beta.60",
"@formily/shared": "2.0.0-beta.60",
"@formily/validator": "2.0.0-beta.60"
},
"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.59",
"version": "2.0.0-beta.60",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,9 +27,9 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/core": "2.0.0-beta.59",
"@formily/reactive": "2.0.0-beta.59",
"@formily/shared": "2.0.0-beta.59"
"@formily/core": "2.0.0-beta.60",
"@formily/reactive": "2.0.0-beta.60",
"@formily/shared": "2.0.0-beta.60"
},
"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.59",
"version": "2.0.0-beta.60",
"license": "MIT",
"main": "lib",
"umd:main": "dist/formily.next.umd.production.js",
Expand Down Expand Up @@ -44,12 +44,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.59",
"@formily/json-schema": "2.0.0-beta.59",
"@formily/react": "2.0.0-beta.59",
"@formily/reactive": "2.0.0-beta.59",
"@formily/reactive-react": "2.0.0-beta.59",
"@formily/shared": "2.0.0-beta.59",
"@formily/core": "2.0.0-beta.60",
"@formily/json-schema": "2.0.0-beta.60",
"@formily/react": "2.0.0-beta.60",
"@formily/reactive": "2.0.0-beta.60",
"@formily/reactive-react": "2.0.0-beta.60",
"@formily/shared": "2.0.0-beta.60",
"@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.59",
"version": "2.0.0-beta.60",
"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.59",
"version": "2.0.0-beta.60",
"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.59",
"@formily/json-schema": "2.0.0-beta.59",
"@formily/reactive": "2.0.0-beta.59",
"@formily/reactive-react": "2.0.0-beta.59",
"@formily/shared": "2.0.0-beta.59",
"@formily/validator": "2.0.0-beta.59",
"@formily/core": "2.0.0-beta.60",
"@formily/json-schema": "2.0.0-beta.60",
"@formily/reactive": "2.0.0-beta.60",
"@formily/reactive-react": "2.0.0-beta.60",
"@formily/shared": "2.0.0-beta.60",
"@formily/validator": "2.0.0-beta.60",
"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.59",
"version": "2.0.0-beta.60",
"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.59",
"@formily/reactive": "2.0.0-beta.60",
"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.59",
"version": "2.0.0-beta.60",
"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.59",
"@formily/reactive": "2.0.0-beta.60",
"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.59",
"version": "2.0.0-beta.60",
"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.59",
"version": "2.0.0-beta.60",
"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.59",
"@formily/path": "2.0.0-beta.60",
"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.59",
"version": "2.0.0-beta.60",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,7 +27,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/shared": "2.0.0-beta.59"
"@formily/shared": "2.0.0-beta.60"
},
"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.59",
"version": "2.0.0-beta.60",
"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.59",
"@formily/json-schema": "2.0.0-beta.59",
"@formily/reactive": "2.0.0-beta.59",
"@formily/reactive-vue": "2.0.0-beta.59",
"@formily/shared": "2.0.0-beta.59",
"@formily/validator": "2.0.0-beta.59",
"@formily/core": "2.0.0-beta.60",
"@formily/json-schema": "2.0.0-beta.60",
"@formily/reactive": "2.0.0-beta.60",
"@formily/reactive-vue": "2.0.0-beta.60",
"@formily/shared": "2.0.0-beta.60",
"@formily/validator": "2.0.0-beta.60",
"@type-helper/vue3": "npm:vue@3",
"vue-demi": "^0.9.0",
"vue-frag": "^1.1.4"
Expand Down

0 comments on commit 3508ca2

Please sign in to comment.