Skip to content

Commit

Permalink
v2.9.71
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Jan 15, 2025
1 parent 9be45ac commit 38446f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.70"
"version": "2.9.71"
}
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.70",
"version": "2.9.71",
"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.70",
"version": "2.9.71",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
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.70",
"version": "2.9.71",
"description": "mpx fetch lib",
"author": "donghongping",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/unocss-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/unocss-plugin",
"version": "2.9.70",
"version": "2.9.71",
"description": "mpx unocss webpack plugin",
"main": "lib/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.70",
"version": "2.9.71",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down

0 comments on commit 38446f3

Please sign in to comment.