Skip to content

Commit

Permalink
chore(versions): 馃槉 publish v2.0.0-beta.65
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jun 13, 2021
1 parent cb342e7 commit 4786e86
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 69 deletions.
36 changes: 24 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v2.0.0-beta.64(2021-06-11)

### :tada: Enhancements

1. [feat(designable-antd): improve designable schema descriptions](https://github.com/alibaba/formily/commit/ee8cb02d) :point_right: ( [janrywang](https://github.com/janrywang) )

### :beetle: Bug Fixes

1. [fix(antd/next): fix FormItem styles](https://github.com/alibaba/formily/commit/4ca5fa4f) :point_right: ( [janrywang](https://github.com/janrywang) )

1. [fix(next): fix style missing due to wrong sideEffects (#1564)](https://github.com/alibaba/formily/commit/9fb8b93e) :point_right: ( [liuwei](https://github.com/liuwei) )

### :memo: Documents Changes

1. [refactor(antd/next): improve docs and support x-component/x-decorator ReactComponent style](https://github.com/alibaba/formily/commit/65bfef1e) :point_right: ( [janrywang](https://github.com/janrywang) )

### :rose: Improve code quality

1. [refactor(antd/next): improve docs and support x-component/x-decorator ReactComponent style](https://github.com/alibaba/formily/commit/65bfef1e) :point_right: ( [janrywang](https://github.com/janrywang) )

### :blush: Other Changes

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

## v2.0.0-beta.63(2021-06-10)

### :tada: Enhancements
Expand Down Expand Up @@ -1025,15 +1049,3 @@
1. [docs(practice): add manage-business.md (#733)](https://github.com/alibaba/formily/commit/24fb1ec3) :point_right: ( [Janry](https://github.com/Janry) )

1. [feat(hooks): add onSubmit hook and docs (#727)](https://github.com/alibaba/formily/commit/b99be566) :point_right: ( [quirkyvar](https://github.com/quirkyvar) )

## v1.0.7(2020-03-15)

### :tada: Enhancements

1. [feat(core): change visible behavior to fix array list delete auto assign value not work (#725)](https://github.com/alibaba/formily/commit/366047e6) :point_right: ( [Janry](https://github.com/Janry) )

### :beetle: Bug Fixes

1. [feat(core): change visible behavior to fix array list delete auto assign value not work (#725)](https://github.com/alibaba/formily/commit/366047e6) :point_right: ( [Janry](https://github.com/Janry) )

1. [fix x-index order algorithm (#724)](https://github.com/alibaba/formily/commit/17ae9ddb) :point_right: ( [JerryLyu](https://github.com/JerryLyu) )
10 changes: 5 additions & 5 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.64",
"version": "2.0.0-beta.65",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down Expand Up @@ -55,10 +55,10 @@
"dependencies": {
"@designable/core": "^0.1.44",
"@designable/react": "^0.1.44",
"@formily/shared": "2.0.0-beta.64",
"@formily/antd": "2.0.0-beta.64",
"@formily/core": "2.0.0-beta.64",
"@formily/react": "2.0.0-beta.64"
"@formily/antd": "2.0.0-beta.65",
"@formily/core": "2.0.0-beta.65",
"@formily/react": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65"
},
"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.64",
"version": "2.0.0-beta.65",
"private": true,
"license": "MIT",
"main": "lib",
Expand Down
8 changes: 4 additions & 4 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": "0.0.0",
"version": "2.0.0-beta.65",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -21,8 +21,8 @@
"start": "webpack-dev-server --config config/webpack.dev.js"
},
"dependencies": {
"@formily/core": "2.0.0-beta.64",
"@formily/shared": "2.0.0-beta.64",
"@formily/core": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-json-view": "^1.19.1",
Expand All @@ -32,4 +32,4 @@
"access": "public"
},
"gitHead": "2c44ae410a73f02735c63c6430e021a50e21f3ec"
}
}
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.64",
"version": "2.0.0-beta.65",
"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.64",
"version": "2.0.0-beta.65",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.64",
"@formily/json-schema": "2.0.0-beta.64",
"@formily/react": "2.0.0-beta.64",
"@formily/reactive": "2.0.0-beta.64",
"@formily/reactive-react": "2.0.0-beta.64",
"@formily/shared": "2.0.0-beta.64",
"@formily/core": "2.0.0-beta.65",
"@formily/json-schema": "2.0.0-beta.65",
"@formily/react": "2.0.0-beta.65",
"@formily/reactive": "2.0.0-beta.65",
"@formily/reactive-react": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65",
"@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.64",
"version": "2.0.0-beta.65",
"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.64",
"@formily/shared": "2.0.0-beta.64",
"@formily/validator": "2.0.0-beta.64"
"@formily/reactive": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65",
"@formily/validator": "2.0.0-beta.65"
},
"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.64",
"version": "2.0.0-beta.65",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,9 +27,9 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/core": "2.0.0-beta.64",
"@formily/reactive": "2.0.0-beta.64",
"@formily/shared": "2.0.0-beta.64"
"@formily/core": "2.0.0-beta.65",
"@formily/reactive": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65"
},
"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.64",
"version": "2.0.0-beta.65",
"license": "MIT",
"main": "lib",
"umd:main": "dist/formily.next.umd.production.js",
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@formily/core": "2.0.0-beta.64",
"@formily/json-schema": "2.0.0-beta.64",
"@formily/react": "2.0.0-beta.64",
"@formily/reactive": "2.0.0-beta.64",
"@formily/reactive-react": "2.0.0-beta.64",
"@formily/shared": "2.0.0-beta.64",
"@formily/core": "2.0.0-beta.65",
"@formily/json-schema": "2.0.0-beta.65",
"@formily/react": "2.0.0-beta.65",
"@formily/reactive": "2.0.0-beta.65",
"@formily/reactive-react": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65",
"@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.64",
"version": "2.0.0-beta.65",
"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.64",
"version": "2.0.0-beta.65",
"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.64",
"@formily/json-schema": "2.0.0-beta.64",
"@formily/reactive": "2.0.0-beta.64",
"@formily/reactive-react": "2.0.0-beta.64",
"@formily/shared": "2.0.0-beta.64",
"@formily/validator": "2.0.0-beta.64",
"@formily/core": "2.0.0-beta.65",
"@formily/json-schema": "2.0.0-beta.65",
"@formily/reactive": "2.0.0-beta.65",
"@formily/reactive-react": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65",
"@formily/validator": "2.0.0-beta.65",
"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.64",
"version": "2.0.0-beta.65",
"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.64",
"@formily/reactive": "2.0.0-beta.65",
"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.64",
"version": "2.0.0-beta.65",
"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.64",
"@formily/reactive": "2.0.0-beta.65",
"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.64",
"version": "2.0.0-beta.65",
"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.64",
"version": "2.0.0-beta.65",
"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.64",
"@formily/path": "2.0.0-beta.65",
"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.64",
"version": "2.0.0-beta.65",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,7 +27,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/shared": "2.0.0-beta.64"
"@formily/shared": "2.0.0-beta.65"
},
"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.64",
"version": "2.0.0-beta.65",
"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.64",
"@formily/json-schema": "2.0.0-beta.64",
"@formily/reactive": "2.0.0-beta.64",
"@formily/reactive-vue": "2.0.0-beta.64",
"@formily/shared": "2.0.0-beta.64",
"@formily/validator": "2.0.0-beta.64",
"@formily/core": "2.0.0-beta.65",
"@formily/json-schema": "2.0.0-beta.65",
"@formily/reactive": "2.0.0-beta.65",
"@formily/reactive-vue": "2.0.0-beta.65",
"@formily/shared": "2.0.0-beta.65",
"@formily/validator": "2.0.0-beta.65",
"@type-helper/vue3": "npm:vue@3",
"vue-demi": "^0.9.0",
"vue-frag": "^1.1.4"
Expand Down

0 comments on commit 4786e86

Please sign in to comment.