gg 10.1.0
gg: ^10.1.0 copied to clipboard
gg applies shell commands to multiple dart and flutter packages at once.
Changelog #
[Unreleased] #
9.0.0 - 2026-05-10 #
Note on version numbering: Versions 1.x – 7.0.5 of
ggon pub.dev were a different package — a Dart pre-commit / workflow tool, now renamed upstream togg_one. This release (9.0.0) is the first publication of the newggpackage, which is the successor to thekdpackage (formerly atkd 3.1.0). The major version was bumped past the oldgg7.x range to make the discontinuity clearly visible and to satisfy pub.dev's no-downgrade rule.
Changed #
- BREAKING: Renamed package from
kdtogg. Repository moved to https://github.com/ggsuite/gg. Updatedependencies:entries andimport 'package:kd/...'statements toimport 'package:gg/...'. The executable is nowgg(previouslykd). - BREAKING: Replaced dependency
gg ^7.0.5withgg_one ^8.0.0(the upstreamggpackage was renamed togg_one). - BREAKING: Replaced dependency
kidney_core ^3.1.0withgg_multi ^4.0.0(the upstreamkidney_corepackage was renamed togg_multi). - Renamed source files (
bin/kd.dart→bin/gg.dart,lib/kd.dart→lib/gg.dart,lib/src/commands/kidney*.dart→lib/src/commands/gg*.dart, tests, example). - Renamed Flutter web build directory
kidney_ui/togg_multi_ui/(alignment withgg_multinaming). - Renamed status marker file
.kidney_statusto.gg_multi_status.
10.1.0 - 2026-06-09 #
Changed #
- gg_multi: changed references to git
- style: apply grace-cloud comment + 80-char limits across ticket
- gg_multi: changed references to git
10.0.0 - 2026-06-08 #
Changed #
- gg_multi: changed references to git
- gg_multi: changed references to git
9.0.1 - 2026-05-11 #
Changed #
- gg_multi: changed references to git
- Gg Multi: changed references to pub.dev