We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659d5aa commit 50afbb5Copy full SHA for 50afbb5
3 files changed
.changeset/config.json
@@ -1,8 +1,8 @@
1
{
2
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
3
"changelog": [
4
- "@svitejs/changesets-changelog-github-compact",
5
- { "repo": "TanStack/intent" }
+ "@changesets/changelog-github",
+ { "repo": "TanStack/intent", "disableThanks": true }
6
],
7
"commit": false,
8
"access": "public",
package.json
@@ -47,8 +47,8 @@
47
},
48
"devDependencies": {
49
"@changesets/cli": "^2.29.8",
50
+ "@changesets/changelog-github": "^0.7.0",
51
"@faker-js/faker": "^10.2.0",
- "@svitejs/changesets-changelog-github-compact": "^1.2.0",
52
"@tanstack/eslint-config": "0.4.0",
53
"@types/node": "^25.0.7",
54
"eslint": "^9.39.2",
0 commit comments