Skip to content

Commit 3daac67

Browse files
authored
chore: migrate changesets changelog generator (#10809)
* chore: migrate changesets changelog generator * chore: sort changelog dependency
1 parent 532bb29 commit 3daac67

3 files changed

Lines changed: 27 additions & 21 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/query" }
4+
"@changesets/changelog-github",
5+
{ "repo": "TanStack/query", "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
@@ -44,11 +44,11 @@
4444
},
4545
"devDependencies": {
4646
"@arethetypeswrong/cli": "^0.15.3",
47+
"@changesets/changelog-github": "^0.7.0",
4748
"@changesets/cli": "^2.29.8",
4849
"@cspell/eslint-plugin": "^9.2.1",
4950
"@eslint-react/eslint-plugin": "^2.0.1",
5051
"@size-limit/preset-small-lib": "^12.0.0",
51-
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
5252
"@tanstack/eslint-config": "0.3.2",
5353
"@tanstack/typedoc-config": "0.3.1",
5454
"@tanstack/vite-config": "0.4.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)