Skip to content

Commit 93736ee

Browse files
committed
chore: release v0.2.18
1 parent 6c6e8ef commit 93736ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vite-plugin-uni-pages/monorepo",
33
"type": "module",
4-
"version": "0.2.17",
4+
"version": "0.2.18",
55
"private": true,
66
"packageManager": "pnpm@8.15.4",
77
"author": "KeJun",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uni-helper/vite-plugin-uni-pages",
33
"type": "module",
4-
"version": "0.2.17",
4+
"version": "0.2.18",
55
"description": "File system based routing for uni-app applications using Vite",
66
"author": "KeJun",
77
"license": "MIT",

packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"private": true,
55
"scripts": {
66
"dev:h5": "uni",

packages/schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/pages-json-schema",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"description": "Schema for uni-app pages.json",
55
"author": "KeJun",
66
"license": "MIT",

packages/volar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/volar-service-uni-pages",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"description": "Volar plugin for uni-pages route custom block in Vue SFC",
55
"author": "KeJun",
66
"license": "MIT",

0 commit comments

Comments
 (0)