Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed May 20, 2021
1 parent 0807155 commit 710708b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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: 4d7946a68d26794349189cf21b3f68cc6fe61dcb
revision: b22742018b3edf16c6cadd7b76d9db5e7f9064b5
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 @@
## 2.1.3

- Update to Flutter 2.2

## 2.1.2

- Add equatable to every type
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: flutter_chat_types
description: >
Utility library for the flutter_chat_ui and flutter_firebase_chat_core libraries
which contains shared type declarations.
version: 2.1.2
version: 2.1.3
homepage: https://flyer.chat

environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
equatable: ^2.0.0
equatable: ^2.0.2
meta: ^1.3.0

0 comments on commit 710708b

Please sign in to comment.