Skip to content

Commit bf093c9

Browse files
committed
chore: migrate changesets changelog generator
1 parent be656be commit bf093c9

3 files changed

Lines changed: 28 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/db" }
4+
"@changesets/changelog-github",
5+
{ "repo": "TanStack/db", "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
@@ -23,10 +23,10 @@
2323
"generate-docs": "node scripts/generate-docs.ts"
2424
},
2525
"devDependencies": {
26+
"@changesets/changelog-github": "^0.7.0",
2627
"@changesets/cli": "^2.29.8",
2728
"@eslint/js": "^9.39.2",
2829
"@fast-check/vitest": "^0.2.0",
29-
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
3030
"@tanstack/eslint-config": "0.3.4",
3131
"@tanstack/typedoc-config": "0.3.3",
3232
"@tanstack/vite-config": "0.4.3",

pnpm-lock.yaml

Lines changed: 25 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)