Skip to content

Commit

Permalink
v2.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Jan 15, 2024
1 parent 2402ec5 commit 2c67b32
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.12"
"version": "2.9.13"
}
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.9",
"version": "2.9.13",
"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.11",
"version": "2.9.13",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
Expand Down
14 changes: 7 additions & 7 deletions 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.7",
"version": "2.9.13",
"description": "mpx unocss webpack plugin",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,16 +17,16 @@
"access": "public"
},
"dependencies": {
"@unocss/transformer-directives": "^0.52.1",
"@unocss/transformer-variant-group": "^0.52.1",
"@unocss/config": "0.52.7",
"@unocss/core": "0.52.7",
"@ampproject/remapping": "^2.2.1",
"@rollup/pluginutils": "^5.0.2",
"@unocss/config": "0.52.7",
"@unocss/core": "0.52.7",
"@unocss/transformer-directives": "^0.52.1",
"@unocss/transformer-variant-group": "^0.52.1",
"magic-string": "^0.30.3",
"minimatch": "^9.0.1",
"unocss": "^0.52.7",
"webpack-sources": "^3.2.3",
"webpack-virtual-modules": "^0.6.0",
"unocss": "^0.52.7"
"webpack-virtual-modules": "^0.6.0"
}
}
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.12",
"version": "2.9.13",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down

0 comments on commit 2c67b32

Please sign in to comment.