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 0de0cba commit ef029a0Copy full SHA for ef029a0
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/ai" }
+ "@changesets/changelog-github",
+ { "repo": "TanStack/ai", "disableThanks": true }
6
],
7
"commit": false,
8
"access": "public",
package.json
@@ -52,9 +52,9 @@
52
]
53
},
54
"devDependencies": {
55
+ "@changesets/changelog-github": "^0.7.0",
56
"@changesets/cli": "^2.30.0",
57
"@faker-js/faker": "^10.1.0",
- "@svitejs/changesets-changelog-github-compact": "^1.2.0",
58
"@tanstack/eslint-config": "0.4.0",
59
"@tanstack/typedoc-config": "0.3.1",
60
"@tanstack/vite-config": "0.4.1",
0 commit comments