Release 1.0.6: move to wayqteam org#6
Merged
Conversation
- pubspec.yaml: repository, homepage, issue_tracker - README.md: CI badge The GitHub repo was transferred from agnath18K to wayqteam. Old URLs continue to 301-redirect; this is metadata hygiene so the published package surfaces the canonical URL.
Duplicates the 1.0.5 changelog so pub.dev re-indexes with the wayqteam repo URLs in the published package metadata.
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.
Summary
GitHub repo was transferred from
agnath18Kto thewayqteamorg. Ships 1.0.6 to refresh pub.dev with the new canonical URLs (older versions immutably keep the old URL, so we need a publish to update the displayed metadata).pubspec.yaml:version→ 1.0.6;repository,homepage,issue_tracker→wayqteam/h3_coreREADME.md: CI badge →wayqteam/h3_coreH3Version.packageconstants and matching test →1.0.6CHANGELOG.md: 1.0.6 entry duplicates 1.0.5 content plus the repo-move noteNo functional changes vs 1.0.5. The publish on tag
v1.0.6also serves as the smoke test that the pub.dev OIDC trust binding was correctly repointed atwayqteam/h3_corepost-transfer.Test plan
dart format --set-exit-if-changed .cleandart analyze --fatal-warningscleandart test— 201/201 pass on VM and Chromev1.0.6tag — Publish workflow succeeds (proves pub.dev OIDC binding update worked)