Skip to content

Commit

Permalink
Revert json_annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Sep 10, 2021
1 parent 9d1323c commit 7b26125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.2

- Additionally, revert `json_annotation` upgrade

## 3.1.1

- Revert `meta` upgrade, because `pub.dev` is analyzing code with an old Flutter version
Expand Down
4 changes: 2 additions & 2 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.1.1
version: 3.1.2
homepage: https://flyer.chat
repository: https://github.com/flyerhq/flutter_chat_types

Expand All @@ -11,7 +11,7 @@ environment:

dependencies:
equatable: ^2.0.3
json_annotation: ^4.1.0
json_annotation: ^4.0.0
meta: ^1.3.0

dev_dependencies:
Expand Down

0 comments on commit 7b26125

Please sign in to comment.