PackageTrack
Sign in Get early access

gg_version

A dart package offering methods for consistent versioning of dart packages..

5.3.0 11K downloads/mo #2805 most downloaded on pub.dev inlavigo/gg_version

What this package is like to depend on

Last release 10 days ago

14 Aug 2026

Ships unpredictably

gaps range from 8 days to 1.3 years

Nearly every release is documented

notes for 41 of 45 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

45 releases · first in 2024

17 releases in the last 12 months

see the full history below

Release timeline

45 releases · Mar 2024 to Aug 2026
2025 2026
Release Pre-release

Releases

latest 45
  1. 5.3.0 14 Aug 2026
    Release notes

    Changed

    • Rework copyright headers

    Fixed

    • Cleanup copy right headers. Update to dart 3.13. Auto fixes.
    • Cleanup copy right headers. Update to dart 3.13. Auto fixes. Setup quick-check pipeline.
    Open source →
  2. 5.2.2 11 Aug 2026
    Release notes

    Changed

    • Provide gg via npm
    • Fix shell changes
    Open source →
  3. 5.2.1 10 Aug 2026
    Release notes

    Fixed

    • Various fixes
    Open source →
  4. 5.2.0 09 Aug 2026
    Release notes

    Changed

    • Improve commit behavior
    Open source →
  5. 5.1.0 09 Aug 2026

    Nothing published for this version

  6. 5.0.0 08 Aug 2026
    Release notes

    Changed

    • Allow to pass custom options to exec of dir commands.
    Open source →
  7. 4.6.1 04 Aug 2026
    Release notes

    Changed

    • Merge origin/main and tighten dependency constraints (dart pub upgrade --tighten)
    Open source →
  8. 4.6.0 04 Aug 2026
    Release notes

    Changed

    • Rename .master in .ocean
    Open source →
  9. 4.5.2 04 Aug 2026
    Release notes

    Changed

    • Finetune command line output
    Open source →
  10. 4.5.1 30 Jul 2026
    Release notes

    Added

    • Add package version number code to each package
    Open source →
  11. 4.5.0 29 Jul 2026
    Release notes

    Changed

    • Support projects without manifest: ProjectType.none, checks skipped, version tracked as git tag only
    • gg_multi: changed references to git
    • gg_multi: changed references to git
    Open source →
  12. 4.4.1 22 Jul 2026
    Release notes

    Changed

    • gg_multi: changed references to git
    Open source →
  13. 4.4.0 20 Jul 2026
    Release notes

    Added

    • Add rc prerelease channel to gg do publish (channel field/flag, X.Y.Z-rc.N computation, npm --tag rc, single + multi repo)
    • Address review: wrap registry version-parse errors as RegistryException, clarify spent-version rc message, lock cider rc changelog format

    Changed

    • gg_multi: changed references to git
    Open source →
  14. 4.3.0 01 Jul 2026
    Release notes

    Changed

    • feat(gg): do checkout + .gg/.ticket.json ticket marker; TS format no direct eslint & P:\programs\flutter/bin/internal/exit_with_errorlevel.bat
    • gg_multi: changed references to git
    Open source →
  15. 4.2.1 26 Jun 2026
    Release notes

    Changed

    • gg_multi: changed references to git
    Open source →
  16. 4.2.0 19 Jun 2026
    Release notes

    Changed

    • Publish bridges as TypeScript: pnpm-aware publish, dual-manifest version bump, non-swallowed publish errors, idempotent resume, review skips merged repos, link: for local TS deps, package.json scripts check
    • gg_multi: changed references to git
    Open source →
  17. 4.1.0 08 Jun 2026
    Release notes

    Added

    • Add .gitattributes file, configuring the EOL as LF
    • Enable caching in pipelines

    Changed

    • Enable pipelines with caching
    • Update CHANGELOG.md
    • Recalc hashes
    • feat: read package version via gg_lang Manifest (Dart pubspec + TypeScript package.json)
    • feat(do add): auto-clone transitive deps into master before graph build & P:\programs\flutter/bin/internal/exit_with_errorlevel.bat
    • gg_multi: changed references to git
    • gg_multi: changed references to git
    • gg_multi: changed references to git
    • Gg Multi: changed references to pub.dev

    Fixed

    • Fix pipeline
    Open source →
  18. 4.0.4 11 Aug 2025
    Release notes

    Changed

    • Update to gg_git 3.0.0
    Open source →
  19. 4.0.3 13 Apr 2024
    Release notes

    Removed

    • dependency to gg_install_gg, remove ./check script
    • dependency pana
    Open source →
  20. 4.0.2 11 Apr 2024
    Release notes

    Changed

    • Upgrade dependencies
    Open source →
  21. 4.0.1 09 Apr 2024
    Release notes

    Removed

    • 'Pipline: Disable cache'
    Open source →
  22. 4.0.0 09 Apr 2024
    Release notes

    Changed

    • BREAKING CHANGE: FromChangelog returns null when no version is contained
    Open source →
  23. 3.0.1 08 Apr 2024
    Release notes

    Added

    • AllVersion.get() add option to ignore uncommitted changes

    Removed

    • sample_package used to test the functions moved to gg_publish
    Open source →
  24. 3.0.0 08 Apr 2024
    Release notes

    Changed

    • Rework changelog + repository URL in pubspec.yaml
    • 'Github Actions Pipeline'
    • 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'

    Removed

    • pubspec.lock
    • Add pubspec.lock to .gitignore
    • test/sample_package/pubspec.lock
    • test/sample_package/pubspec.lock after test execution
    • Breaking change: Move PrepareNextVersion, PublishedVersion, IsVersionPrepared to GgPublish library
    Open source →
  25. 2.0.2 05 Apr 2024
    Release notes
    • IsVersionPrepared: treatUnpublishedAsOk can be set using constructor
    Open source →
  26. 2.0.1 05 Apr 2024
    Release notes
    • [Unreleased] section at the beginning of CHANGELOG.md will not affect FromChangeLog
    • Add option treatUnpublishedAsOk to IsVersionPrepared.get()
    Open source →
  27. 2.0.0 05 Apr 2024
    Release notes
    • Fix: Version can now be read from cider formatted CHANGELOG.md
    • Breaking chang: PrepareNextVersion will not update CHANGELOG.md anymore. CHANGELOG.md will be updated by cider in the future. Cider is reading the version from pubspec.yaml.
    Open source →
  28. 1.3.1 04 Apr 2024
    Release notes
    • Fix: Success message was logged twice
    Open source →
  29. 1.3.0 04 Apr 2024
    Release notes
    • Add nextVersion() and calculateNextVersion()
    Open source →
  30. 1.2.0 04 Apr 2024
    Release notes
    • Add PrepareNextVersion, PublishedVersion, IsVersionPrepared
    Open source →
  31. 1.1.1 03 Apr 2024
    Release notes
    • Update dependencies
    Open source →
  32. 1.1.0 28 Mar 2024
    Release notes
    • Add IncreaseBuild command
    Open source →
  33. 1.0.12 23 Mar 2024
    Release notes
    • Updage GgConsoleColors
    Open source →
  34. 1.0.11 23 Mar 2024
    Release notes
    • Add GgLog
    Open source →
  35. 1.0.10 22 Mar 2024
    Release notes
    • Add ignoreVersion param to ignore one of the versions when executing is_versionsed or consistent_version
    Open source →
  36. 1.0.9 21 Mar 2024
    Release notes
    • Add mocktail mocks
    Open source →
  37. 1.0.8 21 Mar 2024
    Release notes
    • Rework directory handling
    Open source →
  38. 1.0.7 21 Mar 2024
    Release notes
    • Rename is_consistent -> is_versioned
    • Shorten descriptions
    Open source →
  39. 1.0.6 20 Mar 2024
    Release notes
    • Better command line output
    Open source →
  40. 1.0.5 09 Mar 2024

    Nothing published for this version

  41. 1.0.4 08 Mar 2024

    Nothing published for this version

  42. 1.0.3 08 Mar 2024

    Nothing published for this version

  43. 1.0.2 08 Mar 2024
    Release notes
    • Update dependencies
    Open source →
  44. 1.0.1 08 Mar 2024
    Release notes
    • Rename Get into Versioned
    Open source →
  45. 1.0.0 06 Mar 2024
    Release notes
    • Initial version.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive