Skip to content

Commit 1acea8b

Browse files
chore: Update version for release (#10711)
* chore: Update version for release * Update changelogs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <matt@brophy.org>
1 parent 16fe30e commit 1acea8b

19 files changed

+23
-120
lines changed

.changeset/decode-hash-scroll.md

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

.changeset/defer-resolve-undefined.md

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

.changeset/fetcher-redirect-interrupt.md

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

.changeset/form-state-prop.md

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

.changeset/hydrate-error-type.md

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

.changeset/initial-load-fetcher.md

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

.changeset/nice-planets-fly.md

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

.changeset/pre.json

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

.changeset/route-lazy-type.md

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

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

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
# `react-router-dom-v5-compat`
22

3-
## 6.14.2-pre.1
3+
## 6.14.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.14.2-pre.1`
9-
- `react-router-dom@6.14.2-pre.1`
10-
11-
## 6.14.2-pre.0
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
- `react-router-dom@6.14.2-pre.0`
17-
- `react-router@6.14.2-pre.0`
8+
- `react-router-dom@6.14.2`
9+
- `react-router@6.14.2`
1810

1911
## 6.14.1
2012

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.14.2-pre.1",
3+
"version": "6.14.2",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",
@@ -24,7 +24,7 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"history": "^5.3.0",
27-
"react-router": "6.14.2-pre.1"
27+
"react-router": "6.14.2"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

packages/react-router-dom/CHANGELOG.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
# `react-router-dom`
22

3-
## 6.14.2-pre.1
3+
## 6.14.2
44

55
### Patch Changes
66

7-
- Updated dependencies:
8-
- `@remix-run/router@1.7.2-pre.1`
9-
- `react-router@6.14.2-pre.1`
10-
11-
## 6.14.2-pre.0
12-
13-
### Patch Changes
14-
15-
- Add missing `<Form state>` prop to populate `history.state` on submission navigations ([#10630](https://github.com/remix-run/react-router/pull/10630))
167
- Properly decode element id when emulating hash scrolling via `<ScrollRestoration>` ([#10682](https://github.com/remix-run/react-router/pull/10682))
8+
- Add missing `<Form state>` prop to populate `history.state` on submission navigations ([#10630](https://github.com/remix-run/react-router/pull/10630))
179
- Support proper hydration of `Error` subclasses such as `ReferenceError`/`TypeError` ([#10633](https://github.com/remix-run/react-router/pull/10633))
1810
- Updated dependencies:
19-
- `@remix-run/router@1.7.2-pre.0`
20-
- `react-router@6.14.2-pre.0`
11+
- `@remix-run/router@1.7.2`
12+
- `react-router@6.14.2`
2113

2214
## 6.14.1
2315

packages/react-router-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.14.2-pre.1",
3+
"version": "6.14.2",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",
@@ -23,8 +23,8 @@
2323
"module": "./dist/index.js",
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
26-
"@remix-run/router": "1.7.2-pre.1",
27-
"react-router": "6.14.2-pre.1"
26+
"@remix-run/router": "1.7.2",
27+
"react-router": "6.14.2"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# `react-router-native`
22

3-
## 6.14.2-pre.1
3+
## 6.14.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.14.2-pre.1`
9-
10-
## 6.14.2-pre.0
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
- `react-router@6.14.2-pre.0`
8+
- `react-router@6.14.2`
169

1710
## 6.14.1
1811

packages/react-router-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.14.2-pre.1",
3+
"version": "6.14.2",
44
"description": "Declarative routing for React Native applications",
55
"keywords": [
66
"react",
@@ -22,7 +22,7 @@
2222
"types": "./dist/index.d.ts",
2323
"dependencies": {
2424
"@ungap/url-search-params": "^0.1.4",
25-
"react-router": "6.14.2-pre.1"
25+
"react-router": "6.14.2"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

packages/react-router/CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# `react-router`
22

3-
## 6.14.2-pre.1
3+
## 6.14.2
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/router@1.7.2-pre.1`
9-
10-
## 6.14.2-pre.0
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
- `@remix-run/router@1.7.2-pre.0`
8+
- `@remix-run/router@1.7.2`
169

1710
## 6.14.1
1811

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "6.14.2-pre.1",
3+
"version": "6.14.2",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",
@@ -23,7 +23,7 @@
2323
"module": "./dist/index.js",
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
26-
"@remix-run/router": "1.7.2-pre.1"
26+
"@remix-run/router": "1.7.2"
2727
},
2828
"devDependencies": {
2929
"react": "^18.2.0"

packages/router/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# `@remix-run/router`
22

3-
## 1.7.2-pre.1
4-
5-
### Patch Changes
6-
7-
- [REMOVE] Fix additional edge case for #10674 ([#10709](https://github.com/remix-run/react-router/pull/10709))
8-
9-
## 1.7.2-pre.0
3+
## 1.7.2
104

115
### Patch Changes
126

137
- Trigger an error if a `defer` promise resolves/rejects with `undefined` in order to match the behavior of loaders and actions which must return a value or `null` ([#10690](https://github.com/remix-run/react-router/pull/10690))
14-
- Properly handle fetcher redirects interrupted by normal navigations ([#10674](https://github.com/remix-run/react-router/pull/10674))
8+
- Properly handle fetcher redirects interrupted by normal navigations ([#10674](https://github.com/remix-run/react-router/pull/10674), [#10709](https://github.com/remix-run/react-router/pull/10709))
159
- Initial-load fetchers should not automatically revalidate on GET navigations ([#10688](https://github.com/remix-run/react-router/pull/10688))
1610
- Enhance the return type of `Route.lazy` to prohibit returning an empty object ([#10634](https://github.com/remix-run/react-router/pull/10634))
1711

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.7.2-pre.1",
3+
"version": "1.7.2",
44
"description": "Nested/Data-driven/Framework-agnostic Routing",
55
"keywords": [
66
"remix",

0 commit comments

Comments
 (0)