chore(changeset): update changelog configuration to use @changesets/changelog-git

This commit is contained in:
2026-02-07 20:06:11 +02:00
parent f737b1d11d
commit f5e31bd1f6
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/cli/changelog",
"changelog": "@changesets/changelog-git",
"commit": true,
"fixed": [],
"linked": [],

View File

@@ -44,11 +44,12 @@
"mcp": "node mcp/server.js"
},
"dependencies": {
"@tanstack/react-virtual": "^3.13.18",
"@modelcontextprotocol/sdk": "^1.0.4",
"@tanstack/react-virtual": "^3.13.18",
"moment": "^2.30.1"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.1",
"@changesets/cli": "^2.29.8",
"@eslint/js": "^9.39.2",
"@microsoft/api-extractor": "^7.56.0",

3
pnpm-lock.yaml generated
View File

@@ -60,6 +60,9 @@ importers:
specifier: '>= 5.0.0'
version: 5.0.8(@types/react@19.2.10)(immer@10.1.3)(react@19.2.4)(use-sync-external-store@1.5.0(react@19.2.4))
devDependencies:
'@changesets/changelog-git':
specifier: ^0.2.1
version: 0.2.1
'@changesets/cli':
specifier: ^2.29.8
version: 2.29.8(@types/node@25.2.0)