chore(repo): release v10.1.0#2783
Conversation
📝 WalkthroughWalkthroughAll five Changes10.1.0 Release Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/stream_chat_flutter/pubspec.yaml`:
- Around line 59-60: The stream_core_flutter dependency in pubspec.yaml is
specified with version constraint ^0.4.0, but the latest published version on
pub.dev is only 0.2.0, causing dependency resolution to fail. Locate the
stream_core_flutter dependency specification and update the version constraint
from ^0.4.0 to ^0.2.0 to match the available published version, or verify if a
newer version exists in an alternative package source before proceeding.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: ab266add-bb70-4cda-b70d-5582c2ffb596
📒 Files selected for processing (19)
docs/docs_screenshots/pubspec.yamlmelos.yamlpackages/stream_chat/CHANGELOG.mdpackages/stream_chat/example/pubspec.yamlpackages/stream_chat/lib/version.dartpackages/stream_chat/pubspec.yamlpackages/stream_chat_flutter/CHANGELOG.mdpackages/stream_chat_flutter/example/pubspec.yamlpackages/stream_chat_flutter/pubspec.yamlpackages/stream_chat_flutter_core/CHANGELOG.mdpackages/stream_chat_flutter_core/example/pubspec.yamlpackages/stream_chat_flutter_core/pubspec.yamlpackages/stream_chat_localizations/CHANGELOG.mdpackages/stream_chat_localizations/example/pubspec.yamlpackages/stream_chat_localizations/pubspec.yamlpackages/stream_chat_persistence/CHANGELOG.mdpackages/stream_chat_persistence/example/pubspec.yamlpackages/stream_chat_persistence/pubspec.yamlsample_app/pubspec.yaml
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2783 +/- ##
=======================================
Coverage 69.59% 69.59%
=======================================
Files 426 426
Lines 25676 25676
=======================================
Hits 17869 17869
Misses 7807 7807 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What's Changed
PredefinedFiltersonQueryChannelsby @VelikovPetar in feat(llc, core, persistence): Add support forPredefinedFiltersonQueryChannels#2709message.readevents delivered for threads by @VelikovPetar in fix(llc): Fixed resetting channel unread count onmessage.readevents delivered for threads #2780Full Changelog: v10.0.1...v10.1.0
Summary by CodeRabbit
New Features
@channel,@here, role mentions).Bug Fixes
Chores