Skip to content

Commit b2c66eb

Browse files
Version Packages
1 parent 8795eee commit b2c66eb

6 files changed

Lines changed: 15 additions & 21 deletions

File tree

.changeset/cold-melons-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-cougars-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-glasses-stop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wacky-taxis-sink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @changesets/action
22

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [#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).
8+
9+
### Patch Changes
10+
11+
- [#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.
12+
13+
- [#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
14+
15+
- [#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
16+
317
## 1.8.0
418

519
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@changesets/action",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"license": "MIT",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)