Skip to content

Commit a4c6d06

Browse files
chore: migrate changesets changelog generator (#392)
* chore: migrate changesets changelog generator * chore: sort changelog dependency --------- Co-authored-by: Sheraff <me@florianpellet.com>
1 parent 99d23c6 commit a4c6d06

4 files changed

Lines changed: 30 additions & 24 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/config" }
4+
"@changesets/changelog-github",
5+
{ "repo": "TanStack/config", "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
@@ -37,8 +37,8 @@
3737
},
3838
"devDependencies": {
3939
"@arethetypeswrong/core": "catalog:",
40+
"@changesets/changelog-github": "catalog:",
4041
"@changesets/cli": "catalog:",
41-
"@svitejs/changesets-changelog-github-compact": "catalog:",
4242
"@types/node": "catalog:",
4343
"eslint": "catalog:",
4444
"jiti": "catalog:",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ packages:
88

99
catalog:
1010
'@arethetypeswrong/core': ^0.18.2
11+
'@changesets/changelog-github': ^0.7.0
1112
'@changesets/cli': ^2.31.0
1213
'@commitlint/parse': ^20.5.0
1314
'@eslint/js': ^10.0.1
1415
'@stylistic/eslint-plugin': ^5.10.0
15-
'@svitejs/changesets-changelog-github-compact': ^1.2.0
1616
'@tanstack/query-core': ^5.100.10
1717
'@types/eslint': ^9.6.1
1818
'@types/jsonfile': ^6.1.4

0 commit comments

Comments
 (0)