Skip to content

Tags: p-mazhnik/melos

Tags

melos-v3.3.0

Toggle melos-v3.3.0's commit message
 - **REFACTOR**: Remove unnecessary parenthesis to get analyzer green ([

invertase#602](invertase#602)). ([d368b43](invertase@d368b43))

 - **FIX**: `.idea/modules.xml` should always uses `/` instead of `\` ([invertase#582](invertase#582)). ([5d49c4a](invertase@5d49c4a))
 - **FEAT**: add option that allows to include commit bodies in changelog ([invertase#606](invertase#606)). ([524e58a](invertase@524e58a))
 - **DOCS**(melos): add `coverde` to projects using Melos ([invertase#562](invertase#562)). ([6a64b05](invertase@6a64b05))

melos-v3.2.0

Toggle melos-v3.2.0's commit message
 - **REFACTOR**: fix analyzer issues ([invertase#590](invertase#590))…

…. ([2f19770](invertase@2f19770))

 - **FEAT**: support syncing common dependency versions ([invertase#526](invertase#526)). ([39e5e49](invertase@39e5e49))
 - **FEAT**: Expose `Changelog` and `ManualVersionChange` ([invertase#538](invertase#538)). ([b049ed8](invertase@b049ed8))
 - **DOCS**: added link to `atproto.dart` ([invertase#544](invertase#544)). ([aa891d8](invertase@aa891d8))
 - **DOCS**: growerp also use melos ([invertase#551](invertase#551)). ([c679622](invertase@c679622))

melos-v3.1.1

Toggle melos-v3.1.1's commit message
 - **FIX**: pass extra args to exec scripts ([invertase#540](invertas…

…e#540)). ([27b2275](invertase@27b2275))

 - **FIX**: generate correct path in `modules.xml` for package at workspace root ([invertase#539](invertase#539)). ([712ae6c](invertase@712ae6c))

melos-v3.1.0

Toggle melos-v3.1.0's commit message
 - **REFACTOR**: tidy up workspace name validation and fix docs ([inv…

…ertase#522](invertase#522)). ([3d76097](invertase@3d76097))

 - **FEAT**: improve output for multi-line scripts ([invertase#524](invertase#524)). ([b4d7130](invertase@b4d7130))
 - **FEAT**: set exit code to 1 when detecting cycles in `melos list` ([invertase#523](invertase#523)). ([e2863e6](invertase@e2863e6))
 - **DOCS**: add `NetGlade/auto_mappr` to user of melos ([invertase#508](invertase#508)). ([60c8619](invertase@60c8619))

melos-v3.0.1

Toggle melos-v3.0.1's commit message
 - **DOCS**: pin docs to latest Melos release ([invertase#373](invert…

…ase#373)). ([d1fd8d1](invertase@d1fd8d1))

conventional_commit-v0.6.0+1

Toggle conventional_commit-v0.6.0+1's commit message
 - **FIX**: commit scopes that contain "-" should be treated as valid…

… scopes ([invertase#496](invertase#496)). ([615c208](invertase@615c208))

melos-v3.0.0

Toggle melos-v3.0.0's commit message
Publish melos-v3.0.0.

melos-v3.0.0-dev.1

Toggle melos-v3.0.0-dev.1's commit message
 - **FIX**: change used API endpoint for querying versions ([invertas…

…e#486](invertase#486)). ([1a5c854](invertase@1a5c854))

 - **FEAT**: support listing cycles in dependencies ([invertase#491](invertase#491)). ([6521ce0](invertase@6521ce0))
 - **DOCS**: add `mobx.dart` to projects using Melos ([invertase#476](invertase#476)). ([be3fc43](invertase@be3fc43))

conventional_commit-v0.6.0

Toggle conventional_commit-v0.6.0's commit message
Publish conventional_commit-v0.6.0.

melos-v3.0.0-dev.0

Toggle melos-v3.0.0-dev.0's commit message
> Note: This release has breaking changes.

 - **PERF**: use `Glob.list` to more efficiently find packages ([invertase#426](invertase#426)). ([d7a8541](invertase@d7a8541))
 - **FIX**: only stage `CHANGELOG.md` when package version changes ([invertase#459](invertase#459)). ([a3e9bdc](invertase@a3e9bdc))
 - **FIX**: updateGitTagRefs not working for versions like 0.1.2+3 ([invertase#456](invertase#456)). ([2a4f5ff](invertase@2a4f5ff))
 - **FIX**: validate prerelease format is supported ([invertase#449](invertase#449)). ([4504c65](invertase@4504c65))
 - **FEAT**: improve error message for when no workspace can be found ([invertase#465](invertase#465)). ([60b39c9](invertase@60b39c9))
 - **FEAT**: fetch tags before versioning ([invertase#461](invertase#461)). ([3088b7b](invertase@3088b7b))
 - **FEAT**: support running scripts in topological order with `melos exec` ([invertase#440](invertase#440)). ([efe608b](invertase@efe608b))
 - **FEAT**: validate "melos exec" is not used in "run" along with "exec" ([invertase#438](invertase#438)). ([628f798](invertase@628f798))
 - **FEAT**: add path to `IOException` message ([invertase#436](invertase#436)). ([f8e1551](invertase@f8e1551))
 - **FEAT**: add support for `melos_overrides.yaml` + `command/bootstrap/dependencyOverridePaths` ([invertase#410](invertase#410)). ([bf26b52](invertase@bf26b52))
 - **DOCS**: take advantage of new `docs.page` features ([invertase#464](invertase#464)). ([e5a2b42](invertase@e5a2b42))
 - **BREAKING** **FEAT**: move lifecycle hooks to command sections ([invertase#466](invertase#466)). ([29cdf5c](invertase@29cdf5c))
 - **BREAKING** **FEAT**: local installation of melos in workspace ([invertase#431](invertase#431)). ([9b080a5](invertase@9b080a5))
 - **BREAKING** **FEAT**: make naming around package filters more consistent ([invertase#462](invertase#462)). ([d71e749](invertase@d71e749))
 - **BREAKING** **FEAT**: revise lifecycle hooks ([invertase#458](invertase#458)). ([a1a265e](invertase@a1a265e))
 - **BREAKING** **FEAT**: enable more options by default ([invertase#457](invertase#457)). ([dc2c9fc](invertase@dc2c9fc))
 - **BREAKING** **FEAT**: remove `--since` filter in favour of `--diff` ([invertase#454](invertase#454)). ([a5c5304](invertase@a5c5304))
 - **BREAKING** **FEAT**: only support bootstrapping with `pubspec_overrides.yaml` ([invertase#430](invertase#430)). ([973aac8](invertase@973aac8))
 - **BREAKING** **FEAT**: upgrade minimum Dart SDK version to 2.18.0 ([invertase#429](invertase#429)). ([fa81cba](invertase@fa81cba))