From 81d026ee4b0eb47391206f34a4a56930ede0514a Mon Sep 17 00:00:00 2001 From: RaulRodrigo06 Date: Tue, 10 Oct 2023 18:02:08 -0300 Subject: [PATCH] chore: update pubspec and changelog --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be3b8ae..dba9c20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.83 + +- [DSCard] Accept reply messages +- [DSMessageContentType] Add reply as content type + ## 0.0.82 - [DSAudioPlayer] Improved the audio player initialization diff --git a/pubspec.yaml b/pubspec.yaml index 721f6849..941fa970 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: blip_ds description: Blip Design System for Flutter. -version: 0.0.82 +version: 0.0.83 homepage: https://github.com/takenet/blip-ds-flutter#readme repository: https://github.com/takenet/blip-ds-flutter