-
Notifications
You must be signed in to change notification settings - Fork 46
chore(repo): Release v0.11.1 #1077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis PR performs a coordinated 0.11.0 → 0.11.1 release bump across the monorepo: updates package versions and inter-package dependency constraints, aligns melos constraints, updates a public version constant, and adds corresponding changelog entries. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1077 +/- ##
=====================================
Coverage 4.82% 4.82%
=====================================
Files 591 591
Lines 40402 40402
=====================================
Hits 1949 1949
Misses 38453 38453 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (14)
dogfooding/pubspec.yaml(2 hunks)melos.yaml(1 hunks)packages/stream_video/CHANGELOG.md(1 hunks)packages/stream_video/lib/globals.dart(1 hunks)packages/stream_video/pubspec.yaml(1 hunks)packages/stream_video_flutter/CHANGELOG.md(1 hunks)packages/stream_video_flutter/example/pubspec.yaml(1 hunks)packages/stream_video_flutter/pubspec.yaml(2 hunks)packages/stream_video_noise_cancellation/CHANGELOG.md(1 hunks)packages/stream_video_noise_cancellation/pubspec.yaml(2 hunks)packages/stream_video_push_notification/CHANGELOG.md(1 hunks)packages/stream_video_push_notification/pubspec.yaml(2 hunks)packages/stream_video_screen_sharing/CHANGELOG.md(1 hunks)packages/stream_video_screen_sharing/pubspec.yaml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
- GitHub Check: stream_video_noise_cancellation
- GitHub Check: stream_video_push_notification
- GitHub Check: stream_video
- GitHub Check: build
- GitHub Check: stream_video_flutter
- GitHub Check: analyze
🔇 Additional comments (14)
packages/stream_video_screen_sharing/CHANGELOG.md (1)
1-3: LGTM! Changelog entry is consistent.The 0.11.1 changelog entry follows the established pattern for version synchronization with the main package.
packages/stream_video_push_notification/CHANGELOG.md (1)
1-3: LGTM! Changelog entry is consistent.The 0.11.1 changelog entry follows the established pattern for version synchronization with the main package.
packages/stream_video_noise_cancellation/CHANGELOG.md (1)
1-3: LGTM! Changelog entry is consistent.The 0.11.1 changelog entry follows the established pattern for version synchronization with the main package.
packages/stream_video/CHANGELOG.md (1)
1-5: LGTM! Changelog properly documents the release.The 0.11.1 changelog entry appropriately documents the functional changes to
byParticipantSourceand default sorting behavior. The changes are clearly described and categorized under 🔄 Changed.melos.yaml (1)
26-30: LGTM! Dependency constraints updated correctly.All stream_video-related package constraints are consistently bumped from ^0.11.0 to ^0.11.1, properly aligning with the release version.
packages/stream_video/lib/globals.dart (1)
4-4: LGTM! Version constant updated correctly.The
streamVideoVersionconstant is properly bumped to '0.11.1', which will correctly update thestreamDefaultUserAgentstring used throughout the SDK.packages/stream_video_flutter/CHANGELOG.md (1)
1-6: LGTM! Changelog properly documents the release.The 0.11.1 changelog entry clearly documents both the
byParticipantSourceAPI enhancement and the Android renderscript dependency update for 16kb page size support.packages/stream_video_push_notification/pubspec.yaml (2)
4-4: LGTM! Package version updated correctly.The package version is properly bumped to 0.11.1, consistent with the coordinated release.
25-25: LGTM! Dependency constraint updated correctly.The
stream_videodependency constraint is properly updated to ^0.11.1, ensuring compatibility with the new core package version.packages/stream_video_noise_cancellation/pubspec.yaml (1)
4-4: Aligned with 0.11.1 release.Looks good.
Also applies to: 17-17
packages/stream_video_screen_sharing/pubspec.yaml (1)
5-5: Version bump OK.No other changes; consistent with the release.
packages/stream_video_flutter/example/pubspec.yaml (1)
30-32: Example dependencies aligned to ^0.11.1.Overrides to local packages will resolve correctly with the bumped versions.
dogfooding/pubspec.yaml (1)
2-2: Dogfooding app aligned to 1.11.1 and ^0.11.1 deps.Looks good.
Also applies to: 40-43
packages/stream_video/pubspec.yaml (1)
4-4: Version bump confirmedstreamVideoVersioninpackages/stream_video/lib/globals.dartmatches0.11.1.
Summary by CodeRabbit