Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Jan 15, 2023
1 parent 8ebef3a commit 310cd84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"unbuild": "^1.0.2",
"vitest": "^0.27.0"
},
"version": "0.1.0"
}
"version": "0.1.1"
}
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.1.0",
"version": "0.1.1",
"packageManager": "[email protected]",
"description": "File system based routing for uni-app applications using Vite",
"author": "KeJun",
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.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev:h5": "uni",
Expand Down

0 comments on commit 310cd84

Please sign in to comment.