From edfc2c23b955059cd3ab49f1c77d920ebca13dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 12:17:58 +0000 Subject: [PATCH] chore(deps): 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 038c4b470..2c2700330 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: - name: Open or update version PR id: changesets - uses: changesets/action@v1 + uses: changesets/action@v2 with: version: bunx changeset version title: 'chore: version packages' @@ -153,7 +153,7 @@ jobs: # trusted publishing from GitHub Actions. - name: Publish packages id: publish - uses: changesets/action@v1 + uses: changesets/action@v2 with: publish: bunx changeset publish env: