Skip to content

Commit 6c0bbb1

Browse files
chore: Update version for release (#10564)
* 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 <[email protected]>
1 parent 6a41da9 commit 6c0bbb1

File tree

17 files changed

+21
-100
lines changed

17 files changed

+21
-100
lines changed

.changeset/delete-submit-fetcher.md

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

.changeset/non-serializable-state.md

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

.changeset/pre.json

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

.changeset/revalidate-with-hash.md

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

.changeset/stale-birds-travel.md

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

.changeset/start-transition-support.md

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

.changeset/young-glasses-smoke.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.12.0-pre.1
3+
## 6.12.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
10-
11-
## 6.12.0-pre.0
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
17-
8+
9+
1810

1911
## 6.11.2
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.12.0-pre.1",
3+
"version": "6.12.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.12.0-pre.1"
27+
"react-router": "6.12.0"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

packages/react-router-dom/CHANGELOG.md

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

3-
## 6.12.0-pre.1
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
9-
10-
## 6.12.0-pre.0
3+
## 6.12.0
114

125
### Minor Changes
136

@@ -17,8 +10,8 @@
1710

1811
- Re-throw `DOMException` (`DataCloneError`) when attempting to perform a `PUSH` navigation with non-serializable state. ([#10427](https://github.com/remix-run/react-router/pull/10427))
1912
- Updated dependencies:
20-
- `@remix-run/[email protected]-pre.0`
21-
13+
- `@remix-run/[email protected]`
14+
2215

2316
## 6.11.2
2417

0 commit comments

Comments
 (0)