-
Notifications
You must be signed in to change notification settings - Fork 368
chore(repo): release v9.16.0 #2353
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 updates Stream Chat package versions to 9.16.0 across the monorepo: bumps dependency constraints in pubspecs (including examples and sample app), updates changelog headers to 9.16.0, and sets PACKAGE_VERSION to '9.16.0'. No code, API, or control-flow changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
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: 0
🧹 Nitpick comments (1)
packages/stream_chat/CHANGELOG.md (1)
7-8
: Typo: “anUser
” → “aUser
”Minor grammatical fix in the 9.16.0 notes.
Apply this diff:
-- Fixed `OwnUser` specific fields getting lost when creating a new `OwnUser` instance from - an `User` instance. +- Fixed `OwnUser` specific fields getting lost when creating a new `OwnUser` instance from + a `User` instance.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (18)
melos.yaml
(1 hunks)packages/stream_chat/CHANGELOG.md
(1 hunks)packages/stream_chat/example/pubspec.yaml
(1 hunks)packages/stream_chat/lib/version.dart
(1 hunks)packages/stream_chat/pubspec.yaml
(1 hunks)packages/stream_chat_flutter/CHANGELOG.md
(1 hunks)packages/stream_chat_flutter/example/pubspec.yaml
(1 hunks)packages/stream_chat_flutter/pubspec.yaml
(2 hunks)packages/stream_chat_flutter_core/CHANGELOG.md
(1 hunks)packages/stream_chat_flutter_core/example/pubspec.yaml
(1 hunks)packages/stream_chat_flutter_core/pubspec.yaml
(2 hunks)packages/stream_chat_localizations/CHANGELOG.md
(1 hunks)packages/stream_chat_localizations/example/pubspec.yaml
(1 hunks)packages/stream_chat_localizations/pubspec.yaml
(2 hunks)packages/stream_chat_persistence/CHANGELOG.md
(1 hunks)packages/stream_chat_persistence/example/pubspec.yaml
(1 hunks)packages/stream_chat_persistence/pubspec.yaml
(2 hunks)sample_app/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). (11)
- GitHub Check: build (ios)
- GitHub Check: format
- GitHub Check: build (android)
- GitHub Check: analyze
- GitHub Check: stream_chat
- GitHub Check: test
- GitHub Check: stream_chat_flutter
- GitHub Check: stream_chat_flutter_core
- GitHub Check: analyze_legacy_versions
- GitHub Check: stream_chat_localizations
- GitHub Check: stream_chat_persistence
🔇 Additional comments (21)
packages/stream_chat/CHANGELOG.md (1)
1-1
: Changelog header bump to 9.16.0 looks correctRelease entry is well-formed and aligned with the PR objective.
packages/stream_chat_flutter_core/pubspec.yaml (2)
4-4
: Version bump to 9.16.0 is consistent with the releaseNo issues spotted.
34-34
: Monorepo‐wide bump to 9.16.0 verified
- No lingering “^9.15.0” constraints found.
packages/stream_chat/lib/version.dart
’sPACKAGE_VERSION
is correctly set to'9.16.0'
.- All core packages in their
pubspec.yaml
files (stream_chat
,stream_chat_flutter
,stream_chat_flutter_core
,stream_chat_localizations
,stream_chat_persistence
) are at version9.16.0
.- The mismatches in
sample_app/lib/widgets/stream_version.dart
andtools/generate_version.dart
are expected (they don’t declare a staticPACKAGE_VERSION
) and can be ignored.Merging approved.
packages/stream_chat/pubspec.yaml (1)
4-4
: Core package version set to 9.16.0Matches the coordinated release—no further changes needed here.
packages/stream_chat/example/pubspec.yaml (1)
27-27
: Example dependency bumped to ^9.16.0Update is correct and consistent with the release train.
packages/stream_chat_flutter/CHANGELOG.md (1)
1-13
: Changelog header and notes for 9.16.0 look goodDoc-only changes align with the release and contain clear “Fixed” and “Added” sections.
packages/stream_chat_flutter_core/CHANGELOG.md (1)
1-1
: Changelog header updated to 9.16.0 — looks good.Doc-only change aligns with the release. No API or behavior implications here.
packages/stream_chat_localizations/CHANGELOG.md (1)
1-4
: Added 9.16.0 entry — consistent and correct.Dependency note and link look accurate and aligned with the repo-wide bump.
packages/stream_chat_localizations/example/pubspec.yaml (1)
27-28
: Example dependencies bumped to ^9.16.0 — OK.Matches the release version across the monorepo.
packages/stream_chat_flutter_core/example/pubspec.yaml (1)
26-26
: Example dependency bumped to ^9.16.0 — OK.Consistent with the core package release.
packages/stream_chat_localizations/pubspec.yaml (2)
3-3
: Version and dependency constraints bumped to 9.16.0 — OK.Changelog entry exists and aligns with this bump.
Also applies to: 29-29
3-3
: No lingering 9.15.x references in code – only historical entries in CHANGELOGsAll pubspec.yaml files, version.dart, and melos.yaml have been updated to 9.16.0. The only occurrences of “9.15.0” are in older changelog sections, which is the intended behavior for preserving release history. No further changes are required.
melos.yaml (1)
82-86
: All Stream Chat dependencies aligned to ^9.16.0
Ran a repo-wide search for any remaining^9.15.x
references in pubspecs, melos.yaml, and version files (excluding CHANGELOGs and pubspec.lock) and found none.packages/stream_chat/lib/version.dart (1)
12-12
: LGTM: PACKAGE_VERSION updated to 9.16.0The version constant matches the release. The melos hook (version:update) will keep this in sync going forward.
packages/stream_chat_persistence/CHANGELOG.md (1)
1-4
: LGTM: Added 9.16.0 entry referencing stream_chat 9.16.0Changelog entry is clear and consistent with the repo-wide bump.
packages/stream_chat_flutter/pubspec.yaml (1)
4-4
: LGTM: Package version and core dependency bumped to 9.16.0Version set to 9.16.0 and stream_chat_flutter_core aligned to ^9.16.0. This matches melos.yaml and the rest of the monorepo updates.
Also applies to: 58-58
packages/stream_chat_flutter/example/pubspec.yaml (1)
28-30
: LGTM: Example app dependencies aligned to ^9.16.0Example pulls stream_chat_flutter, stream_chat_localizations, and stream_chat_persistence at ^9.16.0 as expected.
packages/stream_chat_persistence/example/pubspec.yaml (1)
26-27
: Version bumps to ^9.16.0 look consistent with the release plan.Aligned with the monorepo-wide upgrade. No issues spotted.
sample_app/pubspec.yaml (1)
37-39
: ✅ Stream Chat dependencies and package versions consistently updated to 9.16.0
Allpubspec.yaml
dependency constraints across the repo are at^9.16.0
, and each package’s ownversion:
field is set to9.16.0
. No further stragglers detected—ready to merge.packages/stream_chat_persistence/pubspec.yaml (2)
4-4
: Package version set to 9.16.0 — matches the release.Assuming CHANGELOG and tags are aligned (as indicated), this is good to go.
33-33
: stream_chat dependency updated to ^9.16.0 — in lockstep with the core.This maintains compatibility with the monorepo’s coordinated release.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2353 +/- ##
=======================================
Coverage 63.81% 63.81%
=======================================
Files 412 412
Lines 25824 25824
=======================================
Hits 16480 16480
Misses 9344 9344 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What's Changed
Full Changelog: v9.15.0...v9.16.0
Summary by CodeRabbit
No functional or API changes; this release focuses on version alignment and documentation updates.