Skip to content

Commit 0c31cba

Browse files
authoredJan 16, 2025··
chore: Update version for release (#12755)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

File tree

12 files changed

+17
-37
lines changed

12 files changed

+17
-37
lines changed
 

‎.changeset/beige-ants-pay.md

-6
This file was deleted.

‎.changeset/pre.json

-14
This file was deleted.

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

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

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/router@1.21.1-pre.0`
9-
- `react-router@6.28.2-pre.0`
10-
- `react-router-dom@6.28.2-pre.0`
8+
- `@remix-run/router@1.21.1`
9+
- `react-router@6.28.2`
10+
- `react-router-dom@6.28.2`
1111

1212
## 6.28.1
1313

‎packages/react-router-dom-v5-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-dom-v5-compat",
3-
"version": "6.28.2-pre.0",
3+
"version": "6.28.2",
44
"description": "Migration path to React Router v6 from v4/5",
55
"keywords": [
66
"react",

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

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

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/router@1.21.1-pre.0`
9-
- `react-router@6.28.2-pre.0`
8+
- `@remix-run/router@1.21.1`
9+
- `react-router@6.28.2`
1010

1111
## 6.28.1
1212

‎packages/react-router-dom/package.json

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

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

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

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `react-router@6.28.2-pre.0`
8+
- `react-router@6.28.2`
99

1010
## 6.28.1
1111

‎packages/react-router-native/package.json

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

‎packages/react-router/CHANGELOG.md

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

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

55
### Patch Changes
66

77
- Updated dependencies:
8-
- `@remix-run/router@1.21.1-pre.0`
8+
- `@remix-run/router@1.21.1`
99

1010
## 6.28.1
1111

‎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.28.2-pre.0",
3+
"version": "6.28.2",
44
"description": "Declarative routing for React",
55
"keywords": [
66
"react",

‎packages/router/CHANGELOG.md

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

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

55
### Patch Changes
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.