fix: repo name in changeset config (#205)

This commit is contained in:
shadcn
2023-04-19 13:38:58 +04:00
committed by GitHub
parent 68e1c5624a
commit dc573c7e9e
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn-ui": patch
---
fix changeset config

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "shadcn-ui" }],
"changelog": ["@changesets/changelog-github", { "repo": "shadcn/ui" }],
"commit": false,
"fixed": [],
"linked": [],