Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Jan 15, 2022
1 parent 4b395bf commit d3fe50a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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: cf4400006550b70f28e4b4af815151d1e74846c6
revision: 77d935af4db863f6abd0b9c31c7e6df2a13de57b
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.2

- Update dependencies. Requires Dart >= 2.15.1.

## 3.2.1

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: example
environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.15.1 <3.0.0"
dependencies:
flutter_chat_types:
path: ..
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ 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.1
version: 3.2.2
homepage: https://flyer.chat
repository: https://github.com/flyerhq/flutter_chat_types

environment:
sdk: ">=2.14.0 <3.0.0"
sdk: ">=2.15.1 <3.0.0"

dependencies:
equatable: ^2.0.3
json_annotation: ^4.4.0
meta: ^1.3.0

dev_dependencies:
build_runner: ^2.1.5
build_runner: ^2.1.7
flutter_lints: ^1.0.4
json_serializable: ^6.1.1
json_serializable: ^6.1.4

0 comments on commit d3fe50a

Please sign in to comment.