From 9ca57a99a293d30e2a5585583ff74c7387e463a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:44:48 +0000 Subject: [PATCH] chore(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/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fe0ffee..84f5279 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: registry-url: "https://registry.npmjs.org" - run: bun i - - uses: changesets/action@v1 + - uses: changesets/action@v2 with: version: bun ci:version publish: bun ci:publish