From c11391bc43be1b1c1afcad15b4abb6cf8ad6e354 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:17:37 +0100 Subject: [PATCH] Version Packages (#1268) Co-authored-by: github-actions[bot] --- .changeset/famous-toys-lay.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/famous-toys-lay.md diff --git a/.changeset/famous-toys-lay.md b/.changeset/famous-toys-lay.md deleted file mode 100644 index 3bf8545f2..000000000 --- a/.changeset/famous-toys-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/cli": patch ---- - -Make `./bin.js` available through `package.json#exports` to fix compatibility with `changesets/action`. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b02ee7b02..bc9c89a01 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/cli +## 2.27.1 + +### Patch Changes + +- [#1267](https://github.com/changesets/changesets/pull/1267) [`86cfff1`](https://github.com/changesets/changesets/commit/86cfff1f1891e75238eec61dc97a303ad7a8c030) Thanks [@Andarist](https://github.com/Andarist)! - Make `./bin.js` available through `package.json#exports` to fix compatibility with `changesets/action`. + ## 2.27.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 753409088..c430b7824 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/cli", - "version": "2.27.0", + "version": "2.27.1", "description": "Organise your package versioning and publishing to make both contributors and maintainers happy", "bin": { "changeset": "bin.js"