From feedfa37f50379bf12f88b0a0e1c82e2ec4ef2eb Mon Sep 17 00:00:00 2001 From: unadlib Date: Thu, 23 Nov 2023 12:02:29 +0800 Subject: [PATCH] chore(version): update version to 0.95.0 --- lerna.json | 2 +- packages/reactant-cli/package.json | 2 +- packages/reactant-di/package.json | 2 +- packages/reactant-last-action/package.json | 4 ++-- packages/reactant-model/package.json | 4 ++-- packages/reactant-module/package.json | 4 ++-- packages/reactant-native/package.json | 2 +- packages/reactant-redux/package.json | 4 ++-- packages/reactant-router-dom/package.json | 2 +- packages/reactant-router-native/package.json | 2 +- packages/reactant-router/package.json | 4 ++-- packages/reactant-share/package.json | 12 ++++++------ packages/reactant-ssr/package.json | 6 +++--- packages/reactant-storage/package.json | 4 ++-- packages/reactant-template/package.json | 2 +- packages/reactant-web/package.json | 4 ++-- packages/reactant/package.json | 8 ++++---- 17 files changed, 34 insertions(+), 34 deletions(-) diff --git a/lerna.json b/lerna.json index 88b654a0..20dc7236 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.94.0" + "version": "0.95.0" } diff --git a/packages/reactant-cli/package.json b/packages/reactant-cli/package.json index 6d203a7a..b58f3f84 100644 --- a/packages/reactant-cli/package.json +++ b/packages/reactant-cli/package.json @@ -1,6 +1,6 @@ { "name": "reactant-cli", - "version": "0.94.0", + "version": "0.95.0", "description": "A command line interface for Reactant", "engines": { "node": ">=14" diff --git a/packages/reactant-di/package.json b/packages/reactant-di/package.json index b1dd1c68..c9b44a9e 100644 --- a/packages/reactant-di/package.json +++ b/packages/reactant-di/package.json @@ -1,6 +1,6 @@ { "name": "reactant-di", - "version": "0.94.0", + "version": "0.95.0", "description": "A dependency injection lib for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", diff --git a/packages/reactant-last-action/package.json b/packages/reactant-last-action/package.json index 15534129..82bbd56f 100644 --- a/packages/reactant-last-action/package.json +++ b/packages/reactant-last-action/package.json @@ -1,6 +1,6 @@ { "name": "reactant-last-action", - "version": "0.94.0", + "version": "0.95.0", "description": "A Reactant plugin for staging last action", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -31,7 +31,7 @@ "redux": "^4.1.0" }, "devDependencies": { - "reactant-module": "^0.94.0", + "reactant-module": "^0.95.0", "redux": "^4.1.0" } } diff --git a/packages/reactant-model/package.json b/packages/reactant-model/package.json index a53ef722..5a22a08c 100644 --- a/packages/reactant-model/package.json +++ b/packages/reactant-model/package.json @@ -1,6 +1,6 @@ { "name": "reactant-model", - "version": "0.94.0", + "version": "0.95.0", "description": "A model lib for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -32,6 +32,6 @@ }, "devDependencies": { "mutative": "^0.7.1", - "reactant-module": "^0.94.0" + "reactant-module": "^0.95.0" } } diff --git a/packages/reactant-module/package.json b/packages/reactant-module/package.json index 5a5c9c0e..b7a67e98 100644 --- a/packages/reactant-module/package.json +++ b/packages/reactant-module/package.json @@ -1,6 +1,6 @@ { "name": "reactant-module", - "version": "0.94.0", + "version": "0.95.0", "description": "A module model for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -28,7 +28,7 @@ "license": "MIT", "dependencies": { "mutative": "^0.7.1", - "reactant-di": "^0.94.0", + "reactant-di": "^0.95.0", "redux": "^4.1.0" }, "devDependencies": { diff --git a/packages/reactant-native/package.json b/packages/reactant-native/package.json index a00d9864..1f2b9ddd 100644 --- a/packages/reactant-native/package.json +++ b/packages/reactant-native/package.json @@ -1,6 +1,6 @@ { "name": "reactant-native", - "version": "0.94.0", + "version": "0.95.0", "description": "A mobile application with react-native for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", diff --git a/packages/reactant-redux/package.json b/packages/reactant-redux/package.json index b9ee010a..0bc6454c 100644 --- a/packages/reactant-redux/package.json +++ b/packages/reactant-redux/package.json @@ -1,6 +1,6 @@ { "name": "reactant-redux", - "version": "0.94.0", + "version": "0.95.0", "description": "A redux lib for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -31,7 +31,7 @@ "redux": "^4.1.0" }, "devDependencies": { - "reactant-module": "^0.94.0", + "reactant-module": "^0.95.0", "redux": "^4.1.0" } } diff --git a/packages/reactant-router-dom/package.json b/packages/reactant-router-dom/package.json index da3d9093..a6ddcd9c 100644 --- a/packages/reactant-router-dom/package.json +++ b/packages/reactant-router-dom/package.json @@ -1,6 +1,6 @@ { "name": "reactant-router-dom", - "version": "0.94.0", + "version": "0.95.0", "description": "A react router dom for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", diff --git a/packages/reactant-router-native/package.json b/packages/reactant-router-native/package.json index 2325908c..18d50f25 100644 --- a/packages/reactant-router-native/package.json +++ b/packages/reactant-router-native/package.json @@ -1,7 +1,7 @@ { "name": "reactant-router-native", "private": true, - "version": "0.94.0", + "version": "0.95.0", "description": "A native apps router with react-native for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", diff --git a/packages/reactant-router/package.json b/packages/reactant-router/package.json index 02af4044..6333d4bf 100644 --- a/packages/reactant-router/package.json +++ b/packages/reactant-router/package.json @@ -1,6 +1,6 @@ { "name": "reactant-router", - "version": "0.94.0", + "version": "0.95.0", "description": "A router plugin for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -39,7 +39,7 @@ "devDependencies": { "react": "^17.0.2", "react-redux": "^7.2.8", - "reactant-module": "^0.94.0", + "reactant-module": "^0.95.0", "redux": "^4.1.0" }, "license": "MIT" diff --git a/packages/reactant-share/package.json b/packages/reactant-share/package.json index c9286d8f..65ba2d0e 100644 --- a/packages/reactant-share/package.json +++ b/packages/reactant-share/package.json @@ -1,6 +1,6 @@ { "name": "reactant-share", - "version": "0.94.0", + "version": "0.95.0", "description": "A framework for building shared web applications with Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -34,13 +34,13 @@ "dependencies": { "broadcast-channel": "^5.3.0", "data-transport": "^4.3.3", - "reactant": "^0.94.0", - "reactant-last-action": "^0.94.0", - "reactant-router": "^0.94.0", - "reactant-storage": "^0.94.0" + "reactant": "^0.95.0", + "reactant-last-action": "^0.95.0", + "reactant-router": "^0.95.0", + "reactant-storage": "^0.95.0" }, "devDependencies": { "react": "^16.12.0 || ^17", - "reactant-web": "^0.94.0" + "reactant-web": "^0.95.0" } } diff --git a/packages/reactant-ssr/package.json b/packages/reactant-ssr/package.json index c5b40f96..30822667 100644 --- a/packages/reactant-ssr/package.json +++ b/packages/reactant-ssr/package.json @@ -1,6 +1,6 @@ { "name": "reactant-ssr", - "version": "0.94.0", + "version": "0.95.0", "description": "A server-side renderer for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -40,11 +40,11 @@ }, "dependencies": { "next": "^12.2.5", - "reactant": "^0.94.0" + "reactant": "^0.95.0" }, "devDependencies": { "next": "^12.1.0", "react": "^17.0.2", - "reactant-web": "^0.94.0" + "reactant-web": "^0.95.0" } } diff --git a/packages/reactant-storage/package.json b/packages/reactant-storage/package.json index f4ca5e2b..0155036a 100644 --- a/packages/reactant-storage/package.json +++ b/packages/reactant-storage/package.json @@ -1,6 +1,6 @@ { "name": "reactant-storage", - "version": "0.94.0", + "version": "0.95.0", "description": "A persistence storage plugin for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -40,7 +40,7 @@ "devDependencies": { "react": "^17.0.2", "react-redux": "^7.2.8", - "reactant-module": "^0.94.0", + "reactant-module": "^0.95.0", "redux": "^4.1.0" } } diff --git a/packages/reactant-template/package.json b/packages/reactant-template/package.json index 6344e726..966068e7 100644 --- a/packages/reactant-template/package.json +++ b/packages/reactant-template/package.json @@ -1,6 +1,6 @@ { "name": "reactant-template", - "version": "0.94.0", + "version": "0.95.0", "description": "A templates collection for Reactant", "main": "index.js", "build": [], diff --git a/packages/reactant-web/package.json b/packages/reactant-web/package.json index cb6d1c8c..752b3f2c 100644 --- a/packages/reactant-web/package.json +++ b/packages/reactant-web/package.json @@ -1,6 +1,6 @@ { "name": "reactant-web", - "version": "0.94.0", + "version": "0.95.0", "description": "A Web application with react-dom for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -27,7 +27,7 @@ "react-dom": "^16.14.0 || ^17" }, "dependencies": { - "reactant-router-dom": "^0.94.0" + "reactant-router-dom": "^0.95.0" }, "devDependencies": { "react-dom": "^17.0.2" diff --git a/packages/reactant/package.json b/packages/reactant/package.json index 302e5b53..76e8d51b 100644 --- a/packages/reactant/package.json +++ b/packages/reactant/package.json @@ -1,6 +1,6 @@ { "name": "reactant", - "version": "0.94.0", + "version": "0.95.0", "description": "A framework for building React web applications", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", @@ -37,11 +37,11 @@ }, "dependencies": { "react-redux": "^7.2.8", - "reactant-module": "^0.94.0" + "reactant-module": "^0.95.0" }, "devDependencies": { "react": "^17.0.2", - "reactant-storage": "^0.94.0", - "reactant-web": "^0.94.0" + "reactant-storage": "^0.95.0", + "reactant-web": "^0.95.0" } }