Skip to content

Commit dc573c7

Browse files
authored
fix: repo name in changeset config (#205)
1 parent 68e1c56 commit dc573c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"shadcn-ui": patch
3+
---
4+
5+
fix changeset config

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "shadcn-ui" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "shadcn/ui" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

0 commit comments

Comments
 (0)