From 06843a8134f93a2b9ed6af0024d52ba9c1dc5ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:19:29 +0000 Subject: [PATCH] Bump changesets/action from 1.5.2 to 1.7.0 Bumps [changesets/action](https://github.com/changesets/action) from 1.5.2 to 1.7.0. - [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/e0538e686673de0265c8a3e2904b8c76beaa43fd...6a0a831ff30acef54f2c6aa1cbbc1096b066edaf) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 45d0959c..818568ad 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -51,7 +51,7 @@ jobs: - name: Publish to NPM if: env.changesets_found == 'true' id: changesets - uses: changesets/action@e0538e686673de0265c8a3e2904b8c76beaa43fd # v1.5.2 + uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0 with: publish: npx changeset publish env: