diff --git a/.changeset/wicked-points-own.md b/.changeset/wicked-points-own.md deleted file mode 100644 index 2847558..0000000 --- a/.changeset/wicked-points-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@manypkg/cli": minor ---- - -Change the `ROOT_HAS_DEV_DEPENDENCIES` rule to `ROOT_HAS_PROD_DEPENDENCIES`. Monorepo root should use `devDependencies` instead of `dependencies` for better support of production-only installs, useful in eg Docker builds. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4de33d5..92213b4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @manypkg/cli +## 0.23.0 + +### Minor Changes + +- [#236](https://github.com/Thinkmill/manypkg/pull/236) [`1a5ea55`](https://github.com/Thinkmill/manypkg/commit/1a5ea55d5cf4ba7117095a0f7d3cab6843fa1ae1) Thanks [@VanTanev](https://github.com/VanTanev)! - Change the `ROOT_HAS_DEV_DEPENDENCIES` rule to `ROOT_HAS_PROD_DEPENDENCIES`. Monorepo root should use `devDependencies` instead of `dependencies` for better support of production-only installs, useful in eg Docker builds. + ## 0.22.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7641e37..814ef4c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@manypkg/cli", - "version": "0.22.0", + "version": "0.23.0", "repository": { "type": "git", "url": "https://github.com/Thinkmill/manypkg.git",