Skip to content

Commit aab34a5

Browse files
chore: Update version for release (pre)
1 parent dcdcb57 commit aab34a5

File tree

11 files changed

+58
-6
lines changed

11 files changed

+58
-6
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"react-router-native": "6.24.1",
99
"@remix-run/router": "1.17.1"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"big-trainers-cough",
13+
"clever-emus-leave",
14+
"gold-snakes-build",
15+
"wicked-ducks-heal"
16+
]
1217
}

packages/react-router-dom-v5-compat/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# `react-router-dom-v5-compat`
22

3+
## 6.24.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.24.2-pre.0`
9+
- `@remix-run/router@1.18.0-pre.0`
10+
- `react-router-dom@6.24.2-pre.0`
11+
312
## 6.24.1
413

514
### Patch Changes

packages/react-router-dom-v5-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.24.1",
3+
"version": "6.24.2-pre.0",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

packages/react-router-dom/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `react-router-dom`
22

3+
## 6.24.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.24.2-pre.0`
9+
- `@remix-run/router@1.18.0-pre.0`
10+
311
## 6.24.1
412

513
### Patch Changes

packages/react-router-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.24.1",
3+
"version": "6.24.2-pre.0",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",

packages/react-router-native/CHANGELOG.md

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

3+
## 6.24.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.24.2-pre.0`
9+
310
## 6.24.1
411

512
### Patch Changes

packages/react-router-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.24.1",
3+
"version": "6.24.2-pre.0",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",

packages/react-router/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# `react-router`
22

3+
## 6.24.2-pre.0
4+
5+
### Patch Changes
6+
7+
- Fix regression and properly decode paths inside `useMatch` so matches/params reflect decoded params ([#11789](https://github.com/remix-run/react-router/pull/11789))
8+
- Updated dependencies:
9+
- `@remix-run/router@1.18.0-pre.0`
10+
311
## 6.24.1
412

513
### Patch Changes

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "6.24.1",
3+
"version": "6.24.2-pre.0",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

packages/router/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# `@remix-run/router`
22

3+
## 1.18.0-pre.0
4+
5+
### Minor Changes
6+
7+
- Stabilize `future.unstable_skipActionErrorRevalidation` as `future.v7_skipActionErrorRevalidation` ([#11769](https://github.com/remix-run/react-router/pull/11769))
8+
9+
- When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a `Response` with a `4xx`/`5xx` status code
10+
- You may still opt-into revalidation via `shouldRevalidate`
11+
- This also changes `shouldRevalidate`'s `unstable_actionStatus` parameter to `actionStatus`
12+
13+
### Patch Changes
14+
15+
- Fix bubbling of errors thrown from `unstable_patchRoutesOnMiss` ([#11786](https://github.com/remix-run/react-router/pull/11786))
16+
- Fix fog of war hydration in SSR apps that matched a splat route on the server ([#11790](https://github.com/remix-run/react-router/pull/11790))
17+
318
## 1.17.1
419

520
### Patch Changes

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/router",
3-
"version": "1.17.1",
3+
"version": "1.18.0-pre.0",
44
"description": "Nested/Data-driven/Framework-agnostic Routing",
55
"keywords": [
66
"remix",

0 commit comments

Comments
 (0)