Skip to content

Commit 0658902

Browse files
authored
Merge pull request #5 from FrontEndDev-org/release-please--branches--v0.x--components--unplugin-react-pages
chore(v0.x): release 0.1.1
2 parents aa70a45 + befb92a commit 0658902

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/FrontEndDev-org/unplugin-react-pages/compare/v0.1.0...v0.1.1) (2024-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* 修正产出客户端代码版本号等 ([0505f58](https://github.com/FrontEndDev-org/unplugin-react-pages/commit/0505f5801d7b38459019adbf6e419a26ef802069))
9+
* 修正变量注入 ([aa70a45](https://github.com/FrontEndDev-org/unplugin-react-pages/commit/aa70a45553b62074d170d41a4e8c0adb62a597f9))
10+
311
## 0.1.0 (2024-07-27)
412

513

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.0",
3+
"version": "0.1.1",
44
"private": true,
55
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
66
"description": "A Vite plugin for running file system routing application. Support React/Vue3",

0 commit comments

Comments
 (0)