chore(release): prepare 1.0.0-beta.10 - #88
Merged
Conversation
Contributor
LCOV of commit
|
3 tasks
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.10for publication after the accordion workmerged in #87.
1.0.0-beta.9to1.0.0-beta.10.NakedAccordion.itemBuilderwhole-itempresentation builder.
onPressChangecallback and pressed-state clearing on disable.This PR changes release metadata only; it does not alter the implementation
merged in #87.
Why
The package metadata still identifies beta.9, while
mainnow contains theaccordion feature and press-state fix 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 --set-exit-if-changed .— 148 files checked, 0 changed.flutter analyze --fatal-infos— no issues.flutter testinpackages/naked_ui— 683 passed, 3 intentionally skippedexternal integration tests.
flutter testinpackages/example— 23 passed, 3 intentionally skippedtests.
flutter pub publish --dry-run— 169 KB archive, 0 warnings.git diff --check origin/main...HEAD— clean.v1.0.0-beta.10tag.Related Issues
Follow-up release preparation for #87.
Checklist
Publication
After this PR is reviewed and merged, create and push
v1.0.0-beta.10from theresulting
maincommit. The repository release workflow will run Android andweb release gates before publishing to pub.dev.