From 8f3ae6ff4134a137a465e57375b50ebb8b5af7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 07:48:19 +0000 Subject: [PATCH] Bump changesets/action from 1.4.10 to 1.5.3 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.10 to 1.5.3. - [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/06245a4e0a36c064a573d4150030f5ec548e4fcc...e0145edc7d9d8679003495b11f87bd8ef63c0cba) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 1.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2eafeb3..591c605 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: run: pnpm run build - name: Publish to the npm Registry - uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10 + uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}