diff --git a/.changeset/angry-dots-change.md b/.changeset/angry-dots-change.md deleted file mode 100644 index ea631020..00000000 --- a/.changeset/angry-dots-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Updated `@actions/*` and `@octokit/*` dependencies. diff --git a/.changeset/beige-trees-greet.md b/.changeset/beige-trees-greet.md deleted file mode 100644 index da6c20ca..00000000 --- a/.changeset/beige-trees-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Switched to `esbuild` for bundling the dist file. This led to 45% file size reduction. diff --git a/.changeset/big-cougars-mate.md b/.changeset/big-cougars-mate.md deleted file mode 100644 index 1ec58e48..00000000 --- a/.changeset/big-cougars-mate.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fix PRs sometimes not getting reopened with `commitMode: github-api` - -There was a race-condition that means sometimes existing PRs would not be found, -and new PRs would be opened. This has now been fixed by fetching existing PRs -before making any changes. - diff --git a/.changeset/lemon-garlics-sell.md b/.changeset/lemon-garlics-sell.md deleted file mode 100644 index e892bc61..00000000 --- a/.changeset/lemon-garlics-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Fixed situations in which `cwd` was specified as a relative path and used with (default) `commitMode: git-cli` diff --git a/.changeset/shiny-pianos-refuse.md b/.changeset/shiny-pianos-refuse.md deleted file mode 100644 index 7cbc45e7..00000000 --- a/.changeset/shiny-pianos-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/action": patch ---- - -Avoid hitting a deprecation warning when encountering errors from `@octokit/request-error` diff --git a/.changeset/sour-elephants-switch.md b/.changeset/sour-elephants-switch.md deleted file mode 100644 index a845151c..00000000 --- a/.changeset/sour-elephants-switch.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0969ab4f..4b02a3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @changesets/action +## 1.5.3 + +### Patch Changes + +- [#477](https://github.com/changesets/action/pull/477) [`9d933dc`](https://github.com/changesets/action/commit/9d933dcd11c284ac49a835db884c3c1008b2b96f) Thanks [@Andarist](https://github.com/Andarist)! - Updated `@actions/*` and `@octokit/*` dependencies. + +- [#479](https://github.com/changesets/action/pull/479) [`cf373e4`](https://github.com/changesets/action/commit/cf373e45c90a0cc564cd2770de3e9a3a4cdd4603) Thanks [@Andarist](https://github.com/Andarist)! - Switched to `esbuild` for bundling the dist file. This led to 45% file size reduction. + +- [#488](https://github.com/changesets/action/pull/488) [`022692b`](https://github.com/changesets/action/commit/022692ba027b33bf46d4d41907a317fbf04461a7) Thanks [@s0](https://github.com/s0)! - Fix PRs sometimes not getting reopened with `commitMode: github-api` + + There was a race-condition that means sometimes existing PRs would not be found, + and new PRs would be opened. This has now been fixed by fetching existing PRs + before making any changes. + +- [#486](https://github.com/changesets/action/pull/486) [`7ed1955`](https://github.com/changesets/action/commit/7ed195554624ebd75c08aa477b53110f61cc78f7) Thanks [@s0](https://github.com/s0)! - Fixed situations in which `cwd` was specified as a relative path and used with (default) `commitMode: git-cli` + +- [#461](https://github.com/changesets/action/pull/461) [`e9c36b6`](https://github.com/changesets/action/commit/e9c36b696406360bf04204ad32e3dcf3ad752b77) Thanks [@nayounsang](https://github.com/nayounsang)! - Avoid hitting a deprecation warning when encountering errors from `@octokit/request-error` + ## 1.5.2 ### Patch Changes diff --git a/package.json b/package.json index ced8b849..23a7cd00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/action", - "version": "1.5.2", + "version": "1.5.3", "main": "dist/index.js", "type": "module", "license": "MIT",