From b6900bbdf18db59880869a6830fab121d2e504e8 Mon Sep 17 00:00:00 2001 From: lukasIO Date: Tue, 30 Jun 2026 15:02:05 +0200 Subject: [PATCH] Update changelog package --- package.json | 2 +- pnpm-lock.yaml | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a351da67..92754144 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@changesets/cli": "^2.31.0", - "@livekit/changesets-changelog-github": "^0.0.4", + "@livekit/changesets-changelog-github": "^0.1.1", "@rushstack/heft": "^0.74.5", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@typescript-eslint/eslint-plugin": "^8.60.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5127ee09..a981b4e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^2.31.0 version: 2.31.0(@types/node@22.15.29) '@livekit/changesets-changelog-github': - specifier: ^0.0.4 - version: 0.0.4 + specifier: ^0.1.1 + version: 0.1.1 '@rushstack/heft': specifier: ^0.74.5 version: 0.74.5(@types/node@22.15.29) @@ -377,6 +377,9 @@ packages: '@changesets/get-github-info@0.5.2': resolution: {integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==} + '@changesets/get-github-info@0.8.0': + resolution: {integrity: sha512-cRnC+xdF0JIik7coko3iUP9qbnfi1iJQ3sAa6dE+Tx3+ET8bjFEm63PA4WEohgjYcmsOikPHWzPsMWWiZmntOQ==} + '@changesets/get-release-plan@4.0.13': resolution: {integrity: sha512-DWG1pus72FcNeXkM12tx+xtExyH/c9I1z+2aXlObH3i9YA7+WZEVaiHzHl03thpvAgWTRaH64MpfHxozfF7Dvg==} @@ -982,6 +985,9 @@ packages: '@livekit/changesets-changelog-github@0.0.4': resolution: {integrity: sha512-MXaiLYwgkYciZb8G2wkVtZ1pJJzZmVx5cM30Q+ClslrIYyAqQhRbPmZDM79/5CGxb1MTemR/tfOM25tgJgAK0g==} + '@livekit/changesets-changelog-github@0.1.1': + resolution: {integrity: sha512-feSWHwLL37GZZ0ewUR7iA1RVcw9JvjTx0qJw1ILuwE4LqcBvzy2v7d8g2qQeV6nbfvIihVEYSOvVCekz+vaupA==} + '@livekit/mutex@1.1.1': resolution: {integrity: sha512-EsshAucklmpuUAfkABPxJNhzj9v2sG7JuzFDL4ML1oJQSV14sqrpTYnsaOudMAw9yOaW53NU3QQTlUQoRs4czw==} @@ -3983,6 +3989,13 @@ snapshots: transitivePeerDependencies: - encoding + '@changesets/get-github-info@0.8.0': + dependencies: + dataloader: 1.4.0 + node-fetch: 2.7.0 + transitivePeerDependencies: + - encoding + '@changesets/get-release-plan@4.0.13': dependencies: '@changesets/assemble-release-plan': 6.0.9 @@ -4442,6 +4455,14 @@ snapshots: transitivePeerDependencies: - encoding + '@livekit/changesets-changelog-github@0.1.1': + dependencies: + '@changesets/get-github-info': 0.8.0 + '@changesets/types': 6.1.0 + dotenv: 8.6.0 + transitivePeerDependencies: + - encoding + '@livekit/mutex@1.1.1': {} '@livekit/protocol@1.46.3':