From 535a9ca4f8f964511cc111d0b14c4d1d902b19da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:13:44 +0000 Subject: [PATCH] build(deps): bump changesets/action from 1 to 2 Bumps [changesets/action](https://github.com/changesets/action) from 1 to 2. - [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 963d32e5..3a911071 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: # merged will publish to npm # see https://github.com/changesets/action - name: Publish To NPM or Create Release Pull Request - uses: changesets/action@v1 + uses: changesets/action@v2 id: changesets with: createGithubReleases: false