diff --git a/.changeset/weak-icons-invent.md b/.changeset/weak-icons-invent.md deleted file mode 100644 index 67e7f23..0000000 --- a/.changeset/weak-icons-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": patch ---- - -Fix `manypkg upgrade @scope` upgrading packages like `@scope-something/a` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0e948b0..211bfd5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @manypkg/cli +## 0.21.4 + +### Patch Changes + +- [#206](https://github.com/Thinkmill/manypkg/pull/206) [`c2c4a3b`](https://github.com/Thinkmill/manypkg/commit/c2c4a3b80d593c81d92878c161cc69cd141ac806) Thanks [@bdkopen](https://github.com/bdkopen)! - Fix `manypkg upgrade @scope` upgrading packages like `@scope-something/a` + ## 0.21.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6c587a3..adf5796 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@manypkg/cli", - "version": "0.21.3", + "version": "0.21.4", "repository": { "type": "git", "url": "https://github.com/Thinkmill/manypkg.git",