Skip to content

Commit 59475ee

Browse files
authored
chore: migrate changesets changelog generator (#452)
* chore: migrate changesets changelog generator * chore: sort changelog dependency
1 parent 58d0232 commit 59475ee

3 files changed

Lines changed: 26 additions & 20 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
33
"changelog": [
4-
"@svitejs/changesets-changelog-github-compact",
5-
{ "repo": "TanStack/devtools" }
4+
"@changesets/changelog-github",
5+
{ "repo": "TanStack/devtools", "disableThanks": true }
66
],
77
"commit": false,
88
"access": "public",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
}
5656
],
5757
"devDependencies": {
58+
"@changesets/changelog-github": "^0.7.0",
5859
"@changesets/cli": "^2.30.0",
5960
"@faker-js/faker": "^9.9.0",
6061
"@size-limit/preset-small-lib": "^11.2.0",
61-
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
6262
"@tanstack/eslint-config": "0.3.2",
6363
"@tanstack/intent": "^0.0.14",
6464
"@tanstack/typedoc-config": "0.3.3",

pnpm-lock.yaml

Lines changed: 23 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)