chore(repo): prepare for release.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-24 20:50:16 +05:30
committed by xsahil03x
parent c02dcabbf6
commit e884c75505
11 changed files with 33 additions and 10 deletions
@@ -1,3 +1,8 @@
## 7.0.0-beta.2
- 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
@@ -7,6 +12,7 @@
- [[#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).
## 6.6.0
@@ -1,7 +1,7 @@
name: stream_chat_persistence
homepage: https://github.com/GetStream/stream-chat-flutter
description: Official Stream Chat Persistence library. Build your own chat experience using Dart and Flutter.
version: 7.0.0-beta.1
version: 7.0.0-beta.2
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -18,7 +18,7 @@ dependencies:
path: ^1.8.3
path_provider: ^2.0.15
sqlite3_flutter_libs: ^0.5.15
stream_chat: ^7.0.0-beta.1
stream_chat: ^7.0.0-beta.2
dev_dependencies:
build_runner: ^2.4.6