Changelog
5.0.2 "monodeploy" (2024-07-02)
Dependencies
5.0.1 "monodeploy" (2023-11-14)
Dependencies
- update dependency @types/jest to ^29.5.6 (#874) (dd726bd)
- update node.js to >=18.18.2 (#889) (5b1880b)
- update to yarn 4.0.2 (#899) (a2c3491)
5.0.0 "monodeploy" (2023-11-09)
Breaking Changes
- Monodeploy now requires Yarn v4.0.1+, minimum Node 18+. (7624e61)
- Remove deprecated '--no-registry' CLI flag. Use '--registry-mode=manifest' instead. (e98f9c0)
Bug Fixes
- remove deprecated registry CLI flag (#864) (e98f9c0)
Dependencies
- update dependency @yarnpkg/core to ^3.5.4 (#854) (78a2c9d)
- update dependency @types/node to ^18.18.3 (#857) (4b7eb4a)
- update dependency jest to ^29.7.0 (#858) (32c7dd8)
- update internal dependencies (#871) (44097c8)
Features
4.3.0 "monodeploy" (2023-09-05)
Bug Fixes
- add log level to the monodeploy configuration (e50d53f)
- add log level to the monodeploy configuration (#823) (e50d53f)
Dependencies
- update dependency jest to ^29.6.2 (#810) (4566664)
- update dependency typanion to ^3.13.0 (#811) (e0e44e7)
- accept minor and patch updates (#817) (ca86dd6)
Features
- update yarn target to v3.6.3 (#816) (c56c619)
- introduce minimumStrategy config option (4de51d8)
- support clearing changesetIgnorePatterns from cli (6e823ee)
4.2.0 "monodeploy" (2023-07-20)
Dependencies
- update dependency @types/jest to ^29.5.2 (#769) (38b8611)
- update dependency clipanion to ^3.2.1 (#773) (50ee75a)
4.1.0 "monodeploy" (2023-06-19)
Dependencies
- update dependency @types/jest to ^29.5.1 (#714) (cda20e1)
Features
- target Yarn@3.6.0 (059a693)
- target Yarn@3.6.0 (#765) (059a693)
4.0.1 "monodeploy" (2023-05-02)
Dependencies
- target Yarn 3.5.1 (#701) (0e17f0d)
4.0.0 "monodeploy" (2023-04-17)
Breaking Changes
- Min. node version is now v16. (a04b0d9)
- The prependChangelog option has been removed in favour of changelogFilename. prependChangelog has previously been deprecated. (e425eac)
- Use registryMode=manifest instead of noRegistry. (4547082)
Bug Fixes
- drop the prependChangelog CLI argument in favour of changelogFilename (e425eac)
- remove noRegistry option in favour of registryMode (4547082)
Features
- raise minimum Node version to v16 (#661) (a04b0d9)
3.9.0 "monodeploy" (2023-04-04)
Dependencies
Features
- add versionStrategy config (#659) (cb551d8)
3.8.0 "monodeploy" (2023-03-28)
Dependencies
- dev: update jest dev dependency (1909076)
Features
- target yarn 3.5.0 (e62613d)
3.7.4 "monodeploy" (2023-03-10)
Bug Fixes
- re-release monodeploy due to missing lib dirs (#623) (b51c88c)
3.7.3 "monodeploy" (2023-03-10)
Dependencies
- update NodeJS version used in development to v18 (74da880)
- update to stable clipanion dependency (#613) (9ec0d7e)
3.7.0 "monodeploy" (2023-02-14)
Features
- update yarn to 3.4.1 (#590) (217aaa9)
3.6.0 "monodeploy" (2023-01-03)
Features
- target yarn 3.3.1 (#589) (f3bd3bc)
3.5.0 "monodeploy" (2022-11-30)
Dependencies
- update dependency clipanion to ^3.2.0-rc.13 (#537) (caa2968)
Features
3.3.1 "monodeploy" (2022-10-13)
Bug Fixes
3.3.0 "monodeploy" (2022-08-11)
Observability & Analytics
- improved logging (e517337)
3.2.0 "monodeploy" (2022-08-01)
Features
- build against Yarn 3.2.2 (#506) (11d117c)
3.1.0 "monodeploy" (2022-07-03)
Features
- add registryMode option, deprecated noRegistry (6945cdb)
3.1.0 "monodeploy" (2022-07-03)
Features
- add registryMode option, deprecated noRegistry (6945cdb)
3.0.1 "monodeploy" (2022-05-26)
Bug Fixes
3.0.0 "monodeploy" (2022-04-10)
Breaking Changes
- Array CLI argument syntax has changed due to the migration from yargs to clipanion. Instead of '--plugins plugin-a plugin-b', the new syntax is to specify the cli flag per item to yield '--plugins plugin-a --plugins plugin-b'. (add912b)
Bug Fixes
- prereleaseNPMTag cli argument was not being read (add912b)
- compatibility with yarn 3.2.0, update dependencies (#474) (ba475a5)
Features
- support grouping packages similar to lerna fixed mode #415 (#453) (1e8711a)
- migrate from yargs to clipanion (#454) (add912b)
- support for config presets (5ae6c73)
- monodeploy will auto-detect your monodeploy.config.js file (5ae6c73)
- support for config presets (#461) (5ae6c73)
- deprecate --prepend-changelog in favour of --changelog-filename (7e2dc3b)
- add --apply-changeset cli flag (7e2dc3b)
- add support for plugin options (#484) (07fbb70)
2.8.13 "monodeploy" (2021-10-25)
Bug Fixes
- update to yarn 3.1.0 (#440) (5eb4ad0)
2.8.12 "monodeploy" (2021-10-11)
Bug Fixes
- update internal yarn dependencies (#433) (a8d6fcb)
- use cross platform exec for windows support (#434) (3dcbfb4)
- support windows (#431) (8a42a96)
2.8.11 "monodeploy" (2021-09-15)
Bug Fixes
- update yarn dependencies (#429) (03a82b7)
2.8.1 "monodeploy" (2021-07-26)
Bug Fixes
2.8.0 "monodeploy" (2021-07-26)
Features
- add commit ignore patterns config option (#413) (7f503c4)
2.7.8 "monodeploy" (2021-07-15)
Bug Fixes
- add 'infer' access option to provide backwards compatibility (#407) (3f466ee)
2.7.3 "monodeploy" (2021-07-09)
Bug Fixes
- consider
prerelease
flag from config file (13a2904) - handle cli and config file precedence correctly (13a2904)
2.7.1 "monodeploy" (2021-07-05)
Bug Fixes
- update yarn to 3.0.0-rc.9 (#386) (fcfc63a)
2.7.0 "monodeploy" (2021-07-05)
Bug Fixes
- use and support repository url with subdirectories (#384) (a5c703e)
Features
- add prerelease config options (a5c703e)
- add prerelease config options (#375) (a5c703e)
- pre-release support, close #292 (a5c703e)
2.6.3 "monodeploy" (2021-06-11)
Bug Fixes
- preserve workspace protocol when persisting package.json to disk (b2d532d)
- preserve workspace protocol when persisting package.json to disk (#359) (b2d532d)
2.6.0 "monodeploy" (2021-06-06)
Features
- add changeset ignore patterns support (#353) (9f5fec6)
2.5.6 "monodeploy" (2021-06-06)
Performance Improvements
2.5.5 "monodeploy" (2021-06-02)
2.4.6 "monodeploy" (2021-05-06)
2.4.5 "monodeploy" (2021-05-06)
2.4.4 "monodeploy" (2021-05-01)
Bug Fixes
- specify minimum supported node version (#328) (cd09870)
2.4.3 "monodeploy" (2021-05-01)
2.4.1 "monodeploy" (2021-04-28)
2.4.0 "monodeploy" (2021-04-28)
Features
- cli: add network concurrency options to limit concurrent publishes (#319) (db84fc7)
- cli: add no-git-tag option to disable git tagging (#320) (db84fc7)
2.3.11 "monodeploy" (2021-04-27)
2.3.10 "monodeploy" (2021-04-26)
2.3.9 "monodeploy" (2021-04-26)
2.3.8 "monodeploy" (2021-04-23)
2.3.7 "monodeploy" (2021-04-23)
Bug Fixes
2.3.6 "monodeploy" (2021-04-13)
2.3.5 "monodeploy" (2021-04-12)
2.3.4 "monodeploy" (2021-04-12)
Bug Fixes
2.3.3 "monodeploy" (2021-04-09)
2.3.2 "monodeploy" (2021-04-09)
Bug Fixes
2.3.1 "monodeploy" (2021-04-08)
Bug Fixes
2.3.0 "monodeploy" (2021-04-07)
Bug Fixes
Features
- cli: add configuration file support, close #281 (#294) (ad1fe9b)
- add config option to skip registry reads and writes (#296) (ad1fe9b)