Skip to content

Commit 12e7c28

Browse files
mcanshgithub-actions[bot]brophdawg11
authoredNov 30, 2022
chore: Update version for release (#9662)
* chore: Update version for release Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent 2bfa2bc commit 12e7c28

19 files changed

+25
-154
lines changed
 

‎.changeset/blue-cycles-check.md

-5
This file was deleted.

‎.changeset/flat-trainers-speak.md

-5
This file was deleted.

‎.changeset/funny-oranges-arrive.md

-6
This file was deleted.

‎.changeset/hungry-eyes-cheat.md

-5
This file was deleted.

‎.changeset/itchy-phones-rush.md

-5
This file was deleted.

‎.changeset/pre.json

-21
This file was deleted.

‎.changeset/pretty-dolls-bathe.md

-6
This file was deleted.

‎.changeset/proud-timers-tickle.md

-6
This file was deleted.

‎.changeset/stale-coats-smoke.md

-5
This file was deleted.

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

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

3-
## 6.4.4-pre.2
3+
## 6.4.4
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.4.4-pre.2`
9-
- `react-router-dom@6.4.4-pre.2`
10-
11-
## 6.4.4-pre.1
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
- `react-router@6.4.4-pre.1`
17-
- `react-router-dom@6.4.4-pre.1`
18-
19-
## 6.4.4-pre.0
20-
21-
### Patch Changes
22-
23-
- Updated dependencies:
24-
- `react-router-dom@6.4.4-pre.0`
25-
- `react-router@6.4.4-pre.0`
8+
- `react-router-dom@6.4.4`
9+
- `react-router@6.4.4`
2610

2711
## 6.4.3
2812

‎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.4.4-pre.2",
3+
"version": "6.4.4",
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.4.4-pre.2"
27+
"react-router": "6.4.4"
2828
},
2929
"peerDependencies": {
3030
"react": ">=16.8",

‎packages/react-router-dom/CHANGELOG.md

+4-19
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,15 @@
11
# `react-router-dom`
22

3-
## 6.4.4-pre.2
4-
5-
### Patch Changes
6-
7-
- Updated dependencies:
8-
- `@remix-run/router@1.0.4-pre.1`
9-
- `react-router@6.4.4-pre.2`
10-
11-
## 6.4.4-pre.1
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
- `react-router@6.4.4-pre.1`
17-
18-
## 6.4.4-pre.0
3+
## 6.4.4
194

205
### Patch Changes
216

7+
- Fix issues with encoded characters in `NavLink` and descendant `<Routes>` ([#9589](https://github.com/remix-run/react-router/pull/9589), [#9647](https://github.com/remix-run/react-router/pull/9647))
228
- Properly serialize/deserialize `ErrorResponse` instances when using built-in hydration ([#9593](https://github.com/remix-run/react-router/pull/9593))
239
- Support `basename` in static data routers ([#9591](https://github.com/remix-run/react-router/pull/9591))
24-
- Fix issues with encoded characters in descendant routes ([#9589](https://github.com/remix-run/react-router/pull/9589))
2510
- Updated dependencies:
26-
- `@remix-run/router@1.0.4-pre.0`
27-
- `react-router@6.4.4-pre.0`
11+
- `@remix-run/router@1.0.4`
12+
- `react-router@6.4.4`
2813

2914
## 6.4.3
3015

‎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.4.4-pre.2",
3+
"version": "6.4.4",
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.0.4-pre.1",
27-
"react-router": "6.4.4-pre.2"
26+
"@remix-run/router": "1.0.4",
27+
"react-router": "6.4.4"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

‎packages/react-router-native/CHANGELOG.md

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

3-
## 6.4.4-pre.2
3+
## 6.4.4
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.4.4-pre.2`
9-
10-
## 6.4.4-pre.1
11-
12-
### Patch Changes
13-
14-
- Updated dependencies:
15-
- `react-router@6.4.4-pre.1`
16-
17-
## 6.4.4-pre.0
18-
19-
### Patch Changes
20-
21-
- Updated dependencies:
22-
- `react-router@6.4.4-pre.0`
8+
- `react-router@6.4.4`
239

2410
## 6.4.3
2511

‎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.4.4-pre.2",
3+
"version": "6.4.4",
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.4.4-pre.2"
25+
"react-router": "6.4.4"
2626
},
2727
"devDependencies": {
2828
"react": "^18.2.0",

‎packages/react-router/CHANGELOG.md

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

3-
## 6.4.4-pre.2
3+
## 6.4.4
44

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/router@1.0.4-pre.1`
9-
10-
## 6.4.4-pre.1
11-
12-
### Patch Changes
13-
14-
- backwards compatibility for encodeLocation ([#9647](https://github.com/remix-run/react-router/pull/9647))
15-
16-
## 6.4.4-pre.0
17-
18-
### Patch Changes
19-
20-
- Fix issues with encoded characters in descendant routes ([#9589](https://github.com/remix-run/react-router/pull/9589))
21-
- Updated dependencies:
22-
- `@remix-run/router@1.0.4-pre.0`
8+
- `@remix-run/router@1.0.4`
239

2410
## 6.4.3
2511

‎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.4.4-pre.2",
3+
"version": "6.4.4",
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.0.4-pre.1"
26+
"@remix-run/router": "1.0.4"
2727
},
2828
"devDependencies": {
2929
"react": "^18.2.0"

‎packages/router/CHANGELOG.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
# `@remix-run/router`
22

3-
## 1.0.4-pre.1
3+
## 1.0.4
44

55
### Patch Changes
66

7-
- Respect `replace` behavior on external redirects ([#9654](https://github.com/remix-run/react-router/pull/9654))
8-
9-
## 1.0.4-pre.0
10-
11-
### Patch Changes
12-
13-
- Properly handle redirects to external domains ([#9590](https://github.com/remix-run/react-router/pull/9590))
7+
- Throw an error if an `action`/`loader` function returns `undefined` as revalidations need to know whether the loader has previously been executed. `undefined` also causes issues during SSR stringification for hydration. You should always ensure you `loader`/`action` returns a value, and you may return `null` if you don't wish to return anything. ([#9511](https://github.com/remix-run/react-router/pull/9511))
8+
- Properly handle redirects to external domains ([#9590](https://github.com/remix-run/react-router/pull/9590), [#9654](https://github.com/remix-run/react-router/pull/9654))
149
- Preserve the HTTP method on 307/308 redirects ([#9597](https://github.com/remix-run/react-router/pull/9597))
1510
- Support `basename` in static data routers ([#9591](https://github.com/remix-run/react-router/pull/9591))
16-
- Throw an error if an `action`/`loader` function returns `undefined` as revalidations need to know whether the loader has previously been executed. `undefined` also causes issues during SSR stringification for hydration. You should always ensure your `loader`/`action` return a value, and you may return `null` if you don't wish to return anything. ([#9511](https://github.com/remix-run/react-router/pull/9511))
17-
- Enhanced `ErrorResponse` bodies to contain more descriptive text in internal 403/404/405 scenarios ([#9511](https://github.com/remix-run/react-router/pull/9511))
11+
- Enhanced `ErrorResponse` bodies to contain more descriptive text in internal 403/404/405 scenarios
1812

1913
## 1.0.3
2014

‎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.0.4-pre.1",
3+
"version": "1.0.4",
44
"description": "Nested/Data-driven/Framework-agnostic Routing",
55
"keywords": [
66
"remix",

0 commit comments

Comments
 (0)
Please sign in to comment.