Skip to content

Commit 44b391a

Browse files
chore: Update version for release (#11203)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 82c4843 commit 44b391a

File tree

11 files changed

+15
-43
lines changed

11 files changed

+15
-43
lines changed

.changeset/brave-pillows-juggle.md

-5
This file was deleted.

.changeset/green-drinks-cough.md

-8
This file was deleted.

.changeset/pre.json

-15
This file was deleted.

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

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

3-
## 6.21.3-pre.0
3+
## 6.21.3
44

55
### Patch Changes
66

77
- Remove leftover `unstable_` prefix from `Blocker`/`BlockerFunction` types ([#11187](https://github.com/remix-run/react-router/pull/11187))
88
- Updated dependencies:
9-
10-
9+
10+
1111

1212
## 6.21.2
1313

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

packages/react-router-dom/CHANGELOG.md

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

3-
## 6.21.3-pre.0
3+
## 6.21.3
44

55
### Patch Changes
66

77
- Fix `NavLink` `isPending` when a `basename` is used ([#11195](https://github.com/remix-run/react-router/pull/11195))
88
- Remove leftover `unstable_` prefix from `Blocker`/`BlockerFunction` types ([#11187](https://github.com/remix-run/react-router/pull/11187))
99
- Updated dependencies:
10-
10+
1111

1212
## 6.21.2
1313

packages/react-router-dom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom",
3-
"version": "6.21.3-pre.0",
3+
"version": "6.21.3",
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.14.2",
27-
"react-router": "6.21.3-pre.0"
27+
"react-router": "6.21.3"
2828
},
2929
"devDependencies": {
3030
"react": "^18.2.0",

packages/react-router-native/CHANGELOG.md

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

3-
## 6.21.3-pre.0
3+
## 6.21.3
44

55
### Patch Changes
66

77
- Remove leftover `unstable_` prefix from `Blocker`/`BlockerFunction` types ([#11187](https://github.com/remix-run/react-router/pull/11187))
88
- Updated dependencies:
9-
9+
1010

1111
## 6.21.2
1212

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

packages/react-router/CHANGELOG.md

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

3-
## 6.21.3-pre.0
3+
## 6.21.3
44

55
### Patch Changes
66

packages/react-router/package.json

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

0 commit comments

Comments
 (0)