Skip to content

Commit

Permalink
chore: add /routes entry
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoKam committed Sep 4, 2023
1 parent 8fbb838 commit e1935db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/vite-plugin-react-convention-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orca-fe/vite-plugin-react-convention-routes

## 0.0.7

### Patch Changes

- chore: add /routes entry

## 0.0.6

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/vite-plugin-react-convention-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orca-fe/vite-plugin-react-convention-routes",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"description": "A vite plugin for react convention routes",
"keywords": [
Expand All @@ -15,7 +15,9 @@
"dist",
"typing.d.ts",
"es",
"lib"
"lib",
"routes.d.ts",
"routes.js"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit e1935db

Please sign in to comment.