From 995b92608f7222ffef8528a221f9006d2db65434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 06:40:05 +0000 Subject: [PATCH] Bump changesets/action from 1.4.9 to 1.4.10 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.9 to 1.4.10. - [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.4.10) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 1.4.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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..89d995be 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.4.10 with: title: "chore: version packages" commit: "chore: version packages"