Skip to content

chore(repo): release v10.0.1#2735

Merged
renefloor merged 5 commits into
masterfrom
release/v10.0.1
Jun 9, 2026
Merged

chore(repo): release v10.0.1#2735
renefloor merged 5 commits into
masterfrom
release/v10.0.1

Conversation

@renefloor

@renefloor renefloor commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

What's Changed

Full Changelog: v9.25.0...v10.0.1

Summary by CodeRabbit

  • Chores

    • Release 10.0.1 published across Stream Chat Flutter packages and examples (various package versions and example manifests updated).
    • Changelogs updated to reflect 10.0.1.
    • Example projects adjusted to pin local development overrides where applicable.
  • Maintenance

    • Local database schema version incremented, triggering necessary migrations for the persistence layer.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 152fafef-3172-494b-9a70-1179f7dd42ec

📥 Commits

Reviewing files that changed from the base of the PR and between 73742ba and b8cadbe.

📒 Files selected for processing (1)
  • packages/stream_chat_persistence/lib/src/db/drift_chat_database.dart
✅ Files skipped from review due to trivial changes (1)
  • packages/stream_chat_persistence/lib/src/db/drift_chat_database.dart

📝 Walkthrough

Walkthrough

This PR releases version 10.0.1 of the Stream Chat Flutter ecosystem by bumping package versions, dependency constraints, and changelog headers across the monorepo from 10.0.0-beta.13 to 10.0.1. All core, supporting, and example packages are updated consistently.

Changes

Version 10.0.1 Release

Layer / File(s) Summary
Core stream_chat package release
packages/stream_chat/pubspec.yaml, packages/stream_chat/lib/version.dart, packages/stream_chat/CHANGELOG.md, packages/stream_chat/example/pubspec.yaml
Package version and PACKAGE_VERSION constant bumped to 10.0.1; changelog header updated; example dependency constraint updated with local path override for development.
Flutter core and flutter packages
packages/stream_chat_flutter_core/pubspec.yaml, packages/stream_chat_flutter_core/CHANGELOG.md, packages/stream_chat_flutter_core/example/pubspec.yaml, packages/stream_chat_flutter/pubspec.yaml, packages/stream_chat_flutter/CHANGELOG.md, packages/stream_chat_flutter/example/pubspec.yaml
Both packages bumped to 10.0.1 with updated interdependencies; stream_chat_flutter_core dependency in stream_chat_flutter updated; changelog headers and examples updated to ^10.0.1.
Supporting packages (localizations and persistence)
packages/stream_chat_localizations/pubspec.yaml, packages/stream_chat_localizations/CHANGELOG.md, packages/stream_chat_localizations/example/pubspec.yaml, packages/stream_chat_persistence/pubspec.yaml, packages/stream_chat_persistence/CHANGELOG.md, packages/stream_chat_persistence/example/pubspec.yaml, packages/stream_chat_persistence/lib/src/db/drift_chat_database.dart
Both packages bumped to 10.0.1; dependencies updated to ^10.0.1; changelog headers and examples synchronized; database schemaVersion incremented by 1 in persistence.
Workspace and samples alignment
melos.yaml, sample_app/pubspec.yaml, docs/docs_screenshots/pubspec.yaml
Melos workspace bootstrap dependency constraints updated for all five stream_chat* packages; sample app version and Stream Chat dependencies bumped to 10.0.1; docs example dependency updated.

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly Related PRs

Suggested Reviewers

  • xsahil03x
  • VelikovPetar

"I hopped through changelogs, version by version bright,
I nudged the packages forward, paws tidy and light.
From beta to stable, the registry now sings,
Melos ties the bundles — release-day brings wings.
Happy hops — 10.0.1, a carrot-shaped delight!" 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: releasing version 10.0.1 across the entire repository, which is directly confirmed by the systematic version bumps from 10.0.0-beta.13 to 10.0.1 throughout all package files and changelog updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v10.0.1

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

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
docs/docs_screenshots/pubspec.yaml (1)

33-33: ⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Incomplete version bump: stream_chat_localizations still pinned to beta.

Line 33 retains ^10.0.0-beta.13 while the rest of the workspace has moved to ^10.0.1. This creates an inconsistent dependency graph mixing beta and stable releases.

🔧 Proposed fix
- stream_chat_localizations: ^10.0.0-beta.13
+ stream_chat_localizations: ^10.0.1
🤖 Prompt for 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.

In `@docs/docs_screenshots/pubspec.yaml` at line 33, Update the pinned dependency
stream_chat_localizations in the pubspec.yaml entry that currently reads
^10.0.0-beta.13 to the stable ^10.0.1 so it matches the rest of the workspace;
after changing the dependency version for stream_chat_localizations, run pub get
(flutter pub get or dart pub get) to refresh the lockfile and verify there are
no version conflicts.
🤖 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/pubspec.yaml`:
- Line 4: CI is failing because melos/bootstrap is resolving stream_chat ^10.0.1
from pub.dev (not yet published); update the workspace wiring so local packages
are used instead of registry versions: modify the CI action
(.github/actions/package_analysis/action.yml) to run melos bootstrap with local
wiring (e.g., use melos bootstrap --no-pub or the melos flag that forces
workspace path resolution), or add explicit path overrides in melos.yaml or a
top-level dependency_overrides that point stream_chat, stream_chat_flutter_core,
and stream_chat_flutter to their local package folders so melos/bootstrap and
legacy_version_analyze use the workspace packages rather than trying to fetch
^10.0.1 from pub.dev.

---

Outside diff comments:
In `@docs/docs_screenshots/pubspec.yaml`:
- Line 33: Update the pinned dependency stream_chat_localizations in the
pubspec.yaml entry that currently reads ^10.0.0-beta.13 to the stable ^10.0.1 so
it matches the rest of the workspace; after changing the dependency version for
stream_chat_localizations, run pub get (flutter pub get or dart pub get) to
refresh the lockfile and verify there are no version conflicts.
🪄 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: a6cd5cc9-7276-4424-be82-b1e18c054f85

📥 Commits

Reviewing files that changed from the base of the PR and between 29d4515 and 85b7b17.

📒 Files selected for processing (19)
  • docs/docs_screenshots/pubspec.yaml
  • melos.yaml
  • packages/stream_chat/CHANGELOG.md
  • packages/stream_chat/example/pubspec.yaml
  • packages/stream_chat/lib/version.dart
  • packages/stream_chat/pubspec.yaml
  • packages/stream_chat_flutter/CHANGELOG.md
  • packages/stream_chat_flutter/example/pubspec.yaml
  • packages/stream_chat_flutter/pubspec.yaml
  • packages/stream_chat_flutter_core/CHANGELOG.md
  • packages/stream_chat_flutter_core/example/pubspec.yaml
  • packages/stream_chat_flutter_core/pubspec.yaml
  • packages/stream_chat_localizations/CHANGELOG.md
  • packages/stream_chat_localizations/example/pubspec.yaml
  • packages/stream_chat_localizations/pubspec.yaml
  • packages/stream_chat_persistence/CHANGELOG.md
  • packages/stream_chat_persistence/example/pubspec.yaml
  • packages/stream_chat_persistence/pubspec.yaml
  • sample_app/pubspec.yaml

Comment thread packages/stream_chat/pubspec.yaml
Lets `melos bootstrap` succeed from a clean checkout on release PRs
that bump SDK packages to versions not yet on pub.dev. Without these
overrides, `dart pub get` on a parent package cascades into ./example/
and fails to resolve the sibling version before Melos has a chance
to write its managed pubspec_overrides.yaml for the example.

Also reverts the `melos 6.3.3` pin (d7f0b77) - no longer needed
with the overrides in place.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.16%. Comparing base (29d4515) to head (b8cadbe).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2735   +/-   ##
=======================================
  Coverage   68.16%   68.16%           
=======================================
  Files         413      413           
  Lines       24851    24851           
=======================================
  Hits        16940    16940           
  Misses       7911     7911           

☔ View full report in Codecov by Harness.
📢 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.

@renefloor renefloor merged commit 318e7ca into master Jun 9, 2026
26 checks passed
@renefloor renefloor deleted the release/v10.0.1 branch June 9, 2026 12:53
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