diff --git a/packages/stream_chat/CHANGELOG.md b/packages/stream_chat/CHANGELOG.md index feeb211a..2e554c7c 100644 --- a/packages/stream_chat/CHANGELOG.md +++ b/packages/stream_chat/CHANGELOG.md @@ -2,6 +2,18 @@ - Included the changes from version [6.7.0](#670). +## 6.7.0 + +✅ Added + +- Added support for setting `Message.type`. [#1682](https://github.com/GetStream/stream-chat-flutter/issues/1682) + ``` + It is now possible to send system messages. System messages differ from normal messages in the way they are + presented to the user. Like the name says, system messages are normally send from the system itself, but a user is + able to send it as well by specifying type: 'system' with the message. The user who sends a system message client-side + should have the Create System Message permission. Server-side system messages don't need that permission. + ``` + ## 7.0.0-beta.1 🛑️ Breaking @@ -16,18 +28,6 @@ - Updated minimum supported `SDK` version to Dart 3.0 -## 6.7.0 - -✅ Added - -- Added support for setting `Message.type`. [#1682](https://github.com/GetStream/stream-chat-flutter/issues/1682) - ``` - It is now possible to send system messages. System messages differ from normal messages in the way they are - presented to the user. Like the name says, system messages are normally send from the system itself, but a user is - able to send it as well by specifying type: 'system' with the message. The user who sends a system message client-side - should have the Create System Message permission. Server-side system messages don't need that permission. - ``` - ## 6.6.0 🔄 Changed diff --git a/packages/stream_chat_flutter/CHANGELOG.md b/packages/stream_chat_flutter/CHANGELOG.md index 80edbe0f..7eea2885 100644 --- a/packages/stream_chat_flutter/CHANGELOG.md +++ b/packages/stream_chat_flutter/CHANGELOG.md @@ -2,11 +2,24 @@ - Included the changes from version [6.8.1](#681). +## 6.8.1 + +🐞 Fixed + +- Fixed `StreamMessageInput` always sending message as `system`. + ## 7.0.0-beta.2 - Updated `stream_chat_flutter_core` dependency to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat_flutter_core/changelog). +## 6.8.0 + +🔄 Changed + +- Updated `stream_chat_flutter_core` dependency + to [`6.7.0`](https://pub.dev/packages/stream_chat_flutter_core/changelog). + ## 7.0.0-beta.1 🛑️ Breaking @@ -55,19 +68,6 @@ - Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0 - Updated `jiffy` dependency to `^6.2.1`. -## 6.8.1 - -🐞 Fixed - -- Fixed `StreamMessageInput` always sending message as `system`. - -## 6.8.0 - -🔄 Changed - -- Updated `stream_chat_flutter_core` dependency - to [`6.7.0`](https://pub.dev/packages/stream_chat_flutter_core/changelog). - ## 6.7.0 🔄 Changed diff --git a/packages/stream_chat_flutter_core/CHANGELOG.md b/packages/stream_chat_flutter_core/CHANGELOG.md index f135647b..da0ccb6f 100644 --- a/packages/stream_chat_flutter_core/CHANGELOG.md +++ b/packages/stream_chat_flutter_core/CHANGELOG.md @@ -2,16 +2,16 @@ - Updated `stream_chat` dependency to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat/changelog). +## 6.7.0 + +- Updated `stream_chat` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat/changelog). + ## 7.0.0-beta.1 - 🛑 **BREAKING** Removed deprecated `StreamChannelListController.sort` parameter. Use `StreamChannelListController.channelStateSort` instead. - Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0 -## 6.7.0 - -- Updated `stream_chat` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat/changelog). - ## 6.6.0 - Updated `stream_chat` dependency to [`6.6.0`](https://pub.dev/packages/stream_chat/changelog). diff --git a/packages/stream_chat_localizations/CHANGELOG.md b/packages/stream_chat_localizations/CHANGELOG.md index 95259b3a..d25054a2 100644 --- a/packages/stream_chat_localizations/CHANGELOG.md +++ b/packages/stream_chat_localizations/CHANGELOG.md @@ -2,15 +2,15 @@ * Updated `stream_chat_flutter` dependency to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat_flutter/changelog). +## 5.8.0 + +* Updated `stream_chat_flutter` dependency to [`6.8.0`](https://pub.dev/packages/stream_chat_flutter/changelog). + ## 6.0.0-beta.1 * Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0 * Updated `stream_chat_flutter` dependency to [`7.0.0-beta.1`](https://pub.dev/packages/stream_chat_flutter/changelog). -## 5.8.0 - -* Updated `stream_chat_flutter` dependency to [`6.8.0`](https://pub.dev/packages/stream_chat_flutter/changelog). - ## 5.7.0 * Updated `stream_chat_flutter` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat_flutter/changelog). diff --git a/packages/stream_chat_persistence/CHANGELOG.md b/packages/stream_chat_persistence/CHANGELOG.md index 7ce4e08a..74c845a9 100644 --- a/packages/stream_chat_persistence/CHANGELOG.md +++ b/packages/stream_chat_persistence/CHANGELOG.md @@ -3,17 +3,17 @@ - Included the changes from version [6.7.0](#670). - Updated `stream_chat` dependency to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat/changelog). -## 7.0.0-beta.1 - -- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0 -- 🛑 **BREAKING** Removed deprecated `getChannelStates.sort` parameter. Use `getChannelStates.channelStateSort` instead. - ## 6.7.0 - [[#1683]](https://github.com/GetStream/stream-chat-flutter/issues/1683) Fixed SqliteException no such column `messages.state`. - Updated `stream_chat` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat/changelog). +## 7.0.0-beta.1 + +- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0 +- 🛑 **BREAKING** Removed deprecated `getChannelStates.sort` parameter. Use `getChannelStates.channelStateSort` instead. + ## 6.6.0 - Updated `stream_chat` dependency to [`6.6.0`](https://pub.dev/packages/stream_chat/changelog).