1.1.1 (2024-01-02)
- spelling of
dev_dependencies
in melos.yaml schema (6d11dcd)
1.1.0 (2024-01-02)
- add
dependencyOverrides
to melos.yaml schema (#48) (0048471) - add
enforceLockfile
,environment
,dependencies
anddevDependencies
to melos.yaml schema (#53) (ee441bd) - add
fetchTags
tomelos.yaml
schema (#49) (d0efb28) - add
runPubGetOffline
andrunPubGetOffline
to melos.yaml schema (#51) (c5fc37f)
1.0.1 (2023-04-24)
1.0.0 (2023-04-20)
0.6.0 (2022-10-26)
0.5.0 (2022-09-15)
- add
moduleNamePrefix
tomelos.yaml
schema (87f88e8) - don't touch
dart.runPubGetOnPubspecChanges
whenusePubspecOverrides
is enabled (#38) (da73508), closes #36 #37
0.4.3 (2022-06-15)
0.4.2 (2022-05-22)
- add new options to
melos.yaml
schema (2c79fca)
0.4.1 (2022-04-28)
0.4.0 (2022-03-26)
0.3.0 (2021-12-30)
- allow scalar values for env args of scripts in
melos.yaml
(#23) (899a128) - fill window with package graph (96cba55), closes #19
- use
--all
flag withmelos list
(69cd405), closes #21
0.2.1 (2021-12-13)
- add
Melos: Run script
command (#17) (f3769d1), closes #16 #15 - add support for showing package graph (#14) (1857924), closes #5
0.2.0 (2021-12-08)
- add
workspaceChangelog
to yaml scheme (2f82b4a)
- Initial release