From 8290ac43cac74a3b1e7f7b5c361824b0ee1d2e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:18:32 +0000 Subject: [PATCH] ci: bump changesets/action from 1 to 2 Bumps [changesets/action](https://github.com/changesets/action) from 1 to 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/v1...v2) --- updated-dependencies: - dependency-name: changesets/action dependency-version: '2' 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 04a1676..44871e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: # When there are pending changesets → opens/updates a "Version Packages" PR. # When that PR is merged (no pending changesets) → runs `publish` to npm. - name: Create Release PR or Publish - uses: changesets/action@v1 + uses: changesets/action@v2 with: version: pnpm changeset:version publish: pnpm changeset:publish