lockpick 0.0.4 lockpick: ^0.0.4 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.4 - 2023-07-07 #
- fix: fix bug where lockpick would crash when run on a project with no dependencies
- chore: upgrade dependencies & Dart version
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