Skip to content

Commit

Permalink
chore(version): update version to 0.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed May 24, 2024
1 parent 2aba3fe commit 182e842
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- [x] update API docs
- [x] use Mutative
- [ ] Implementing non-invasive injection for DI
- [ ] upgrade react-native v0.73.4
- [x] upgrade react-native
- [ ] support TS 5.0 new decorator(https://github.com/tc39/proposal-decorators), [more detail](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#differences-with-experimental-legacy-decorators)
- [ ] upgrade inversify v6
- [ ] upgrade react-router v6.22.1
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.109.0"
"version": "0.110.0"
}
2 changes: 1 addition & 1 deletion packages/reactant-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-cli",
"version": "0.109.0",
"version": "0.110.0",
"description": "A command line interface for Reactant",
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactant-di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-di",
"version": "0.109.0",
"version": "0.110.0",
"description": "A dependency injection lib for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-last-action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-last-action",
"version": "0.109.0",
"version": "0.110.0",
"description": "A Reactant plugin for staging last action",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"redux": "^4.1.0"
},
"devDependencies": {
"reactant-module": "^0.109.0",
"reactant-module": "^0.110.0",
"redux": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/reactant-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-model",
"version": "0.109.0",
"version": "0.110.0",
"description": "A model lib for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -32,6 +32,6 @@
},
"devDependencies": {
"mutative": "^1.0.5",
"reactant-module": "^0.109.0"
"reactant-module": "^0.110.0"
}
}
4 changes: 2 additions & 2 deletions packages/reactant-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-module",
"version": "0.109.0",
"version": "0.110.0",
"description": "A module model for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"dependencies": {
"mutative": "^1.0.5",
"reactant-di": "^0.109.0",
"reactant-di": "^0.110.0",
"redux": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reactant-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-native",
"version": "0.109.0",
"version": "0.110.0",
"description": "A mobile application with react-native for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-redux",
"version": "0.109.0",
"version": "0.110.0",
"description": "A redux lib for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"redux": "^4.1.0"
},
"devDependencies": {
"reactant-module": "^0.109.0",
"reactant-module": "^0.110.0",
"redux": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/reactant-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-router-dom",
"version": "0.109.0",
"version": "0.110.0",
"description": "A react router dom for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/reactant-router-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactant-router-native",
"private": true,
"version": "0.109.0",
"version": "0.110.0",
"description": "A native apps router with react-native for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-router",
"version": "0.109.0",
"version": "0.110.0",
"description": "A router plugin for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"react": "^17.0.2",
"react-redux": "^7.2.8",
"reactant-module": "^0.109.0",
"reactant-module": "^0.110.0",
"redux": "^4.1.0"
},
"license": "MIT"
Expand Down
12 changes: 6 additions & 6 deletions packages/reactant-share/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-share",
"version": "0.109.0",
"version": "0.110.0",
"description": "A framework for building shared web applications with Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -34,13 +34,13 @@
"dependencies": {
"broadcast-channel": "^5.3.0",
"data-transport": "^4.3.5",
"reactant": "^0.109.0",
"reactant-last-action": "^0.109.0",
"reactant-router": "^0.109.0",
"reactant-storage": "^0.109.0"
"reactant": "^0.110.0",
"reactant-last-action": "^0.110.0",
"reactant-router": "^0.110.0",
"reactant-storage": "^0.110.0"
},
"devDependencies": {
"react": "^16.12.0 || ^17",
"reactant-web": "^0.109.0"
"reactant-web": "^0.110.0"
}
}
6 changes: 3 additions & 3 deletions packages/reactant-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-ssr",
"version": "0.109.0",
"version": "0.110.0",
"description": "A server-side renderer for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
},
"dependencies": {
"next": "^12.2.5",
"reactant": "^0.109.0"
"reactant": "^0.110.0"
},
"devDependencies": {
"next": "^12.1.0",
"react": "^17.0.2",
"reactant-web": "^0.109.0"
"reactant-web": "^0.110.0"
}
}
4 changes: 2 additions & 2 deletions packages/reactant-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-storage",
"version": "0.109.0",
"version": "0.110.0",
"description": "A persistence storage plugin for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"react": "^17.0.2",
"react-redux": "^7.2.8",
"reactant-module": "^0.109.0",
"reactant-module": "^0.110.0",
"redux": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/reactant-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-template",
"version": "0.109.0",
"version": "0.110.0",
"description": "A templates collection for Reactant",
"main": "index.js",
"build": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/reactant-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant-web",
"version": "0.109.0",
"version": "0.110.0",
"description": "A Web application with react-dom for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -27,7 +27,7 @@
"react-dom": "^16.14.0 || ^17"
},
"dependencies": {
"reactant-router-dom": "^0.109.0"
"reactant-router-dom": "^0.110.0"
},
"devDependencies": {
"react-dom": "^17.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/reactant/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactant",
"version": "0.109.0",
"version": "0.110.0",
"description": "A framework for building React web applications",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"react-redux": "^7.2.8",
"reactant-module": "^0.109.0"
"reactant-module": "^0.110.0"
},
"devDependencies": {
"react": "^17.0.2",
"reactant-storage": "^0.109.0",
"reactant-web": "^0.109.0"
"reactant-storage": "^0.110.0",
"reactant-web": "^0.110.0"
}
}

0 comments on commit 182e842

Please sign in to comment.