From d3fe6d1b1a6a83e5c2ffef434386247a2c4f8ad1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 09:36:02 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/brown-cycles-attack.md | 5 ----- .changeset/plenty-areas-tie.md | 5 ----- .changeset/splendid-facts-like.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/brown-cycles-attack.md delete mode 100644 .changeset/plenty-areas-tie.md delete mode 100644 .changeset/splendid-facts-like.md diff --git a/.changeset/brown-cycles-attack.md b/.changeset/brown-cycles-attack.md deleted file mode 100644 index 5692aae4..00000000 --- a/.changeset/brown-cycles-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Support draft version PR modes with a new `prDraft` input. Use `create` to create new version PRs as drafts, or `always` to also convert existing version PRs back to draft when updating them. diff --git a/.changeset/plenty-areas-tie.md b/.changeset/plenty-areas-tie.md deleted file mode 100644 index 3422a5e8..00000000 --- a/.changeset/plenty-areas-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fixed initial `.changeset` state being picked up, when `cwd` parameter is provided diff --git a/.changeset/splendid-facts-like.md b/.changeset/splendid-facts-like.md deleted file mode 100644 index e2c9a529..00000000 --- a/.changeset/splendid-facts-like.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fixed `.changeset` state being picked for the version command when `cwd` parameter is provided diff --git a/CHANGELOG.md b/CHANGELOG.md index be10b90f..a8e038d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @changesets/action +## 1.8.0 + +### Minor Changes + +- [#258](https://github.com/changesets/action/pull/258) [`f5dbf72`](https://github.com/changesets/action/commit/f5dbf72f96949cb0daf45152f0f63062df70e97d) Thanks [@tom-sherman](https://github.com/tom-sherman)! - Support draft version PR modes with a new `prDraft` input. Use `create` to create new version PRs as drafts, or `always` to also convert existing version PRs back to draft when updating them. + +### Patch Changes + +- [#502](https://github.com/changesets/action/pull/502) [`6002dbd`](https://github.com/changesets/action/commit/6002dbd987f49a3c0a134910d9c7bca975b79977) Thanks [@oshytiko](https://github.com/oshytiko)! - Fixed initial `.changeset` state being picked up, when `cwd` parameter is provided + +- [`81b3f61`](https://github.com/changesets/action/commit/81b3f61ebffcb868f73e4c0b2682517149c834a2) Thanks [@radnan](https://github.com/radnan)! - Fixed `.changeset` state being picked for the version command when `cwd` parameter is provided + ## 1.7.0 ### Minor Changes diff --git a/package.json b/package.json index 47455ea7..1ec8707a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.7.0", + "version": "1.8.0", "main": "dist/index.js", "type": "module", "license": "MIT", From 83d3fd6ef659eb2f2071fa4e24900ba35106cc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Burzy=C5=84ski?= Date: Thu, 7 May 2026 11:41:47 +0200 Subject: [PATCH 2/2] add missing PR reference --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e038d2..0b2f2bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [#502](https://github.com/changesets/action/pull/502) [`6002dbd`](https://github.com/changesets/action/commit/6002dbd987f49a3c0a134910d9c7bca975b79977) Thanks [@oshytiko](https://github.com/oshytiko)! - Fixed initial `.changeset` state being picked up, when `cwd` parameter is provided -- [`81b3f61`](https://github.com/changesets/action/commit/81b3f61ebffcb868f73e4c0b2682517149c834a2) Thanks [@radnan](https://github.com/radnan)! - Fixed `.changeset` state being picked for the version command when `cwd` parameter is provided +- [#536](https://github.com/changesets/action/pull/536) [`81b3f61`](https://github.com/changesets/action/commit/81b3f61ebffcb868f73e4c0b2682517149c834a2) Thanks [@radnan](https://github.com/radnan)! - Fixed `.changeset` state being picked for the version command when `cwd` parameter is provided ## 1.7.0