Skip to content

Commit

Permalink
chore: release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Jul 31, 2023
1 parent e08ce43 commit 6bb52d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vite-plugin-uni-pages/monorepo",
"type": "module",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"packageManager": "pnpm@8.6.11",
"author": "KeJun",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uni-helper/vite-plugin-uni-pages",
"type": "module",
"version": "0.2.4",
"version": "0.2.5",
"description": "File system based routing for uni-app applications using Vite",
"author": "KeJun",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"scripts": {
"dev:h5": "uni",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/pages-json-schema",
"version": "0.2.4",
"version": "0.2.5",
"description": "Schema for uni-app pages.json",
"author": "KeJun",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/volar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/volar-service-uni-pages",
"version": "0.2.4",
"version": "0.2.5",
"description": "Volar plugin for route custom block in Vue SFC",
"author": "KeJun",
"license": "MIT",
Expand Down

0 comments on commit 6bb52d2

Please sign in to comment.