From 1ea308ab98beeefb5dc6773d277d8a7e08633137 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 07:38:55 +0100 Subject: [PATCH] Version Packages (#1116) Co-authored-by: github-actions[bot] --- .changeset/curly-fans-fly.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curly-fans-fly.md diff --git a/.changeset/curly-fans-fly.md b/.changeset/curly-fans-fly.md deleted file mode 100644 index 3c0e83495..000000000 --- a/.changeset/curly-fans-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@changesets/cli": patch ---- - -Call `pnpm publish` directly from the directory of the published package. This allows `pnpm` to correctly handle configured `publishConfig.directory`. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4b9c12ade..6f5eeda22 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @changesets/cli +## 2.26.1 + +### Patch Changes + +- [#1115](https://github.com/changesets/changesets/pull/1115) [`feddc88`](https://github.com/changesets/changesets/commit/feddc88d74781a448855a5a0b0ffa50917489b15) Thanks [@Andarist](https://github.com/Andarist)! - Call `pnpm publish` directly from the directory of the published package. This allows `pnpm` to correctly handle configured `publishConfig.directory`. + ## 2.26.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 0912d0f8f..7d0d7cdac 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@changesets/cli", - "version": "2.26.0", + "version": "2.26.1", "description": "Organise your package versioning and publishing to make both contributors and maintainers happy", "bin": { "changeset": "bin.js"