From 4b395bffec05e01779bbe4728ded6a5ecb5b322d Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Fri, 10 Dec 2021 21:30:52 +0100 Subject: [PATCH] Update dependencies --- .metadata | 2 +- CHANGELOG.md | 4 ++++ pubspec.yaml | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.metadata b/.metadata index db56104..6c0bf66 100644 --- a/.metadata +++ b/.metadata @@ -4,7 +4,7 @@ # This file should be version controlled and should not be manually edited. version: - revision: 18116933e77adc82f80866c928266a5b4f1ed645 + revision: cf4400006550b70f28e4b4af815151d1e74846c6 channel: stable project_type: package diff --git a/CHANGELOG.md b/CHANGELOG.md index db7a973..b4b8d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +- Update dependencies + ## 3.2.0 - Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index d578a47..8a4e8f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_chat_types description: > Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries which contains shared type declarations. -version: 3.2.0 +version: 3.2.1 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_chat_types @@ -11,10 +11,10 @@ environment: dependencies: equatable: ^2.0.3 - json_annotation: ^4.3.0 + json_annotation: ^4.4.0 meta: ^1.3.0 dev_dependencies: build_runner: ^2.1.5 flutter_lints: ^1.0.4 - json_serializable: ^6.0.1 + json_serializable: ^6.1.1