Updated changelogs

This commit is contained in:
Ayush Shekhar
2022-05-06 17:27:19 +05:30
parent bba503a6f4
commit 7a0706fe5f
3 changed files with 16 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
## Upcoming
✅ Added
- Deprecated `role` in `Member` in favor of `channelRole`
## 4.0.1
- Minor fixes
@@ -5,6 +5,10 @@
- Fixed attachment picker ui.
- Fixed message widget thread indicator in reverse mode.
🔄 Changed
- Removed `isOwner` condition from `ChannelBottomSheet` and `StreamChannelInfoBottomSheet` for delete option tile.
## 4.0.1
- Minor fixes
@@ -1,3 +1,9 @@
## Upcoming
🔄 Changed
- Deprecated `role` field in `Member` table in favor of `channelRole`
## 4.0.1
- Updated `stream_chat` dependency to [`4.0.1`](https://pub.dev/packages/stream_chat/changelog).