diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7fd54..dd64804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.3 + +- Update dependencies + ## 1.1.2 - Update dependencies diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 4969a51..e97ee1c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -287,7 +287,7 @@ PODS: - FirebaseCoreDiagnostics (~> 8.0) - GoogleUtilities/Environment (~> 7.4) - GoogleUtilities/Logger (~> 7.4) - - FirebaseCoreDiagnostics (8.3.0): + - FirebaseCoreDiagnostics (8.4.0): - GoogleDataTransport (~> 9.0) - GoogleUtilities/Environment (~> 7.4) - GoogleUtilities/Logger (~> 7.4) @@ -442,7 +442,7 @@ SPEC CHECKSUMS: firebase_storage: 0569941c22a1362f682ebef93755d8916601d22f FirebaseAuth: fd12c82de44e7ad3b821610c387b8251f03aa0f9 FirebaseCore: a6dba751680d7033b9d3831e1cfc95ead0605118 - FirebaseCoreDiagnostics: 7e873baabcfaa9512f538554ae4fa0817aaafbdb + FirebaseCoreDiagnostics: cad03be1904b975f845e632f2720c3337da27faf FirebaseFirestore: f4f42828c6d82f6945575611c23dd343e0e7d0aa FirebaseStorage: ff380720c204593d98c3e5482e62ccfbb522f0c5 Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 8ccb964..cae0de3 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: firebase_auth: ^3.0.1 firebase_core: ^1.4.0 firebase_storage: ^10.0.1 - flutter_chat_ui: ^1.1.8 + flutter_chat_ui: ^1.1.9 flutter_firebase_chat_core: path: ../ http: ^0.13.3 diff --git a/pubspec.yaml b/pubspec.yaml index c8972ac..b8c8df3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_firebase_chat_core description: > Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI. -version: 1.1.2 +version: 1.1.3 homepage: https://flyer.chat repository: https://github.com/flyerhq/flutter_firebase_chat_core @@ -15,7 +15,7 @@ dependencies: sdk: flutter cloud_firestore: ^2.4.0 firebase_auth: ^3.0.1 - flutter_chat_types: ^2.4.0 + flutter_chat_types: ^2.4.1 meta: ^1.3.0 dev_dependencies: