From 8d578df706ab831893a21425d43cfb3de19ae456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:24:05 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 2.0.0 to 2.1.0 Bumps [changesets/action](https://github.com/changesets/action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/changesets/action/compare/22ccf9aa43179fe9e27dc62e575971d28cce197c...198f833dd7d863100ea6e28967bc9a9fdefadb0a) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index ad4b986..f372024 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -35,7 +35,7 @@ jobs: - run: pnpm install --frozen-lockfile - name: Maintain the Version Packages PR id: changesets - uses: changesets/action@22ccf9aa43179fe9e27dc62e575971d28cce197c # v2.0.0 + uses: changesets/action@198f833dd7d863100ea6e28967bc9a9fdefadb0a # v2.1.0 with: # package.json is the CLI's version source; the installed binary # reads it directly at startup.