From 1e45921d2beea3facd72636170e25e88095ac863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:24:15 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 2.0.0 to 2.1.1 Bumps [changesets/action](https://github.com/changesets/action) from 2.0.0 to 2.1.1. - [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...8488615a623b1b9c987934bb89eae8af6a946ac1) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.1 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..f234d2d 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@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1 with: # package.json is the CLI's version source; the installed binary # reads it directly at startup.