Skip to content

Commit 289c316

Browse files
committed
chore: release v0.2.6
1 parent dae83f2 commit 289c316

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.2.5",
3+
"version": "0.2.6",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

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.2.5",
4+
"version": "0.2.6",
55
"description": "@uni-aide/core",
66
"author": "hackycy",
77
"license": "MIT",

packages/types/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/types",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "@uni-aide/types",
66
"author": "hackycy",
77
"license": "MIT",

packages/vite-plugin-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/vite-plugin-manifest",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "@uni-aide/vite-plugin-manifest",
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.2.5",
4+
"version": "0.2.6",
55
"description": "@uni-aide/vite-plugin-mock-component",
66
"author": "hackycy",
77
"license": "MIT",

packages/vite-plugin-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/vite-plugin-pages",
33
"type": "module",
4-
"version": "0.2.5",
4+
"version": "0.2.6",
55
"description": "@uni-aide/vite-plugin-pages",
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.2.5",
3+
"version": "0.2.6",
44
"private": true,
55
"scripts": {
66
"dev:custom": "uni -p",

0 commit comments

Comments
 (0)