Skip to content

Commit d9ed824

Browse files
committed
Fix up changelogs
1 parent e1b29c8 commit d9ed824

File tree

6 files changed

+1
-126
lines changed

6 files changed

+1
-126
lines changed

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

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,6 @@
99
1010
- `@remix-run/[email protected]`
1111

12-
## 6.29.0-pre-v6.2
13-
14-
### Patch Changes
15-
16-
- Updated dependencies:
17-
- `@remix-run/[email protected]`
18-
19-
20-
21-
## 6.28.3-pre-v6.1
22-
23-
### Patch Changes
24-
25-
- Updated dependencies:
26-
27-
28-
29-
## 6.28.3-pre-v6.0
30-
31-
### Patch Changes
32-
33-
- Updated dependencies:
34-
35-
36-
- `@remix-run/[email protected]`
37-
3812
## 6.28.2
3913

4014
### Patch Changes

packages/react-router-dom/CHANGELOG.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,6 @@
1515
1616
- `@remix-run/[email protected]`
1717

18-
## 6.29.0-pre-v6.2
19-
20-
### Minor Changes
21-
22-
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
23-
24-
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
25-
26-
### Patch Changes
27-
28-
- Updated dependencies:
29-
- `@remix-run/[email protected]`
30-
31-
32-
## 6.28.3-pre-v6.1
33-
34-
### Patch Changes
35-
36-
- Updated dependencies:
37-
38-
39-
## 6.28.3-pre-v6.0
40-
41-
### Patch Changes
42-
43-
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
44-
- Updated dependencies:
45-
46-
- `@remix-run/[email protected]`
47-
4818
## 6.28.2
4919

5020
### Patch Changes

packages/react-router-native/CHANGELOG.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@
77
- Updated dependencies:
88
99

10-
## 6.29.0-pre-v6.2
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
16-
17-
## 6.28.3-pre-v6.1
18-
19-
### Patch Changes
20-
21-
- Updated dependencies:
22-
23-
24-
## 6.28.3-pre-v6.0
25-
26-
### Patch Changes
27-
28-
- Updated dependencies:
29-
30-
3110
## 6.28.2
3211

3312
### Patch Changes

packages/react-router/CHANGELOG.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,6 @@
1616
- Updated dependencies:
1717
- `@remix-run/[email protected]`
1818

19-
## 6.29.0-pre-v6.2
20-
21-
### Minor Changes
22-
23-
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
24-
25-
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
26-
27-
### Patch Changes
28-
29-
- Updated dependencies:
30-
- `@remix-run/[email protected]`
31-
32-
## 6.28.3-pre-v6.1
33-
34-
### Patch Changes
35-
36-
- Limit matchRoutes optimization to client side routers ([#12881](https://github.com/remix-run/react-router/pull/12881))
37-
38-
## 6.28.3-pre-v6.0
39-
40-
### Patch Changes
41-
42-
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
43-
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
44-
- Updated dependencies:
45-
- `@remix-run/[email protected]`
46-
4719
## 6.28.2
4820

4921
### Patch Changes

packages/router/CHANGELOG.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,6 @@
1515
- Properly bubble headers when throwing a `data()` result ([#12845](https://github.com/remix-run/react-router/pull/12845))
1616
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
1717

18-
## 1.22.0-pre-v6.1
19-
20-
### Minor Changes
21-
22-
- Provide the request `signal` as a parameter to `patchRoutesOnNavigation` ([#12900](https://github.com/remix-run/react-router/pull/12900))
23-
24-
- This can be used to abort any manifest fetches if the in-flight navigation/fetcher is aborted
25-
26-
### Patch Changes
27-
28-
- Strip search parameters from `patchRoutesOnNavigation` `path` param for fetcher calls ([#12899](https://github.com/remix-run/react-router/pull/12899))
29-
30-
## 1.21.2-pre-v6.0
31-
32-
### Patch Changes
33-
34-
- Do not log v7 deprecation warnings in production builds ([#12794](https://github.com/remix-run/react-router/pull/12794))
35-
- Properly bubble headers when throwing a `data()` result ([#12845](https://github.com/remix-run/react-router/pull/12845))
36-
- Optimize route matching by skipping redundant `matchRoutes` calls when possible ([#12169](https://github.com/remix-run/react-router/pull/12169))
37-
3818
## 1.21.1
3919

4020
### Patch Changes

scripts/remove-prerelease-changelogs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function removePreReleaseSectionFromMarkdown() {
110110
* @returns
111111
*/
112112
function isPrereleaseVersion(str) {
113-
return /^(v?\d+\.){2}\d+-[a-z]+\.\d+$/i.test(str.trim());
113+
return /^v?\d+\.\d+\.\d+-pre(-v6)?\.\d+$/i.test(str.trim());
114114
}
115115

116116
function isPrereleaseMode() {

0 commit comments

Comments
 (0)