Skip to content

chore: bump to 5.0.5 to publish the Courier_iOS 5.8.6 pin - #52

Merged
mikemilla merged 1 commit into
mainfrom
mike/bump-5.0.5
Aug 28, 2026
Merged

chore: bump to 5.0.5 to publish the Courier_iOS 5.8.6 pin#52
mikemilla merged 1 commit into
mainfrom
mike/bump-5.0.5

Conversation

@mikemilla

Copy link
Copy Markdown
Collaborator

What

Cuts the patch release that actually ships the Courier_iOS 5.8.6 pin.

Why

#51 bumped ios/courier_flutter.podspec to Courier_iOS 5.8.6, but it merged after v5.0.4 was tagged and it did not touch pubspec.yaml. deploy.yml gates on whether v$VERSION already exists as a tag, so that run skipped and the pin has been sitting on main unpublished.

Verified against the publish commit: the podspec at ba13d6e (the tree that became 5.0.4 on pub.dev) declares Courier_iOS 5.8.3, two releases behind main.

The Dart-side action click reporting from #50 works regardless — it goes through the existing client.inbox.click channel method and needs no new native surface — so this is about the stale pin, not a broken feature.

Changes

  • pubspec.yaml 5.0.4 → 5.0.5.
  • example/pubspec.lock still recorded the path dependency at 5.0.0; it drifted across the 5.0.1–5.0.4 bumps and flutter pub get trues it up.

Verification

flutter analyze lib — no errors. The 5 remaining items are pre-existing info-level deprecation notices (withOpacity, activeColor, MaterialStateProperty, avoid_print), unchanged by this PR.

🤖 Generated with Claude Code

#51 bumped the podspec to Courier_iOS 5.8.6, but it merged after v5.0.4 was
tagged and did not touch pubspec.yaml. The deploy job saw the tag already
existed and skipped, so the published 5.0.4 still declares Courier_iOS 5.8.3 —
two releases behind. This cuts the patch release that ships the pin.

Also trues up example/pubspec.lock, which still recorded the path dependency
at 5.0.0; it drifted across the 5.0.1–5.0.4 bumps.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@mikemilla
mikemilla merged commit 239756b into main Aug 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant