chore(release): prepare 1.0.0-beta.11 - #90
Merged
Conversation
Contributor
LCOV of commit
|
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.
Description
Prepares
naked_ui 1.0.0-beta.11for publication afterNakedLinkmerged in #65.1.0.0-beta.10to1.0.0-beta.11.NakedLinkchangelog entry into the beta.11 release notes.This PR changes release metadata only; it does not alter the implementation merged in #65.
Why
The package metadata still identifies beta.10, while
mainnow contains theNakedLinkprimitive intended for the next beta. The version and changelog must be updated before creating the release tag that triggers the pub.dev workflow.Validation
dart format --output=none --set-exit-if-changed .— 154 files checked, 0 changed.flutter analyze --fatal-infos— no issues.flutter testinpackages/naked_ui— 703 passed, 3 intentionally skipped external integration tests.flutter testinpackages/example— 26 passed, 3 intentionally skipped tests.flutter pub publish --dry-run— 175 KB archive, 0 warnings.git diff --check origin/main...HEAD— clean.v1.0.0-beta.11tag.Related Issues
Follow-up release preparation for #65.
Checklist
Publication
After this PR is merged, create and push
v1.0.0-beta.11from the resultingmaincommit. The repository release workflow will run Android and web release gates before publishing to pub.dev.