From 77ab3e26f98b087402359a0ee06f5765014077ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:23:53 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 2.0.0 to 2.1.2 Bumps [changesets/action](https://github.com/changesets/action) from 2.0.0 to 2.1.2. - [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...ae32849d5ba541f9ae29e40e22a623bc13562f51) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.2 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..dcea0a1 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@ae32849d5ba541f9ae29e40e22a623bc13562f51 # v2.1.2 with: # package.json is the CLI's version source; the installed binary # reads it directly at startup.