From d0da14ef509f5586229b1bb2a9715116f9f9fa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 03:06:34 +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/release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 2b5e789..c921e49 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -57,7 +57,7 @@ jobs: yarn build - name: Create Release PR (Changesets) - uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba + uses: changesets/action@c48e67d110a68bc90ccf1098e9646092baacaa87 with: version: yarn changeset version publish: false