lockpick 0.0.3 lockpick: ^0.0.3 copied to clipboard
A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files.
CHANGELOG #
This file is a manually maintained list of changes for each release. Feel free to add your changes here when sending pull requests.
0.0.3 - 2021-10-01 #
- fix: fix bug where similarly named dependencies were incorrectly updated
0.0.2 - 2021-09-18 #
- feat: improved cli implementation
- feat: add help menu
0.0.1 - 2021-09-17 #
- feat: initial proof of concept version