chore(release): prepare Flutter packages for 1.6.1 - #44
Merged
Conversation
v1.6.0 is already taken: Go and npm shipped at it, and only the Flutter job failed, so the tag and its GitHub release exist and cannot be reused. Move the Dart packages to the next patch instead. Generated with scripts/bump-flutter-version.sh 1.6.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep for the Dart/Flutter packages.
v1.6.0is already taken — Go and npm shipped at it and only the Flutter job failed (the 6h hang), so the tag and its GitHub release exist and cannot be reused. This moves the three Dart packages to the next patch so av1.6.1tag can carry them.pub.dev matches the pushed tag against each
version:inpubspec.yaml, so this has to land before tagging.authsome_coreauthsome_flutterauthsome_flutter_uiGenerated with
scripts/bump-flutter-version.sh 1.6.1— its first real use. Changelog headings and the inter-package constraint references were updated to match.Verification
Cloned clean, committed, and ran the publish loop against real pub.dev in dry-run: all three exit 0 at 1.6.1.
🤖 Generated with Claude Code