Skip to content

Commit adc63c6

Browse files
authored
chore: Update version for release (pre) (#9976)
1 parent 94d3660 commit adc63c6

File tree

9 files changed

+41
-27
lines changed

9 files changed

+41
-27
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"small-squids-wash",
1818
"spotty-cheetahs-live",
1919
"sweet-swans-cry",
20+
"sweet-trains-call",
2021
"twenty-badgers-notice"
2122
]
2223
}

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

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

3+
## 6.8.0-pre.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router-dom@6.8.0-pre.1`
9+
- `react-router@6.8.0-pre.1`
10+
311
## 6.7.1-pre.0
412

513
### Patch Changes

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

packages/react-router-dom/CHANGELOG.md

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

3-
## 6.7.1-pre.0
3+
## 6.8.0-pre.1
44

5-
### Patch Changes
5+
### Minor Changes
66

7-
- Fix bug with search params removal ([#9969](https://github.com/remix-run/react-router/pull/9969))
8-
- Respect `preventScrollReset` on `fetcher.Form` ([#9963](https://github.com/remix-run/react-router/pull/9963))
9-
- Use `pagehide` instead of `beforeunload` for `<ScrollRestoration>`. This has better cross-browser support, specifically on Mobile Safari. ([#9945](https://github.com/remix-run/react-router/pull/9945))
10-
- Allow using `<Link>` with absolute URLs ([#9900](https://github.com/remix-run/react-router/pull/9900))
7+
- Support absolute URLs in `<Link to>`. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. ([#9900](https://github.com/remix-run/react-router/pull/9900))
118

129
```tsx
1310
<Link to="https://neworigin.com/some/path">
1411
<Link to="//neworigin.com/some/path">
1512
<Link to="https://www.currentorigin.com/path">
1613
```
1714

15+
### Patch Changes
16+
17+
- Updated dependencies:
18+
- `react-router@6.8.0-pre.1`
19+
20+
## 6.7.1-pre.0
21+
22+
### Patch Changes
23+
24+
- Fix bug with search params removal ([#9969](https://github.com/remix-run/react-router/pull/9969))
25+
- Respect `preventScrollReset` on `fetcher.Form` ([#9963](https://github.com/remix-run/react-router/pull/9963))
26+
- Use `pagehide` instead of `beforeunload` for `<ScrollRestoration>`. This has better cross-browser support, specifically on Mobile Safari. ([#9945](https://github.com/remix-run/react-router/pull/9945))
27+
1828
- Updated dependencies:
1929
- `@remix-run/router@1.3.1-pre.0`
2030
- `react-router@6.7.1-pre.0`

packages/react-router-dom/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",
3-
"version": "6.7.1-pre.0",
3+
"version": "6.8.0-pre.1",
44
"description": "Declarative routing for React web applications",
55
"keywords": [
66
"react",
@@ -24,7 +24,7 @@
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
2626
"@remix-run/router": "1.3.1-pre.0",
27-
"react-router": "6.7.1-pre.0"
27+
"react-router": "6.8.0-pre.1"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# `react-router-native`
22

3+
## 6.8.0-pre.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- `react-router@6.8.0-pre.1`
9+
310
## 6.7.1-pre.0
411

512
### Patch Changes

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

packages/react-router/CHANGELOG.md

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

3+
## 6.8.0-pre.1
4+
35
## 6.7.1-pre.0
46

57
### Patch Changes
68

7-
- Allow using `<Link>` with absolute URLs ([#9900](https://github.com/remix-run/react-router/pull/9900))
8-
9-
```tsx
10-
<Link to="https://neworigin.com/some/path">
11-
<Link to="//neworigin.com/some/path">
12-
<Link to="https://www.currentorigin.com/path">
13-
```
14-
159
- Updated dependencies:
1610
- `@remix-run/router@1.3.1-pre.0`
1711

@@ -34,12 +28,6 @@
3428

3529
- Ensure `useId` consistency during SSR ([#9805](https://github.com/remix-run/react-router/pull/9805))
3630

37-
## 6.6.2-pre.0
38-
39-
### Patch Changes
40-
41-
- Ensure `useId` consistency during SSR ([#9805](https://github.com/remix-run/react-router/pull/9805))
42-
4331
## 6.6.1
4432

4533
### Patch Changes

packages/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "6.7.1-pre.0",
3+
"version": "6.8.0-pre.1",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)