Skip to content

Commit 54c3e39

Browse files
chore: Update version for release (#9536)
* chore: Update version for release * Update chnagelogs * Update changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent 7d8759f commit 54c3e39

25 files changed

+31
-194
lines changed

.changeset/cyan-poems-clean.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fluffy-buttons-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/funny-hotels-repeat.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/funny-shirts-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-dragons-vanish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hot-badgers-grow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/metal-drinks-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/moody-bulldogs-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-apricots-notice.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-countries-cheat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-kids-buy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

.changeset/smart-ants-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-hats-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-lizards-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
# `react-router-dom-v5-compat`
22

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

55
### Patch Changes
66

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

2711
## 6.4.2
2812

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

packages/react-router-dom/CHANGELOG.md

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

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

55
### Patch Changes
66

7-
- Fix `NavLink` behavior for root urls ([#9497](https://github.com/remix-run/react-router/pull/9497))
8-
- Updated dependencies:
9-
10-
11-
## 6.4.3-pre.1
12-
13-
### Patch Changes
14-
15-
- Updated dependencies:
16-
- `@remix-run/[email protected]`
17-
18-
19-
## 6.4.3-pre.0
20-
21-
### Patch Changes
22-
23-
- properly support `index` routes with a `path` in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486))
24-
- Respect `relative=path` prop on `NavLink` ([#9453](https://github.com/remix-run/react-router/pull/9453))
257
- Fix hrefs generated for `createHashRouter` ([#9409](https://github.com/remix-run/react-router/pull/9409))
26-
- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477))
8+
- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477), [#9496](https://github.com/remix-run/react-router/pull/9496))
9+
- Properly support `index` routes with a `path` in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486))
10+
- Respect `relative=path` prop on `NavLink` ([#9453](https://github.com/remix-run/react-router/pull/9453))
11+
- Fix `NavLink` behavior for root urls ([#9497](https://github.com/remix-run/react-router/pull/9497))
2712
- Updated dependencies:
28-
- `@remix-run/[email protected]-pre.0`
29-
13+
- `@remix-run/[email protected]`
14+
3015

3116
## 6.4.2
3217

packages/react-router-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.4.3-pre.2",
3+
"version": "6.4.3",
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.3-pre.1",
27-
"react-router": "6.4.3-pre.2"
26+
"@remix-run/router": "1.0.3",
27+
"react-router": "6.4.3"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

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

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

55
### Patch Changes
66

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

2410
## 6.4.2
2511

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

packages/react-router/CHANGELOG.md

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

3-
## 6.4.3-pre.2
4-
5-
No Changes
6-
7-
## 6.4.3-pre.1
3+
## 6.4.3
84

95
### Patch Changes
106

117
- `useRoutes` should be able to return `null` when passing `locationArg` ([#9485](https://github.com/remix-run/react-router/pull/9485))
128
- fix `initialEntries` type in `createMemoryRouter` ([#9498](https://github.com/remix-run/react-router/pull/9498))
139
- Updated dependencies:
14-
- `@remix-run/[email protected]`
15-
16-
## 6.4.3-pre.0
17-
18-
### Patch Changes
19-
20-
- Updated dependencies:
21-
- `@remix-run/[email protected]`
10+
- `@remix-run/[email protected]`
2211

2312
## 6.4.2
2413

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

packages/router/CHANGELOG.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
# `@remix-run/router`
22

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

55
### Patch Changes
66

7-
- fix `createURL` in local file execution in Firefox ([#9464](https://github.com/remix-run/react-router/pull/9464))
8-
- make url-encoding history-aware ([#9496](https://github.com/remix-run/react-router/pull/9496))
9-
10-
## 1.0.3-pre.0
11-
12-
### Patch Changes
13-
14-
- properly support `index` routes with a path in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486))
15-
- Fix hrefs generated for `createHashRouter` ([#9409](https://github.com/remix-run/react-router/pull/9409))
16-
- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477))
17-
- Ignore pathless layout routes when looking for proper submission `action` function ([#9455](https://github.com/remix-run/react-router/pull/9455))
7+
- Fix hrefs generated when using `createHashRouter` ([#9409](https://github.com/remix-run/react-router/pull/9409))
8+
- fix encoding/matching issues with special chars ([#9477](https://github.com/remix-run/react-router/pull/9477), [#9496](https://github.com/remix-run/react-router/pull/9496))
189
- Support `basename` and relative routing in `loader`/`action` redirects ([#9447](https://github.com/remix-run/react-router/pull/9447))
10+
- Ignore pathless layout routes when looking for proper submission `action` function ([#9455](https://github.com/remix-run/react-router/pull/9455))
11+
- properly support `index` routes with a `path` in `useResolvedPath` ([#9486](https://github.com/remix-run/react-router/pull/9486))
1912
- Add UMD build for `@remix-run/router` ([#9446](https://github.com/remix-run/react-router/pull/9446))
20-
- Clean up response APIs for `unstable_createStaticHandler` `queryRoute` ([#9465](https://github.com/remix-run/react-router/pull/9465))
21-
- Changes to static handler for incorporating into Remix ([#9482](https://github.com/remix-run/react-router/pull/9482))
13+
- fix `createURL` in local file execution in Firefox ([#9464](https://github.com/remix-run/react-router/pull/9464))
14+
- Updates to `unstable_createStaticHandler` for incorporating into Remix ([#9482](https://github.com/remix-run/react-router/pull/9482), [#9465](https://github.com/remix-run/react-router/pull/9465))
2215

2316
## 1.0.2
2417

packages/router/package.json

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

0 commit comments

Comments
 (0)