Skip to content

Commit e79cb77

Browse files
chore: Update version for release (#10776)
* 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 e8bbdae commit e79cb77

20 files changed

+23
-95
lines changed

.changeset/firefox-addons-and-web-extensions-bug.md

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

.changeset/fix-query-route-response.md

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

.changeset/form-action-hash.md

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

.changeset/hash-leading-slash.md

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

.changeset/pre.json

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

.changeset/prompt-add-back-settimeout.md

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

.changeset/prompt-effect-order.md

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

.changeset/stable-use-revalidator.md

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

.changeset/update-ungap-pkg.md

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

.changeset/x-remix-reload-document.md

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

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

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

3-
## 6.15.0-pre.0
3+
## 6.15.0
44

55
### Minor Changes
66

@@ -9,8 +9,8 @@
99
### Patch Changes
1010

1111
- Updated dependencies:
12-
- `react-router-dom@6.15.0-pre.0`
13-
- `react-router@6.15.0-pre.0`
12+
- `react-router-dom@6.15.0`
13+
- `react-router@6.15.0`
1414

1515
## 6.14.2
1616

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.15.0-pre.0",
3+
"version": "6.15.0",
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.15.0-pre.0"
27+
"react-router": "6.15.0"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

packages/react-router-dom/CHANGELOG.md

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

3-
## 6.15.0-pre.0
3+
## 6.15.0
44

55
### Minor Changes
66

@@ -10,11 +10,10 @@
1010

1111
- Fixes an edge-case affecting web extensions in Firefox that use `URLSearchParams` and the `useSearchParams` hook. ([#10620](https://github.com/remix-run/react-router/pull/10620))
1212
- Do not include hash in `useFormAction()` for unspecified actions since it cannot be determined on the server and causes hydration issues ([#10758](https://github.com/remix-run/react-router/pull/10758))
13-
- [Remove] add back in `setTimeout` removal from `usePrompt` ([#10718](https://github.com/remix-run/react-router/pull/10718))
14-
- Reorder effects in `unstable_usePrompt` to avoid throwing an exception if the prompt is unblocked and a navigation is performed syncronously ([#10687](https://github.com/remix-run/react-router/pull/10687))
13+
- Reorder effects in `unstable_usePrompt` to avoid throwing an exception if the prompt is unblocked and a navigation is performed synchronously ([#10687](https://github.com/remix-run/react-router/pull/10687), [#10718](https://github.com/remix-run/react-router/pull/10718))
1514
- Updated dependencies:
16-
- `@remix-run/router@1.8.0-pre.0`
17-
- `react-router@6.15.0-pre.0`
15+
- `@remix-run/router@1.8.0`
16+
- `react-router@6.15.0`
1817

1918
## 6.14.2
2019

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.15.0-pre.0",
3+
"version": "6.15.0",
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.8.0-pre.0",
27-
"react-router": "6.15.0-pre.0"
26+
"@remix-run/router": "1.8.0",
27+
"react-router": "6.15.0"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

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

3-
## 6.15.0-pre.0
3+
## 6.15.0
44

55
### Minor Changes
66

@@ -10,7 +10,7 @@
1010

1111
- Update `@ungap/url-search-params` dependency from `^0.1.4` to `^0.2.2` ([#10590](https://github.com/remix-run/react-router/pull/10590))
1212
- Updated dependencies:
13-
- `react-router@6.15.0-pre.0`
13+
- `react-router@6.15.0`
1414

1515
## 6.14.2
1616

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.15.0-pre.0",
3+
"version": "6.15.0",
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.2.2",
25-
"react-router": "6.15.0-pre.0"
25+
"react-router": "6.15.0"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

packages/react-router/CHANGELOG.md

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

3-
## 6.15.0-pre.0
3+
## 6.15.0
44

55
### Minor Changes
66

77
- Add's a new `redirectDocument()` function which allows users to specify that a redirect from a `loader`/`action` should trigger a document reload (via `window.location`) instead of attempting to navigate to the redirected location via React Router ([#10705](https://github.com/remix-run/react-router/pull/10705))
88

99
### Patch Changes
1010

11-
- Ensure `useRevalidator` is referentially stable across re-renders if revalidations are not actively occuring ([#10707](https://github.com/remix-run/react-router/pull/10707))
11+
- Ensure `useRevalidator` is referentially stable across re-renders if revalidations are not actively occurring ([#10707](https://github.com/remix-run/react-router/pull/10707))
1212
- Updated dependencies:
13-
- `@remix-run/router@1.8.0-pre.0`
13+
- `@remix-run/router@1.8.0`
1414

1515
## 6.14.2
1616

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.15.0-pre.0",
3+
"version": "6.15.0",
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.8.0-pre.0"
26+
"@remix-run/router": "1.8.0"
2727
},
2828
"devDependencies": {
2929
"react": "^18.2.0"

packages/router/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@remix-run/router`
22

3-
## 1.8.0-pre.0
3+
## 1.8.0
44

55
### Minor Changes
66

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

0 commit comments

Comments
 (0)