Skip to content

Commit

Permalink
release: v1.12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oedotme committed May 27, 2023
1 parent 08a01c5 commit 1c3e965
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@generouted/react-router": "^1.12.8",
"@generouted/react-router": "^1.12.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.11.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "vite build"
},
"dependencies": {
"@generouted/solid-router": "^1.12.8",
"@generouted/solid-router": "^1.12.9",
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/tanstack-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@generouted/tanstack-react-router": "^1.12.8",
"@generouted/tanstack-react-router": "^1.12.9",
"@tanstack/react-actions": "^0.0.1-beta.64",
"@tanstack/react-loaders": "^0.0.1-beta.73",
"@tanstack/react-router": "^0.0.1-beta.74",
Expand Down
2 changes: 1 addition & 1 deletion packages/generouted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generouted",
"version": "1.12.8",
"version": "1.12.9",
"description": "Generated client-side file-based routes for Vite",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions plugins/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@generouted/react-router",
"version": "1.12.8",
"version": "1.12.9",
"description": "Generated file-based routes for React Router and Vite",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
"license": "MIT",
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"dependencies": {
"fast-glob": "^3.2.12",
"generouted": "^1.12.8"
"generouted": "^1.12.9"
},
"devDependencies": {
"@generouted/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions plugins/solid-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@generouted/solid-router",
"version": "1.12.8",
"version": "1.12.9",
"description": "Generated file-based routes for Solid Router and Vite",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
"license": "MIT",
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"dependencies": {
"fast-glob": "^3.2.12",
"generouted": "^1.12.8"
"generouted": "^1.12.9"
},
"devDependencies": {
"@generouted/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion plugins/tanstack-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@generouted/tanstack-react-router",
"version": "1.12.8",
"version": "1.12.9",
"description": "Generated file-based routes for TanStack React Router and Vite",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
"license": "MIT",
Expand Down

0 comments on commit 1c3e965

Please sign in to comment.