From 64a7fd77a53035bef5292eaf8356c95dcbedce9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 06:51:02 +0000 Subject: [PATCH 1/2] Version Packages (next) --- .changeset/pre.json | 6 +++++- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index c212be51..e326aaa3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,9 @@ "initialVersions": { "@changesets/action": "1.9.0" }, - "changesets": [] + "changesets": [ + "eight-clocks-pull", + "eighty-doors-swim", + "lemon-turtles-itch" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index c416dc78..abe84804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @changesets/action +## 2.0.0-next.0 + +### Major Changes + +- [#657](https://github.com/changesets/action/pull/657) [`4f718b5`](https://github.com/changesets/action/commit/4f718b5921490b1efeb015a81abb6a4633892851) Thanks [@Andarist](https://github.com/Andarist)! - Removed compatibility support for old Changesets v1. + +- [#659](https://github.com/changesets/action/pull/659) [`5649ff4`](https://github.com/changesets/action/commit/5649ff41b8eb1b7a281011e45df781c6d4628fd0) Thanks [@bluwy](https://github.com/bluwy)! - Remove `cwd` option for `changesets/action`. Use the step `working-directory` option instead to change the directory. + +### Minor Changes + +- [#656](https://github.com/changesets/action/pull/656) [`a12d90d`](https://github.com/changesets/action/commit/a12d90de8394e63c952622b2fd3f98c8729c48b0) Thanks [@bluwy](https://github.com/bluwy)! - Add new `/select-mode`, `/version`, and `/publish` sub-actions to better control version and publish steps + ## 1.9.0 ### Minor Changes diff --git a/package.json b/package.json index df2e40a0..08e05946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.9.0", + "version": "2.0.0-next.0", "license": "MIT", "type": "module", "main": "dist/index.js", From d8383c2b1600390034fba2f85c2339c5a9a893d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Tue, 23 Jun 2026 08:55:23 +0200 Subject: [PATCH 2/2] fmt --- .changeset/pre.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e326aaa3..b7c81295 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,9 +4,5 @@ "initialVersions": { "@changesets/action": "1.9.0" }, - "changesets": [ - "eight-clocks-pull", - "eighty-doors-swim", - "lemon-turtles-itch" - ] + "changesets": ["eight-clocks-pull", "eighty-doors-swim", "lemon-turtles-itch"] }