mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
doc: add to changelog
This commit is contained in:
parent
e85b107038
commit
3b7256173f
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
## 1.4.1
|
||||
- Made UI changes to match the Figma design
|
||||
|
||||
## 1.4.0
|
||||
- Add way to create group chats
|
||||
- Update flutter_profile to 1.3.0
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
name: flutter_chat
|
||||
description: A new Flutter package project.
|
||||
version: 1.4.0
|
||||
version: 1.4.1
|
||||
|
||||
publish_to: none
|
||||
|
||||
|
@ -20,17 +20,17 @@ dependencies:
|
|||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_chat
|
||||
path: packages/flutter_chat_view
|
||||
ref: 1.4.0
|
||||
ref: 1.4.1
|
||||
flutter_chat_interface:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_chat
|
||||
path: packages/flutter_chat_interface
|
||||
ref: 1.4.0
|
||||
ref: 1.4.1
|
||||
flutter_chat_local:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_chat
|
||||
path: packages/flutter_chat_local
|
||||
ref: 1.4.0
|
||||
ref: 1.4.1
|
||||
uuid: ^4.3.3
|
||||
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue