Skip to content

Commit 04d574e

Browse files
Version Packages (#480)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08db198 commit 04d574e

File tree

8 files changed

+19
-33
lines changed

8 files changed

+19
-33
lines changed

.changeset/angry-dots-change.md

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

.changeset/beige-trees-greet.md

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

.changeset/big-cougars-mate.md

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

.changeset/lemon-garlics-sell.md

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

.changeset/shiny-pianos-refuse.md

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

.changeset/sour-elephants-switch.md

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

CHANGELOG.md

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

3+
## 1.5.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- [#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`
12+
13+
There was a race-condition that means sometimes existing PRs would not be found,
14+
and new PRs would be opened. This has now been fixed by fetching existing PRs
15+
before making any changes.
16+
17+
- [#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`
18+
19+
- [#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`
20+
321
## 1.5.2
422

523
### Patch 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.5.2",
3+
"version": "1.5.3",
44
"main": "dist/index.js",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)