Skip to content

Commit

Permalink
fix: fix changelog generation (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach authored Dec 2, 2024
1 parent 169c025 commit 1f533ca
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 251 deletions.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "coinbase/onchainkit" }],
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
Expand All @@ -9,3 +9,4 @@
"updateInternalDependencies": "patch",
"ignore": []
}

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.10",
"@chromatic-com/storybook": "^1.7.0",
"@storybook/addon-a11y": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
Expand Down
Loading

0 comments on commit 1f533ca

Please sign in to comment.