Skip to content

Commit aeceb7d

Browse files
committed
fix changeset config + update changelogs
1 parent c143c9c commit aeceb7d

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@remix-run/changelog-github", { "repo": "remix-run/remix" }],
3+
"changelog": [
4+
"@remix-run/changelog-github",
5+
{ "repo": "remix-run/react-router" }
6+
],
47
"commit": false,
58
"fixed": [
69
[

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-router-dom-v5-compat
1+
# `react-router-dom-v5-compat`
22

33
## 6.4.0
44

packages/react-router-dom/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-router-dom
1+
# `react-router-dom`
22

33
## 6.4.0
44

packages/react-router-native/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-router-native
1+
# `react-router-native`
22

33
## 6.4.0
44

packages/react-router/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-router
1+
# `react-router`
22

33
## 6.4.0
44

packages/router/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @remix-run/router
1+
# `@remix-run/router`
22

33
## 1.0.0
44

0 commit comments

Comments
 (0)