From ef01f6eea6b676fda7ef2868f32bb8bc78af926f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 03:02:35 +0000 Subject: [PATCH] Bump changesets/action from 1.3.0 to 1.4.0 Bumps [changesets/action](https://github.com/changesets/action) from 1.3.0 to 1.4.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/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00c0ae8..534020b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@v1.3.0 + uses: changesets/action@v1.4.0 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: yarn changeset publish