-
Notifications
You must be signed in to change notification settings - Fork 342
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
Release: v6.9.0 #1712
Release: v6.9.0 #1712
Conversation
Signed-off-by: Sahil Kumar <[email protected]>
feat(llc): add support for `channel.countUnreadMentions()`.
Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](felangel/mocktail@mocktail-v0.3.0...mocktail-v1.0.0) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…m_chat/mocktail-1.0.0 chore(llc): bump mocktail from 0.3.0 to 1.0.0 in /packages/stream_chat
Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](felangel/mocktail@mocktail-v0.3.0...mocktail-v1.0.0) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…m_chat_flutter_core/mocktail-1.0.0 chore(core): bump mocktail from 0.3.0 to 1.0.0 in /packages/stream_chat_flutter_core
Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](felangel/mocktail@mocktail-v0.3.0...mocktail-v1.0.0) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…m_chat_persistence/mocktail-1.0.0 chore(persistence): bump mocktail from 0.3.0 to 1.0.0 in /packages/stream_chat_persistence
Bumps [mocktail](https://github.com/felangel/mocktail) from 0.3.0 to 1.0.0. - [Release notes](https://github.com/felangel/mocktail/releases) - [Commits](felangel/mocktail@mocktail-v0.3.0...mocktail-v1.0.0) --- updated-dependencies: - dependency-name: mocktail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…m_chat_flutter/mocktail-1.0.0 chore(ui): bump mocktail from 0.3.0 to 1.0.0 in /packages/stream_chat_flutter
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
fix(llc): `channel.query` not initializing state.
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
…rt 3.0 Signed-off-by: xsahil03x <[email protected]> Signed-off-by: Sahil Kumar <[email protected]>
…ration`. Signed-off-by: xsahil03x <[email protected]> (cherry picked from commit bdc85b4)
Signed-off-by: xsahil03x <[email protected]> (cherry picked from commit 79faac5) Signed-off-by: xsahil03x <[email protected]>
Signed-off-by: xsahil03x <[email protected]> (cherry picked from commit 677b71e)
Signed-off-by: xsahil03x <[email protected]> (cherry picked from commit d1ce69d)
Signed-off-by: xsahil03x <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
…pdate CHANGELOG.md Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #1712 +/- ##
==========================================
+ Coverage 58.20% 58.25% +0.04%
==========================================
Files 292 292
Lines 17969 18012 +43
==========================================
+ Hits 10459 10493 +34
- Misses 7510 7519 +9
☔ View full report in Codecov by Sentry. |
What's Changed
channel.countUnreadMentions()
. by @xsahil03x in feat(llc): add support forchannel.countUnreadMentions()
. #1696channel.query
not initializing state. by @xsahil03x in fix(llc):channel.query
not initializing state. #1703StreamMessageInput.contentInsertionConfiguration
. by @xsahil03x in 7adc99f