Skip to content

Commit

Permalink
v2.9.66
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Nov 5, 2024
1 parent af143cb commit ff9eb06
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.9.65"
"version": "2.9.66"
}
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.65",
"version": "2.9.66",
"description": "convert miniprogram API at each end",
"module": "src/index.js",
"types": "@types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/core",
"version": "2.9.65",
"version": "2.9.66",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/fetch",
"version": "2.9.65",
"version": "2.9.66",
"description": "mpx fetch lib",
"author": "donghongping",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@mpxjs/api-proxy": "^2.9.65",
"@mpxjs/api-proxy": "^2.9.66",
"@mpxjs/utils": "^2.9.65",
"path-to-regexp": "^6.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions 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.65",
"version": "2.9.66",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down Expand Up @@ -82,14 +82,14 @@
},
"devDependencies": {
"@ant-design/react-native": "^5.2.2",
"@mpxjs/api-proxy": "^2.9.65",
"@mpxjs/api-proxy": "^2.9.66",
"@types/babel-traverse": "^6.25.4",
"@types/babel-types": "^7.0.4",
"@types/react": "^18.2.79",
"react-native": "^0.74.5",
"react-native-gesture-handler": "^2.18.1",
"react-native-reanimated": "^3.15.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-reanimated": "^3.15.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-webview": "^13.12.2",
"rimraf": "^6.0.1"
Expand Down

0 comments on commit ff9eb06

Please sign in to comment.