Skip to content

Commit

Permalink
v2.9.41-react.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Jul 3, 2024
1 parent 4c236ee commit 1c9ae75
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.9.40"
"version": "2.9.41-react.0"
}
2 changes: 1 addition & 1 deletion packages/api-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/api-proxy",
"version": "2.9.40",
"version": "2.9.41-react.0",
"description": "convert miniprogram API at each end",
"module": "src/index.js",
"types": "@types/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/core",
"version": "2.9.39",
"version": "2.9.41-react.0",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
Expand All @@ -19,22 +19,22 @@
],
"main": "src/index.js",
"dependencies": {
"@mpxjs/utils": "^2.9.39",
"@mpxjs/utils": "^2.9.41-react.0",
"lodash": "^4.1.1",
"miniprogram-api-typings": "^3.10.0"
},
"peerDependencies": {
"@mpxjs/api-proxy": "^2.9.0",
"@mpxjs/store": "^2.9.0",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"react": "^18.3.1",
"react-native": "^0.74.3",
"react-native-root-siblings": "^5.0.1",
"vue": "^2.7.10",
"vue-demi": "^0.14.6",
"vue-i18n": "^8.27.2",
"vue-i18n-bridge": "^9.2.2",
"react": "^18.3.1",
"react-native": "^0.74.3",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"react-native-root-siblings": "^5.0.1"
"vue-i18n-bridge": "^9.2.2"
},
"peerDependenciesMeta": {
"vue": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/fetch",
"version": "2.9.1",
"version": "2.9.41-react.0",
"description": "mpx fetch lib",
"author": "donghongping",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/pinia",
"version": "2.9.39",
"version": "2.9.41-react.0",
"description": "A pinia style store in miniprogram",
"types": "@types/index.d.ts",
"main": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"dependencies": {
"@mpxjs/utils": "^2.9.39"
"@mpxjs/utils": "^2.9.41-react.0"
},
"peerDependencies": {
"@mpxjs/core": "^2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/store",
"version": "2.9.39",
"version": "2.9.41-react.0",
"description": "A store for mpx framework",
"main": "src/index.js",
"types": "@types/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/didi/mpx#readme",
"dependencies": {
"@mpxjs/utils": "^2.9.39"
"@mpxjs/utils": "^2.9.41-react.0"
},
"peerDependencies": {
"@mpxjs/core": "^2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/utils",
"version": "2.9.39",
"version": "2.9.41-react.0",
"description": "A toolkit for mpx framework",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/webpack-plugin",
"version": "2.9.40",
"version": "2.9.41-react.0",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down
2 changes: 1 addition & 1 deletion packages/webview-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/webview-bridge",
"version": "2.9.36",
"version": "2.9.41-react.0",
"description": "a bridge for mpx webview",
"author": "skyadmin",
"license": "ISC",
Expand Down

0 comments on commit 1c9ae75

Please sign in to comment.