Skip to content

Commit

Permalink
chore(release): 馃槉 publish v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Oct 20, 2023
1 parent 72d533f commit 5f827e2
Show file tree
Hide file tree
Showing 18 changed files with 68 additions and 68 deletions.
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.2.30",
"version": "2.3.0",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -21,8 +21,8 @@
"start": "webpack-dev-server --config config/webpack.dev.ts"
},
"dependencies": {
"@formily/core": "2.2.30",
"@formily/shared": "2.2.30",
"@formily/core": "2.3.0",
"@formily/shared": "2.3.0",
"react": "^18.0.0",
"react-dom": "^18.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.2.30",
"version": "2.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": [
Expand Down
16 changes: 8 additions & 8 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/antd",
"version": "2.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -62,13 +62,13 @@
"dependencies": {
"@dnd-kit/core": "^6.0.0",
"@dnd-kit/sortable": "^7.0.0",
"@formily/core": "2.2.30",
"@formily/grid": "2.2.30",
"@formily/json-schema": "2.2.30",
"@formily/react": "2.2.30",
"@formily/reactive": "2.2.30",
"@formily/reactive-react": "2.2.30",
"@formily/shared": "2.2.30",
"@formily/core": "2.3.0",
"@formily/grid": "2.3.0",
"@formily/json-schema": "2.3.0",
"@formily/react": "2.3.0",
"@formily/reactive": "2.3.0",
"@formily/reactive-react": "2.3.0",
"@formily/shared": "2.3.0",
"classnames": "^2.2.6",
"react-sticky-box": "^0.9.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/benchmark",
"version": "2.2.30",
"version": "2.3.0",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"react-is": "next"
},
"dependencies": {
"@formily/reactive": "2.2.30",
"@formily/reactive-react": "2.2.30",
"@formily/reactive": "2.3.0",
"@formily/reactive-react": "2.3.0",
"react": "next",
"react-dom": "next",
"react-is": "next"
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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -32,9 +32,9 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.2.30",
"@formily/shared": "2.2.30",
"@formily/validator": "2.2.30"
"@formily/reactive": "2.3.0",
"@formily/shared": "2.3.0",
"@formily/validator": "2.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/element",
"version": "2.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -46,13 +46,13 @@
"vuepress-plugin-typescript": "^0.3.1"
},
"dependencies": {
"@formily/core": "2.2.30",
"@formily/grid": "2.2.30",
"@formily/json-schema": "2.2.30",
"@formily/reactive": "2.2.30",
"@formily/reactive-vue": "2.2.30",
"@formily/shared": "2.2.30",
"@formily/vue": "2.2.30",
"@formily/core": "2.3.0",
"@formily/grid": "2.3.0",
"@formily/json-schema": "2.3.0",
"@formily/reactive": "2.3.0",
"@formily/reactive-vue": "2.3.0",
"@formily/shared": "2.3.0",
"@formily/vue": "2.3.0",
"portal-vue": "^2.1.7",
"vue-demi": "^0.13.6",
"vue-slicksort": "^1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/grid",
"version": "2.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "4.x || 5.x"
},
"dependencies": {
"@formily/reactive": "2.2.30",
"@formily/reactive": "2.3.0",
"@juggle/resize-observer": "^3.3.1"
},
"publishConfig": {
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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -30,9 +30,9 @@
"typescript": ">4.1.5"
},
"dependencies": {
"@formily/core": "2.2.30",
"@formily/reactive": "2.2.30",
"@formily/shared": "2.2.30"
"@formily/core": "2.3.0",
"@formily/reactive": "2.3.0",
"@formily/shared": "2.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formily/next",
"version": "2.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"umd:main": "dist/formily.next.umd.production.js",
Expand Down Expand Up @@ -59,13 +59,13 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/core": "2.2.30",
"@formily/grid": "2.2.30",
"@formily/json-schema": "2.2.30",
"@formily/react": "2.2.30",
"@formily/reactive": "2.2.30",
"@formily/reactive-react": "2.2.30",
"@formily/shared": "2.2.30",
"@formily/core": "2.3.0",
"@formily/grid": "2.3.0",
"@formily/json-schema": "2.3.0",
"@formily/react": "2.3.0",
"@formily/reactive": "2.3.0",
"@formily/reactive-react": "2.3.0",
"@formily/shared": "2.3.0",
"classnames": "^2.2.6",
"react-sortable-hoc": "^1.11.0",
"react-sticky-box": "^0.9.3"
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.2.30",
"version": "2.3.0",
"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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -47,12 +47,12 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/core": "2.2.30",
"@formily/json-schema": "2.2.30",
"@formily/reactive": "2.2.30",
"@formily/reactive-react": "2.2.30",
"@formily/shared": "2.2.30",
"@formily/validator": "2.2.30",
"@formily/core": "2.3.0",
"@formily/json-schema": "2.3.0",
"@formily/reactive": "2.3.0",
"@formily/reactive-react": "2.3.0",
"@formily/shared": "2.3.0",
"@formily/validator": "2.3.0",
"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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dumi": "^1.1.0-rc.8"
},
"dependencies": {
"@formily/reactive": "2.2.30",
"@formily/reactive": "2.3.0",
"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.2.30",
"version": "2.3.0",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"react-is": "next"
},
"dependencies": {
"@formily/reactive": "2.2.30",
"@formily/reactive-react": "2.2.30",
"@formily/reactive": "2.3.0",
"@formily/reactive-react": "2.3.0",
"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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -33,7 +33,7 @@
"vue": "^2.6.12"
},
"dependencies": {
"@formily/reactive": "2.2.30",
"@formily/reactive": "2.3.0",
"vue-demi": "^0.13.6"
},
"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.2.30",
"version": "2.3.0",
"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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/path": "2.2.30",
"@formily/path": "2.3.0",
"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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand All @@ -27,7 +27,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@formily/shared": "2.2.30"
"@formily/shared": "2.3.0"
},
"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.2.30",
"version": "2.3.0",
"license": "MIT",
"main": "lib",
"module": "esm",
Expand Down Expand Up @@ -45,12 +45,12 @@
"vuepress-plugin-typescript": "^0.3.1"
},
"dependencies": {
"@formily/core": "2.2.30",
"@formily/json-schema": "2.2.30",
"@formily/reactive": "2.2.30",
"@formily/reactive-vue": "2.2.30",
"@formily/shared": "2.2.30",
"@formily/validator": "2.2.30",
"@formily/core": "2.3.0",
"@formily/json-schema": "2.3.0",
"@formily/reactive": "2.3.0",
"@formily/reactive-vue": "2.3.0",
"@formily/shared": "2.3.0",
"@formily/validator": "2.3.0",
"fs-extra": "^10.0.0",
"vue-demi": "^0.13.6",
"vue-frag": "^1.1.4"
Expand Down

0 comments on commit 5f827e2

Please sign in to comment.