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..0b2f2bb6 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 + +- [#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 ### 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",