From f5e31bd1f6d5864ff9b5a3b5cc4ae00fe65d9470 Mon Sep 17 00:00:00 2001 From: Hein Date: Sat, 7 Feb 2026 20:06:11 +0200 Subject: [PATCH] chore(changeset): update changelog configuration to use @changesets/changelog-git --- .changeset/config.json | 2 +- package.json | 3 ++- pnpm-lock.yaml | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index e4e693c..0bbe107 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -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": [], diff --git a/package.json b/package.json index 88254c0..c8180e4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8d67303..bd9e8d9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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)