From bfd19019e0919d7c2b637a02a1280890824c8b1a Mon Sep 17 00:00:00 2001 From: "changesets-org-version-bot[bot]" <288406890+changesets-org-version-bot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:26:09 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 3 +++ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index a4d47db0..3411da4d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -3,6 +3,8 @@ "tag": "next", "changesets": [ "all-cars-grin", + "bright-lions-check", + "calm-files-warn", "chubby-geese-sink", "eight-clocks-pull", "eighty-doors-swim", @@ -15,6 +17,7 @@ "shaky-rings-type", "shy-months-crash", "silent-tips-dance", + "strict-hotels-laugh", "yellow-roses-fix" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index b64cf2b2..03ecb775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @changesets/action +## 2.0.0-next.4 + +### Major Changes + +- [#695](https://github.com/changesets/action/pull/695) [`469993c`](https://github.com/changesets/action/commit/469993ce5783c6a38e72541d4ba0d25588702b9a) Thanks [@bluwy](https://github.com/bluwy)! - Removed `.npmrc` handling when the `NPM_TOKEN` environment variable is set. + + Authentication should be handled via Trusted Publishing instead. If a token is still needed, use `actions/setup-node` to set it up instead via the `registry-url` option. Check out the updated action README for more information of setting up npm authentication in GitHub Actions. + +### Patch Changes + +- [#699](https://github.com/changesets/action/pull/699) [`5b307d3`](https://github.com/changesets/action/commit/5b307d3df25daf51c41dff70d2f66df1579ae9fa) Thanks [@Andarist](https://github.com/Andarist)! - Validate that projects use Changesets CLI v3 and direct Changesets CLI v2 users to `changesets/action@v1`. + +- [#697](https://github.com/changesets/action/pull/697) [`84d78c6`](https://github.com/changesets/action/commit/84d78c68f98f20e24dfff22b22193e7b4f326ad9) Thanks [@Andarist](https://github.com/Andarist)! - Allow custom publish scripts to complete without a Changesets output file, warning that GitHub releases and git tags cannot be created when that file is missing. + ## 2.0.0-next.3 ### Major Changes diff --git a/package.json b/package.json index 620ba2b0..23025c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "2.0.0-next.3", + "version": "2.0.0-next.4", "private": true, "license": "MIT", "type": "module",