From ab48b69924d816a1fbedb8a7319cf9355eb0cf75 Mon Sep 17 00:00:00 2001 From: Bogdan Userman Kikacheishvili Date: Thu, 12 Jan 2023 12:58:16 +0200 Subject: [PATCH] Bump version of flutter_apns_only for avoiding crash on iOS side. --- CHANGELOG.md | 4 ++++ pubspec.lock | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf43ea..b4ffb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.1 + +- Updated version of flutter-apns lib for fix crash on iOS side when you try to initialize FirebaseCore in your project. This may require you to update if you wanna use Firebase separatly. + ## 0.6.0 - BREAKING CHANGE: Updated version numbers for Firebase dependencies. This may require you to update diff --git a/pubspec.lock b/pubspec.lock index 5241f45..4bfa4c2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -159,7 +159,7 @@ packages: name: flutter_apns_only url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "1.6.0" flutter_local_notifications: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 1c2c65a..aad1afa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: talkjs_flutter description: Official TalkJS SDK for Flutter -version: 0.6.0 +version: 0.6.1 homepage: https://talkjs.com environment: @@ -21,7 +21,7 @@ dependencies: firebase_messaging: ^14.1.1 flutter_local_notifications: ^9.6.0 http: ^0.13.4 - flutter_apns_only: ^1.5.2 + flutter_apns_only: ^1.6.0 dev_dependencies: flutter_test: