From a0c22477cc9202633b97d64eee3769917a1179f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 19:40:54 +0000 Subject: [PATCH] Version Packages --- .changeset/cold-melons-love.md | 5 ----- .changeset/curly-cameras-matter.md | 5 ----- .changeset/green-cougars-listen.md | 5 ----- .changeset/lazy-glasses-stop.md | 5 ----- .changeset/wacky-taxis-sink.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 7 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 .changeset/cold-melons-love.md delete mode 100644 .changeset/curly-cameras-matter.md delete mode 100644 .changeset/green-cougars-listen.md delete mode 100644 .changeset/lazy-glasses-stop.md delete mode 100644 .changeset/wacky-taxis-sink.md diff --git a/.changeset/cold-melons-love.md b/.changeset/cold-melons-love.md deleted file mode 100644 index aa845163..00000000 --- a/.changeset/cold-melons-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fixed an issue with GitHub releases not being created for successfully published packages when _some_ packages failed to be published to the registry. diff --git a/.changeset/curly-cameras-matter.md b/.changeset/curly-cameras-matter.md deleted file mode 100644 index 3a91556e..00000000 --- a/.changeset/curly-cameras-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Add a new `@changesets/action/pr-comment` sub-action to comment on PRs diff --git a/.changeset/green-cougars-listen.md b/.changeset/green-cougars-listen.md deleted file mode 100644 index 20a49094..00000000 --- a/.changeset/green-cougars-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Simplify internal implementation to get changelog entries for a package version diff --git a/.changeset/lazy-glasses-stop.md b/.changeset/lazy-glasses-stop.md deleted file mode 100644 index 0198d1f2..00000000 --- a/.changeset/lazy-glasses-stop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fix custom version and publish command argument parsing diff --git a/.changeset/wacky-taxis-sink.md b/.changeset/wacky-taxis-sink.md deleted file mode 100644 index cbf8d8a6..00000000 --- a/.changeset/wacky-taxis-sink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": minor ---- - -Add a new `@changesets/action/pr-status` sub-action to generate the changeset status comment for PRs as an alternative to the [Changesets Bot](https://github.com/apps/changeset-bot). diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2f2bb6..ba041a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @changesets/action +## 1.9.0 + +### Minor Changes + +- [#636](https://github.com/changesets/action/pull/636) [`b072bcc`](https://github.com/changesets/action/commit/b072bccc4c664a373c42168eed9139dce1e003b1) Thanks [@bluwy](https://github.com/bluwy)! - Add a new `@changesets/action/pr-comment` sub-action to comment on PRs + +- [#625](https://github.com/changesets/action/pull/625) [`8795eee`](https://github.com/changesets/action/commit/8795eee5eee884e887d352ac673a515ffe35aaa6) Thanks [@bluwy](https://github.com/bluwy)! - Add a new `@changesets/action/pr-status` sub-action to generate the changeset status comment for PRs as an alternative to the [Changesets Bot](https://github.com/apps/changeset-bot). + +### Patch Changes + +- [#535](https://github.com/changesets/action/pull/535) [`34f64f6`](https://github.com/changesets/action/commit/34f64f6e2e1e47ddc183f174aa27c197aa47f520) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with GitHub releases not being created for successfully published packages when _some_ packages failed to be published to the registry. + +- [#632](https://github.com/changesets/action/pull/632) [`1d54b9e`](https://github.com/changesets/action/commit/1d54b9e660e435237accbcae0b4581af3be641b4) Thanks [@bluwy](https://github.com/bluwy)! - Simplify internal implementation to get changelog entries for a package version + +- [#629](https://github.com/changesets/action/pull/629) [`e0c90aa`](https://github.com/changesets/action/commit/e0c90aa7fbd0cc26931a679c5abe9bbc0deb0b50) Thanks [@bluwy](https://github.com/bluwy)! - Fix custom version and publish command argument parsing + ## 1.8.0 ### Minor Changes diff --git a/package.json b/package.json index b2966a74..1dcc53d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "type": "module", "main": "dist/index.js",