Skip to content

Commit 0d7182e

Browse files
committed
chore: release v0.2.28
1 parent 3c563da commit 0d7182e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.27",
4+
"version": "0.2.28",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "Use TypeScript to write pages.json of uni-app",

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-helper/vite-plugin-uni-pages",
33
"type": "module",
4-
"version": "0.2.27",
4+
"version": "0.2.28",
55
"description": "File system based routing for uni-app applications using Vite",
66
"author": "KeJun",
77
"maintainers": [

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"private": true,
55
"scripts": {
66
"dev:h5": "uni",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/pages-json-schema",
3-
"version": "0.2.27",
3+
"version": "0.2.28",
44
"description": "Schema for uni-app pages.json",
55
"author": "KeJun",
66
"maintainers": [

packages/volar/package.json

Lines changed: 1 addition & 1 deletion
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.27",
3+
"version": "0.2.28",
44
"description": "Volar plugin for uni-pages route custom block in Vue SFC",
55
"author": "KeJun",
66
"maintainers": [

0 commit comments

Comments
 (0)