From 0a892ad3a06bc0f5f39c0bd04e06f35dddcee23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 21:00:08 +0000 Subject: [PATCH] ci: bump changesets/action from 1.9.0 to 2.0.0 Bumps [changesets/action](https://github.com/changesets/action) from 1.9.0 to 2.0.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/a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d...22ccf9aa43179fe9e27dc62e575971d28cce197c) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2dee8d9..017fd72e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: # Publishing to npm is intentionally disabled — uncomment `publish:` # and add the NPM_TOKEN secret if/when packages are published. - name: Create release PR - uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1 + uses: changesets/action@22ccf9aa43179fe9e27dc62e575971d28cce197c # v1 with: version: pnpm exec changeset version commit: "chore: version packages"