Skip to content

Commit

Permalink
chore(versions): 😊 publish v2.0.0-beta.89
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Aug 12, 2021
1 parent 4fb9ff8 commit c54a2df
Show file tree
Hide file tree
Showing 20 changed files with 90 additions and 80 deletions.
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v2.0.0-beta.88(2021-08-09)

### :tada: Enhancements

1. [feat(designable-antd): support HistoryWidget](https://github.com/alibaba/formily/commit/8b0705e8) :point_right: ( [janrywang](https://github.com/janrywang) )

### :beetle: Bug Fixes

1. [fix(core): fix euqal initial empty value will trigger change (#1967)](https://github.com/alibaba/formily/commit/4ccf4e41) :point_right: ( [Janry](https://github.com/Janry) )

1. [fix(antd/next): fix FormItem styles (#1966)](https://github.com/alibaba/formily/commit/b4d10955) :point_right: ( [Janry](https://github.com/Janry) )

### :blush: Other Changes

1. [chore(designable): improve markup printer](https://github.com/alibaba/formily/commit/9233f99d) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [chore(flow): update release.yml](https://github.com/alibaba/formily/commit/278e496d) :point_right: ( [janrywang](https://github.com/janrywang) )

## v2.0.0-beta.87(2021-08-05)

### :blush: Other Changes
Expand Down Expand Up @@ -1041,11 +1059,3 @@
1. [fix: docs typo (#1012)](https://github.com/alibaba/formily/commit/3ffb1731) :point_right: ( [Tianci He](https://github.com/Tianci He) )

1. [fix(antd-components): missing 'key' prop warning when table draggable (#1011)](https://github.com/alibaba/formily/commit/a69cdad1) :point_right: ( [daief](https://github.com/daief) )

## v1.3.2(2020-09-07)

### :beetle: Bug Fixes

1. [fix(shared): Fix merge undefined is not work (#1009)](https://github.com/alibaba/formily/commit/40489ac1) :point_right: ( [Janry](https://github.com/Janry) )

1. [fix: compat legal props (#1007)](https://github.com/alibaba/formily/commit/5dde72ae) :point_right: ( [quirkyvar](https://github.com/quirkyvar) )
12 changes: 6 additions & 6 deletions designable/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/designable-antd",
"version": "2.0.0-beta.88",
"version": "2.0.0-beta.89",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down Expand Up @@ -59,11 +59,11 @@
"@designable/core": "^0.4.34",
"@designable/formily": "^0.4.34",
"@designable/react": "^0.4.34",
"@formily/antd": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.88",
"@formily/designable-setters": "2.0.0-beta.88",
"@formily/react": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88"
"@formily/antd": "2.0.0-beta.89",
"@formily/core": "2.0.0-beta.89",
"@formily/designable-setters": "2.0.0-beta.89",
"@formily/react": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion designable/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/designable-next",
"version": "2.0.0-beta.88",
"version": "2.0.0-beta.89",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down
10 changes: 5 additions & 5 deletions designable/setters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/designable-setters",
"version": "2.0.0-beta.88",
"version": "2.0.0-beta.89",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@designable/formily": "^0.4.34",
"@designable/react": "^0.4.34",
"@designable/react-settings-form": "^0.4.34",
"@formily/antd": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.88",
"@formily/react": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88"
"@formily/antd": "2.0.0-beta.89",
"@formily/core": "2.0.0-beta.89",
"@formily/react": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions devtools/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/chrome-extension",
"version": "2.0.0-beta.88",
"version": "2.0.0-beta.89",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -21,8 +21,8 @@
"start": "webpack-dev-server --config config/webpack.dev.ts"
},
"dependencies": {
"@formily/core": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-json-view": "^1.19.1",
Expand Down
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.88",
"version": "2.0.0-beta.89",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
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.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -52,12 +52,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.88",
"@formily/json-schema": "2.0.0-beta.88",
"@formily/react": "2.0.0-beta.88",
"@formily/reactive": "2.0.0-beta.88",
"@formily/reactive-react": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.89",
"@formily/json-schema": "2.0.0-beta.89",
"@formily/react": "2.0.0-beta.89",
"@formily/reactive": "2.0.0-beta.89",
"@formily/reactive-react": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89",
"@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.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88",
"@formily/validator": "2.0.0-beta.88"
"@formily/reactive": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89",
"@formily/validator": "2.0.0-beta.89"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/element",
"version": "2.0.0-beta.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -46,12 +46,12 @@
"vuepress-plugin-typescript": "^0.3.1"
},
"dependencies": {
"@formily/core": "2.0.0-beta.88",
"@formily/json-schema": "2.0.0-beta.88",
"@formily/reactive": "2.0.0-beta.88",
"@formily/reactive-vue": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88",
"@formily/vue": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.89",
"@formily/json-schema": "2.0.0-beta.89",
"@formily/reactive": "2.0.0-beta.89",
"@formily/reactive-vue": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89",
"@formily/vue": "2.0.0-beta.89",
"portal-vue": "^2.1.7",
"vue-slicksort": "^1.2.0"
},
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.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -28,9 +28,9 @@
"build:global": "ts-node ../../scripts/build-global"
},
"dependencies": {
"@formily/core": "2.0.0-beta.88",
"@formily/reactive": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88"
"@formily/core": "2.0.0-beta.89",
"@formily/reactive": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89"
},
"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.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"umd:main": "dist/formily.next.umd.production.js",
Expand Down Expand Up @@ -52,12 +52,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.88",
"@formily/json-schema": "2.0.0-beta.88",
"@formily/react": "2.0.0-beta.88",
"@formily/reactive": "2.0.0-beta.88",
"@formily/reactive-react": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.89",
"@formily/json-schema": "2.0.0-beta.89",
"@formily/react": "2.0.0-beta.89",
"@formily/reactive": "2.0.0-beta.89",
"@formily/reactive-react": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89",
"@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.88",
"version": "2.0.0-beta.89",
"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.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -40,12 +40,12 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/core": "2.0.0-beta.88",
"@formily/json-schema": "2.0.0-beta.88",
"@formily/reactive": "2.0.0-beta.88",
"@formily/reactive-react": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88",
"@formily/validator": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.89",
"@formily/json-schema": "2.0.0-beta.89",
"@formily/reactive": "2.0.0-beta.89",
"@formily/reactive-react": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89",
"@formily/validator": "2.0.0-beta.89",
"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.88",
"version": "2.0.0-beta.89",
"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.88",
"@formily/reactive": "2.0.0-beta.89",
"hoist-non-react-statics": "^3.3.2"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/reactive-test-cases-for-react18/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/reactive-test-cases-for-react18",
"version": "2.0.0-beta.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-is": "next"
},
"dependencies": {
"@formily/reactive": "2.0.0-beta.88",
"@formily/reactive-react": "2.0.0-beta.88",
"@formily/reactive": "2.0.0-beta.89",
"@formily/reactive-react": "2.0.0-beta.89",
"react": "next",
"react-dom": "next",
"react-is": "next"
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.88",
"version": "2.0.0-beta.89",
"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.88",
"@formily/reactive": "2.0.0-beta.89",
"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.88",
"version": "2.0.0-beta.89",
"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.88",
"version": "2.0.0-beta.89",
"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.88",
"@formily/path": "2.0.0-beta.89",
"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.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,7 +27,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/shared": "2.0.0-beta.88"
"@formily/shared": "2.0.0-beta.89"
},
"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.88",
"version": "2.0.0-beta.89",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -36,12 +36,12 @@
"vuepress-plugin-typescript": "^0.3.1"
},
"dependencies": {
"@formily/core": "2.0.0-beta.88",
"@formily/json-schema": "2.0.0-beta.88",
"@formily/reactive": "2.0.0-beta.88",
"@formily/reactive-vue": "2.0.0-beta.88",
"@formily/shared": "2.0.0-beta.88",
"@formily/validator": "2.0.0-beta.88",
"@formily/core": "2.0.0-beta.89",
"@formily/json-schema": "2.0.0-beta.89",
"@formily/reactive": "2.0.0-beta.89",
"@formily/reactive-vue": "2.0.0-beta.89",
"@formily/shared": "2.0.0-beta.89",
"@formily/validator": "2.0.0-beta.89",
"@type-helper/vue2": "npm:vue@2",
"@type-helper/vue3": "npm:vue@3",
"vue-demi": "^0.9.0",
Expand Down

0 comments on commit c54a2df

Please sign in to comment.