Skip to content

Commit 4ec107a

Browse files
authored
chore: Update version for release (#10185)
1 parent efa967b commit 4ec107a

File tree

16 files changed

+28
-165
lines changed

16 files changed

+28
-165
lines changed

.changeset/compat-data-router-exports.md

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

.changeset/component-and-error-boundary.md

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

.changeset/fix-generate-path.md

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

.changeset/improve-context-memoization.md

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

.changeset/lazy-route-modules.md

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

.changeset/pre.json

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

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

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

3-
## 6.9.0-pre.0
3+
## 6.9.0
4+
5+
### Minor Changes
6+
7+
- Updated dependencies:
8+
9+
410

511
### Patch Changes
612

713
- Add missed data router API re-exports ([#10171](https://github.com/remix-run/react-router/pull/10171))
8-
- Updated dependencies:
9-
10-
1114

1215
## 6.8.2
1316

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

packages/react-router-dom/CHANGELOG.md

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

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

55
### Minor Changes
66

@@ -100,11 +100,9 @@
100100

101101
🙌 Huge thanks to @rossipedia for the [Initial Proposal](https://github.com/remix-run/react-router/discussions/9826) and [POC Implementation](https://github.com/remix-run/react-router/pull/9830).
102102

103-
### Patch Changes
104-
105103
- Updated dependencies:
106-
107-
- `@remix-run/[email protected]-pre.0`
104+
105+
- `@remix-run/[email protected]`
108106

109107
## 6.8.2
110108

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.9.0-pre.0",
3+
"version": "6.9.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.4.0-pre.0",
27-
"react-router": "6.9.0-pre.0"
26+
"@remix-run/router": "1.4.0",
27+
"react-router": "6.9.0"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

0 commit comments

Comments
 (0)