Skip to content

Commit c3c2f29

Browse files
authored
chore: Update version for release (#9771)
1 parent 38165e2 commit c3c2f29

20 files changed

+24
-94
lines changed

.changeset/afraid-kiwis-grow.md

-5
This file was deleted.

.changeset/bright-gorillas-pump.md

-5
This file was deleted.

.changeset/empty-teachers-tie.md

-5
This file was deleted.

.changeset/kind-gifts-reflect.md

-5
This file was deleted.

.changeset/ninety-moles-bake.md

-5
This file was deleted.

.changeset/polite-coins-tap.md

-6
This file was deleted.

.changeset/pre.json

-22
This file was deleted.

.changeset/rare-clouds-behave.md

-6
This file was deleted.

.changeset/shiny-pants-decide.md

-6
This file was deleted.

.changeset/small-dots-try.md

-5
This file was deleted.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `react-router-dom-v5-compat`
22

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router-dom@6.6.0-pre.0`
9-
- `react-router@6.6.0-pre.0`
8+
- `react-router-dom@6.6.0`
9+
- `react-router@6.6.0`
1010

1111
## 6.5.0
1212

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.6.0-pre.0",
3+
"version": "6.6.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.6.0-pre.0"
27+
"react-router": "6.6.0"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

packages/react-router-dom/CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# `react-router-dom`
22

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

55
### Minor Changes
66

77
- Add `useBeforeUnload()` hook ([#9664](https://github.com/remix-run/react-router/pull/9664))
8-
- Proper hydration of `Error` objects from `StaticRouterProvider` ([#9664](https://github.com/remix-run/react-router/pull/9664))
98
- Remove `unstable_` prefix from `createStaticHandler`/`createStaticRouter`/`StaticRouterProvider` ([#9738](https://github.com/remix-run/react-router/pull/9738))
109

1110
### Patch Changes
1211

12+
- Proper hydration of `Error` objects from `StaticRouterProvider` ([#9664](https://github.com/remix-run/react-router/pull/9664))
1313
- Support uppercase `<Form method>` and `useSubmit` method values ([#9664](https://github.com/remix-run/react-router/pull/9664))
14-
- Skip initial scroll restoration for SSR apps with hydrationData ([#9664](https://github.com/remix-run/react-router/pull/9664))
14+
- Skip initial scroll restoration for SSR apps with `hydrationData` ([#9664](https://github.com/remix-run/react-router/pull/9664))
1515
- Fix `<button formmethod>` form submission overriddes ([#9664](https://github.com/remix-run/react-router/pull/9664))
1616
- Updated dependencies:
17-
- `@remix-run/router@1.2.0-pre.0`
18-
- `react-router@6.6.0-pre.0`
17+
- `@remix-run/router@1.2.0`
18+
- `react-router@6.6.0`
1919

2020
## 6.5.0
2121

packages/react-router-dom/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.6.0-pre.0",
3+
"version": "6.6.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.2.0-pre.0",
27-
"react-router": "6.6.0-pre.0"
26+
"@remix-run/router": "1.2.0",
27+
"react-router": "6.6.0"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# `react-router-native`
22

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.6.0-pre.0`
8+
- `react-router@6.6.0`
99

1010
## 6.5.0
1111

packages/react-router-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-native",
3-
"version": "6.6.0-pre.0",
3+
"version": "6.6.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.1.4",
25-
"react-router": "6.6.0-pre.0"
25+
"react-router": "6.6.0"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

packages/react-router/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# `react-router`
22

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

55
### Patch Changes
66

77
- Prevent `useLoaderData` usage in `errorElement` ([#9735](https://github.com/remix-run/react-router/pull/9735))
88
- Updated dependencies:
9-
- `@remix-run/router@1.2.0-pre.0`
9+
- `@remix-run/router@1.2.0`
1010

1111
## 6.5.0
1212

packages/react-router/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "6.6.0-pre.0",
3+
"version": "6.6.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.2.0-pre.0"
26+
"@remix-run/router": "1.2.0"
2727
},
2828
"devDependencies": {
2929
"react": "^18.2.0"

packages/router/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@remix-run/router`
22

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

55
### Minor Changes
66

@@ -11,7 +11,7 @@
1111
- Fix explicit `replace` on submissions and `PUSH` on submission to new paths ([#9734](https://github.com/remix-run/react-router/pull/9734))
1212
- Fix a few bugs where loader/action data wasn't properly cleared on errors ([#9735](https://github.com/remix-run/react-router/pull/9735))
1313
- Prevent `useLoaderData` usage in `errorElement` ([#9735](https://github.com/remix-run/react-router/pull/9735))
14-
- Skip initial scroll restoration for SSR apps with hydrationData ([#9664](https://github.com/remix-run/react-router/pull/9664))
14+
- Skip initial scroll restoration for SSR apps with `hydrationData` ([#9664](https://github.com/remix-run/react-router/pull/9664))
1515

1616
## 1.1.0
1717

packages/router/package.json

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

0 commit comments

Comments
 (0)