From 1a016c9ec0d37334e6b3c845eaa6ceb7f4dcfeb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 06:35:57 +0000 Subject: [PATCH] Bump changesets/action from 1.4.9 to 1.5.3 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.9 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/v1.4.9...v1.5.3) --- 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/on-push-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index 81b76639..c4175591 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -31,7 +31,7 @@ jobs: - name: Create version pull request or publish to npm id: changesets - uses: changesets/action@v1.4.9 + uses: changesets/action@v1.5.3 with: title: "chore: version packages" commit: "chore: version packages"