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"