From 93ff961ca4edf2189aa709e2d4ab4e72a4c32e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:56:16 +0000 Subject: [PATCH] chore(deps): bump changesets/action from 1.5.3 to 1.6.0 Bumps [changesets/action](https://github.com/changesets/action) from 1.5.3 to 1.6.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/e0145edc7d9d8679003495b11f87bd8ef63c0cba...c48e67d110a68bc90ccf1098e9646092baacaa87) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/changeset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index 5bcd0e263d..5e1c201615 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -58,7 +58,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba #v1.5.3 + uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 #v1.6.0 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: yarn release