Skip to content

Commit 80ce1b9

Browse files
authoredJul 28, 2024··
Merge pull request #6 from FrontEndDev-org/release-please--branches--v0.x--components--unplugin-react-pages
chore(v0.x): release 0.1.2
2 parents 785fb62 + 3ce08aa commit 80ce1b9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

Diff for: ‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.1"}
1+
{".":"0.1.2"}

Diff for: ‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/FrontEndDev-org/unplugin-react-pages/compare/v0.1.1...v0.1.2) (2024-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* 修正 package 可见性 ([1c04f70](https://github.com/FrontEndDev-org/unplugin-react-pages/commit/1c04f70c93f786cd6e9680c46b767f5cb7dc5516))
9+
310
## [0.1.1](https://github.com/FrontEndDev-org/unplugin-react-pages/compare/v0.1.0...v0.1.1) (2024-07-28)
411

512

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-react-pages",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
55
"description": "A Vite plugin for running file system routing application. Support React/Vue3",
66
"author": "云淡然 <hi@ydr.me> (https://ydr.me)",

0 commit comments

Comments
 (0)
Please sign in to comment.