From c65d3da658942ba0d76cbc02489519469839c86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:40:06 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 1.5.3 to 2.1.1 Bumps [changesets/action](https://github.com/changesets/action) from 1.5.3 to 2.1.1. - [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/e0145edc7d9d8679003495b11f87bd8ef63c0cba...8488615a623b1b9c987934bb89eae8af6a946ac1) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changesets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 5bf066d..50bcf66 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -45,7 +45,7 @@ jobs: - name: Create version pull request id: changesets - uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 + uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1 with: title: 'chore: version packages' commit: 'chore: version packages' @@ -76,7 +76,7 @@ jobs: skip-cache: true # avoid cache poisoning attacks - name: Publish to npm - uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 + uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1 with: createGithubReleases: true publish: pnpm changeset:publish