Skip to content

Commit 3a80e6e

Browse files
chore: version packages
1 parent 8928f7b commit 3a80e6e

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

.changeset/cold-icons-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/social-flowers-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rsbuild-plugin-react-router
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 8928f7b: search for routes file with any extention
8+
- 8928f7b: support multiple extentions for routes file, like js,ts,jsx etc
9+
310
## 0.0.2
411

512
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsbuild-plugin-react-router",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "React Router plugin for Rsbuild",
55
"repository": {
66
"type": "git",
@@ -61,7 +61,7 @@
6161
"changeset": "changeset",
6262
"version": "changeset version",
6363
"release": "changeset publish",
64-
"release:local": "pnpm build && changeset version && changeset publish"
64+
"release:local": "pnpm build && changeset version && changeset publish && git add . && git commit -m \"chore: version packages\" && git push && git push --tags"
6565
},
6666
"dependencies": {
6767
"@babel/core": "^7.26.3",

0 commit comments

Comments
 (0)