Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Dec 10, 2021
1 parent 8651be6 commit 4b395bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.2.1

- Update dependencies

## 3.2.0

- Update dependencies
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 4b395bf

Please sign in to comment.