From 6b0bb3ceb236a8d2048816632fd7008de588d076 Mon Sep 17 00:00:00 2001 From: Prabhanu Gunaweera Date: Fri, 11 Aug 2023 21:10:07 +0530 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e779d1..06943ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.0] - 11/08/2023 + +* Customizable constrains for bubbles +* Customizable message bar hint text +* Customizable message bar hint style +* Update the example + ## [1.4.1] - 26/01/2023 * Support up-to-date dependencies diff --git a/README.md b/README.md index c8cf842..bc1961e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - chat_bubbles: ^1.4.1 + chat_bubbles: ^1.5.0 ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index e64257c..e87b6b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: chat_bubbles description: Flutter chat bubble widgets, similar to Whatsapp and more shapes. Easy to use and implement chat bubbles. -version: 1.4.1 +version: 1.5.0 homepage: https://github.com/prahack/chat_bubbles environment: