Skip to content

Commit 9770383

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent d476dd4 commit 9770383

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

examples/flyer_chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
flutter:
3838
sdk: flutter
3939
flutter_chat_core: ^2.6.2
40-
flutter_chat_ui: ^2.6.0
40+
flutter_chat_ui: ^2.6.1
4141
flutter_dotenv: ^5.2.1
4242
flutter_lorem: ^2.0.0
4343
flyer_chat_file_message: ^2.2.2

packages/flutter_chat_ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.1
2+
3+
- **FIX**: add sendButtonDisabled and sendButtonHidden [#828](https://github.com/flyerhq/flutter_chat_ui/issues/828). ([d476dd45](https://github.com/flyerhq/flutter_chat_ui/commit/d476dd4502df51148621577f9c66843cd3a067ab))
4+
15
## 2.6.0
26

37
- **FIX**: scrollToIndex does not work when starting with an empty list [#793](https://github.com/flyerhq/flutter_chat_ui/issues/793). ([1948c1f5](https://github.com/flyerhq/flutter_chat_ui/commit/1948c1f5c421d40ee8d276230eec295ca6b41d05))

packages/flutter_chat_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_chat_ui
2-
version: 2.6.0
2+
version: 2.6.1
33
description: >
44
Free and open-source chat SDK. Build fast, real-time apps and generative
55
AI agents with a high-performance, customizable, cross-platform UI.

0 commit comments

Comments
 (0)