Skip to content

Commit

Permalink
bump router
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jan 30, 2025
1 parent 78eb955 commit 3bb1c0e
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-terms-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

REMOVE: bump router
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Date: YYYY-MM-DD

## v2.15.3

Date: 2025-01-29
Date: 2025-01-30

### Patch Changes

Expand All @@ -259,7 +259,7 @@ Date: 2025-01-29

### Updated Dependencies

- [`react-router-dom@6.28.3`](https://github.com/remix-run/react-router/releases/tag/react-router%406.28.3)
- [`react-router-dom@6.29.0`](https://github.com/remix-run/react-router/releases/tag/react-router%406.29.0)

**Full Changelog**: [`v2.15.2...v2.15.3`](https://github.com/remix-run/remix/compare/[email protected]@2.15.3)

Expand Down
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@remix-run/dev": "workspace:*",
"@remix-run/express": "workspace:*",
"@remix-run/node": "workspace:*",
"@remix-run/router": "1.22.0-pre-v6.1",
"@remix-run/router": "1.22.0",
"@remix-run/server-runtime": "workspace:*",
"@types/express": "^4.17.9",
"@vanilla-extract/css": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@mdx-js/mdx": "^2.3.0",
"@npmcli/package-json": "^4.0.1",
"@remix-run/node": "workspace:*",
"@remix-run/router": "1.22.0-pre-v6.1",
"@remix-run/router": "1.22.0",
"@remix-run/server-runtime": "workspace:*",
"@types/mdx": "^2.0.5",
"@vanilla-extract/integration": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"tsc": "tsc"
},
"dependencies": {
"@remix-run/router": "1.22.0-pre-v6.1",
"@remix-run/router": "1.22.0",
"@remix-run/server-runtime": "workspace:*",
"react-router": "6.29.0-pre-v6.2",
"react-router-dom": "6.29.0-pre-v6.2",
"react-router": "6.29.0",
"react-router-dom": "6.29.0",
"turbo-stream": "2.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tsc": "tsc"
},
"dependencies": {
"@remix-run/router": "1.22.0-pre-v6.1",
"@remix-run/router": "1.22.0",
"@types/cookie": "^0.6.0",
"@web3-storage/multipart-parser": "^1.0.0",
"cookie": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/remix-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@remix-run/node": "workspace:*",
"@remix-run/react": "workspace:*",
"@remix-run/router": "1.22.0-pre-v6.1",
"react-router-dom": "6.29.0-pre-v6.2"
"@remix-run/router": "1.22.0",
"react-router-dom": "6.29.0"
},
"devDependencies": {
"@remix-run/server-runtime": "workspace:*",
Expand Down
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bb1c0e

Please sign in to comment.