Skip to content

Conversation

xsahil03x
Copy link
Member

@xsahil03x xsahil03x commented Jun 30, 2025

What's Changed

Full Changelog: v9.12.0...v9.13.0

Summary by CodeRabbit

  • Chores
    • Updated package versions for stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_localizations, and stream_chat_persistence to 9.13.0 across all relevant packages and example projects.
    • Updated changelogs to reflect the 9.13.0 release.
    • No changes to public interfaces or functionality.

Copy link
Contributor

coderabbitai bot commented Jun 30, 2025

Walkthrough

This update synchronizes the version numbers of all stream_chat-related packages and their dependencies from 9.12.0 to 9.13.0 across the repository. Changelog entries and version constants are updated accordingly, with no changes to public APIs or core logic.

Changes

File(s) Change Summary
melos.yaml, sample_app/pubspec.yaml Bumped dependency versions for all stream_chat packages from 9.12.0 to 9.13.0.
packages/stream_chat/pubspec.yaml, .../CHANGELOG.md, .../lib/version.dart Updated package version to 9.13.0 and changelog; updated version constant in code.
packages/stream_chat/example/pubspec.yaml Updated stream_chat dependency version to ^9.13.0.
packages/stream_chat_flutter/pubspec.yaml, .../CHANGELOG.md Updated package and dependency versions to 9.13.0; updated changelog header.
packages/stream_chat_flutter/example/pubspec.yaml Updated dependencies (stream_chat_flutter, etc.) to ^9.13.0.
packages/stream_chat_flutter_core/pubspec.yaml, .../CHANGELOG.md Updated package and dependency versions to 9.13.0; updated changelog header.
packages/stream_chat_flutter_core/example/pubspec.yaml Updated stream_chat_flutter_core dependency to ^9.13.0.
packages/stream_chat_localizations/pubspec.yaml, .../CHANGELOG.md Updated package and dependency versions to 9.13.0; added changelog entry for 9.13.0.
packages/stream_chat_localizations/example/pubspec.yaml Updated dependencies to ^9.13.0.
packages/stream_chat_persistence/pubspec.yaml, .../CHANGELOG.md Updated package and dependency versions to 9.13.0; added changelog entry for 9.13.0.
packages/stream_chat_persistence/example/pubspec.yaml Updated dependencies to ^9.13.0.

Sequence Diagram(s)

No sequence diagram generated as the changes are limited to version and changelog updates.

Possibly related PRs

Suggested reviewers

  • renefloor
  • Brazol

Poem

A hop, a skip, a version jump,
From twelve to thirteen, thump-thump-thump!
Changelogs fresh and numbers new,
Dependencies in tidy queue.
The code still runs, the streams still chat—
A happy rabbit’s dance for that!
🐇✨


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 (5)
packages/stream_chat_flutter/CHANGELOG.md (1)

1-8: Consider stamping the release with an explicit date

Readers often scan the changelog for both version and release date.
Appending a date after the version header maintains parity with earlier entries (e.g. ## 9.10.0 – 2024-05-07) and eases auditing.

-## 9.13.0
+## 9.13.0 – 2025-06-??
packages/stream_chat_flutter_core/CHANGELOG.md (1)

1-7: Nice concise entry – add release date for consistency

Same nitpick as the Flutter package: include the release date next to the version header for easier chronological scanning.

packages/stream_chat_persistence/CHANGELOG.md (1)

1-4: Changelog entry added – consider noting user-facing fixes

Entry correctly references the version bump, but including a short “Bug fixes & improvements” line (matching other packages) helps external readers.

packages/stream_chat_localizations/CHANGELOG.md (1)

1-4: Changelog aligned – minor formatting suggestion

For consistency with earlier sections, append an empty line after the bullet list:

- - Updated `stream_chat_flutter` dependency to ...
-
+
+ - Updated `stream_chat_flutter` dependency to ...
+
packages/stream_chat/CHANGELOG.md (1)

1-4: Add release date & concrete notes for 9.13.0

The new entry only states “Bug fixes and improvements”. Earlier releases list a date and at least one tangible bullet. For transparency and troubleshooting, please include:

  1. Release date (## 9.13.0 – YYYY-MM-DD).
  2. One-line summaries or links to the merged PRs/issues fixed.

This keeps the changelog consistent and useful.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 122a516 and 15372a2.

📒 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 (10)
  • GitHub Check: stream_chat_flutter
  • GitHub Check: build (ios)
  • GitHub Check: stream_chat_localizations
  • GitHub Check: build (android)
  • GitHub Check: test
  • GitHub Check: analyze
  • GitHub Check: stream_chat_flutter_core
  • GitHub Check: stream_chat
  • GitHub Check: analyze_legacy_versions
  • GitHub Check: stream_chat_persistence
🔇 Additional comments (13)
packages/stream_chat_flutter_core/example/pubspec.yaml (1)

26-27: Version bump looks correct

The example now pulls stream_chat_flutter_core: ^9.13.0, keeping it aligned with the library release. No further action needed.

packages/stream_chat/pubspec.yaml (1)

4-4: VERSION CONSISTENCY VERIFIED

The PACKAGE_VERSION constant in packages/stream_chat/lib/version.dart is set to 9.13.0, matching the value in packages/stream_chat/pubspec.yaml. No further changes required.

packages/stream_chat/example/pubspec.yaml (1)

27-27: Example app dependency updated – LGTM

The example tracks stream_chat: ^9.13.0, matching the core package. 👍

packages/stream_chat_localizations/example/pubspec.yaml (1)

27-28: Version bump looks correct – please re-bootstrap before publishing

Both dependency constraints have been updated to ^9.13.0, which is consistent with the global release version.
After merging, remember to run melos bootstrap && flutter pub get in the example folder to refresh the lock-file and verify that no transitive conflicts appear.

packages/stream_chat/lib/version.dart (1)

12-12: Synced constant – double-check generator script is committed

PACKAGE_VERSION now matches the published tag.
To avoid drift, ensure tools/generate_version.dart (or CI step) was executed and that no other generated files need committing.

sample_app/pubspec.yaml (1)

37-39: Sample app dependencies updated – run integration smoke-tests

The sample now pulls ^9.13.0 for Flutter UI, localizations, and persistence.
Please build & launch the sample on a device to spot any breaking API changes that may have slipped through.

packages/stream_chat_persistence/pubspec.yaml (1)

4-4: Version bump is consistent with the mono-repo release plan
Nothing else changes in this pubspec and the constraint ^9.13.0 keeps the caret semantics (<10.0.0). Looks good.

Also applies to: 33-33

packages/stream_chat_flutter_core/pubspec.yaml (1)

4-4: Dependency & package version aligned correctly
The core package now self-reports 9.13.0 and depends on stream_chat ^9.13.0, matching other libs. No issues spotted.

Also applies to: 34-34

packages/stream_chat_flutter/example/pubspec.yaml (1)

28-30: Examples updated to the new tag
The example app references all 9.13.0 artefacts, keeping it buildable against the release. 👍

packages/stream_chat_persistence/example/pubspec.yaml (1)

26-27: Example dependency bump looks fine
Caret constraints updated; the change is trivial and safe.

melos.yaml (1)

83-87: Melos workspace dependencies in sync
All workspace-wide overrides now target 9.13.0, so melos bootstrap will pull the correct versions. 👍

packages/stream_chat_flutter/pubspec.yaml (1)

4-4: Version bump confirmed – no stale 9.12.x references
I ran rg --glob '*pubspec.yaml' '9\.12\.[0-9]+' -n across the repo and found no matches. All pubspecs are on 9.13.0. Ready to publish.

packages/stream_chat_localizations/pubspec.yaml (1)

3-3: Version sync looks good

Both the package’s own version and its dependency on stream_chat_flutter are bumped to 9.13.0. No further action needed.

Also applies to: 29-29

Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.43%. Comparing base (122a516) to head (15372a2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2291   +/-   ##
=======================================
  Coverage   63.43%   63.43%           
=======================================
  Files         408      408           
  Lines       25555    25555           
=======================================
  Hits        16211    16211           
  Misses       9344     9344           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xsahil03x xsahil03x merged commit 83a4afb into master Jun 30, 2025
22 checks passed
@xsahil03x xsahil03x deleted the release/v9.13.0 branch June 30, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants