Skip to content

Commit 74979cb

Browse files
authored
chore: Update version for release (#9936)
1 parent 1d1f455 commit 74979cb

25 files changed

+29
-283
lines changed

.changeset/eight-tomatoes-breathe.md

-5
This file was deleted.

.changeset/fresh-kids-tell.md

-5
This file was deleted.

.changeset/great-owls-juggle.md

-5
This file was deleted.

.changeset/happy-ladybugs-occur.md

-6
This file was deleted.

.changeset/kind-seals-know.md

-5
This file was deleted.

.changeset/lazy-needles-shout.md

-5
This file was deleted.

.changeset/light-pandas-confess.md

-5
This file was deleted.

.changeset/light-phones-impress.md

-5
This file was deleted.

.changeset/pre.json

-27
This file was deleted.

.changeset/quiet-crabs-jump.md

-5
This file was deleted.

.changeset/rare-dancers-shave.md

-5
This file was deleted.

.changeset/real-panthers-hear.md

-5
This file was deleted.

.changeset/slow-trees-notice.md

-5
This file was deleted.

.changeset/spicy-nails-compete.md

-5
This file was deleted.

.changeset/violet-timers-type.md

-6
This file was deleted.

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

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

3-
## 6.7.0-pre.5
3+
## 6.7.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
10-
11-
## 6.7.0-pre.4
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
17-
18-
19-
## 6.7.0-pre.3
20-
21-
### Patch Changes
22-
23-
- Updated dependencies:
24-
25-
26-
27-
## 6.7.0-pre.2
28-
29-
### Patch Changes
30-
31-
- Updated dependencies:
32-
33-
34-
35-
## 6.7.0-pre.1
36-
37-
### Patch Changes
38-
39-
- Updated dependencies:
40-
41-
42-
43-
## 6.6.3-pre.0
44-
45-
### Patch Changes
46-
47-
- Updated dependencies:
48-
49-
8+
9+
5010

5111
## 6.6.2
5212

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.7.0-pre.5",
3+
"version": "6.7.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.7.0-pre.5"
27+
"react-router": "6.7.0"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

packages/react-router-dom/CHANGELOG.md

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

3-
## 6.7.0-pre.5
4-
5-
### Patch Changes
6-
7-
- Add `unstable_usePrompt` ([#9932](https://github.com/remix-run/react-router/pull/9932))
8-
- Updated dependencies:
9-
10-
11-
## 6.7.0-pre.4
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
- `@remix-run/[email protected]`
17-
18-
19-
## 6.7.0-pre.3
3+
## 6.7.0
204

215
### Minor Changes
226

237
- Add `unstable_useBlocker` hook for blocking navigations within the app's location origin ([#9709](https://github.com/remix-run/react-router/pull/9709))
24-
25-
### Patch Changes
26-
27-
- Added pass-through event listener options argument to `useBeforeUnload` ([#9709](https://github.com/remix-run/react-router/pull/9709))
28-
- Updated dependencies:
29-
- `@remix-run/[email protected]`
30-
31-
32-
## 6.7.0-pre.2
33-
34-
### Patch Changes
35-
36-
- Updated dependencies:
37-
38-
39-
## 6.7.0-pre.1
40-
41-
### Minor Changes
42-
8+
- Add `unstable_usePrompt` hook for blocking navigations within the app's location origin ([#9932](https://github.com/remix-run/react-router/pull/9932))
439
- Add `preventScrollReset` prop to `<Form>` ([#9886](https://github.com/remix-run/react-router/pull/9886))
4410

4511
### Patch Changes
4612

47-
- Updated dependencies:
48-
- `@remix-run/[email protected]`
49-
50-
51-
## 6.6.3-pre.0
52-
53-
### Patch Changes
54-
13+
- Added pass-through event listener options argument to `useBeforeUnload` ([#9709](https://github.com/remix-run/react-router/pull/9709))
5514
- Streamline jsdom bug workaround in tests ([#9824](https://github.com/remix-run/react-router/pull/9824))
5615
- Updated dependencies:
57-
- `@remix-run/[email protected]-pre.0`
58-
- `react-router@6.6.3-pre.0`
16+
- `@remix-run/[email protected]`
17+
- `react-router@6.7.0`
5918

6019
## 6.6.2
6120

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.7.0-pre.5",
3+
"version": "6.7.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.3.0-pre.3",
27-
"react-router": "6.7.0-pre.5"
26+
"@remix-run/router": "1.3.0",
27+
"react-router": "6.7.0"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

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

3-
## 6.7.0-pre.5
3+
## 6.7.0
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
9-
10-
## 6.7.0-pre.4
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
16-
17-
## 6.7.0-pre.3
18-
19-
### Patch Changes
20-
21-
- Updated dependencies:
22-
23-
24-
## 6.7.0-pre.2
25-
26-
### Patch Changes
27-
28-
- Updated dependencies:
29-
30-
31-
## 6.7.0-pre.1
32-
33-
### Patch Changes
34-
35-
- Updated dependencies:
36-
37-
38-
## 6.6.3-pre.0
39-
40-
### Patch Changes
41-
42-
- Updated dependencies:
43-
8+
449

4510
## 6.6.2
4611

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.7.0-pre.5",
3+
"version": "6.7.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.7.0-pre.5"
25+
"react-router": "6.7.0"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

packages/react-router/CHANGELOG.md

+5-29
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,17 @@
11
# `react-router`
22

3-
## 6.7.0-pre.5
3+
## 6.7.0
44

5-
## 6.7.0-pre.4
6-
7-
### Patch Changes
8-
9-
- Updated dependencies:
10-
- `@remix-run/[email protected]`
11-
12-
## 6.7.0-pre.3
13-
14-
### Patch Changes
15-
16-
- Updated dependencies:
17-
- `@remix-run/[email protected]`
18-
19-
## 6.7.0-pre.2
20-
21-
### Patch Changes
22-
23-
- update `<Await>` to accept ReactNode as children function return result ([#9896](https://github.com/remix-run/react-router/pull/9896))
24-
25-
## 6.7.0-pre.1
26-
27-
### Patch Changes
28-
29-
- Updated dependencies:
30-
- `@remix-run/[email protected]`
5+
### Minor Changes
316

32-
## 6.6.3-pre.0
7+
- Add `unstable_useBlocker` hook for blocking navigations within the app's location origin ([#9709](https://github.com/remix-run/react-router/pull/9709))
338

349
### Patch Changes
3510

3611
- Fix `generatePath` when optional params are present ([#9764](https://github.com/remix-run/react-router/pull/9764))
12+
- Update `<Await>` to accept `ReactNode` as children function return result ([#9896](https://github.com/remix-run/react-router/pull/9896))
3713
- Updated dependencies:
38-
- `@remix-run/[email protected]-pre.0`
14+
- `@remix-run/[email protected]`
3915

4016
## 6.6.2
4117

0 commit comments

Comments
 (0)