Skip to content

Commit 896710f

Browse files
committed
chore: release v0.7.3
1 parent 2f98a29 commit 896710f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"packageManager": "[email protected]",
66
"engines": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uni-aide/core",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "@uni-aide/core",
66
"author": "hackycy",
77
"license": "MIT",

packages/unplugin-uni-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uni-aide/unplugin-uni-manifest",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "@uni-aide/unplugin-uni-manifest",
66
"author": "hackycy",
77
"license": "MIT",

packages/unplugin-uni-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uni-aide/unplugin-uni-pages",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "@uni-aide/unplugin-uni-pages",
66
"author": "hackycy",
77
"license": "MIT",

packages/vite-plugin-mock-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uni-aide/vite-plugin-mock-component",
33
"type": "module",
4-
"version": "0.7.2",
4+
"version": "0.7.3",
55
"description": "@uni-aide/vite-plugin-mock-component",
66
"author": "hackycy",
77
"license": "MIT",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"scripts": {
66
"dev:custom": "uni -p",

0 commit comments

Comments
 (0)