Skip to content

Commit ff233b3

Browse files
authored
Merge pull request #23 from zSoNz/talkjs/feat/v0.6.1
TalkJs lib broke Firebase lib on iOS (fixed)
2 parents d416731 + 95d5049 commit ff233b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1
2+
3+
- 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.
4+
15
## 0.6.0
26

37
- BREAKING CHANGE: Updated version numbers for Firebase dependencies. This may require you to update

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
firebase_messaging: ^14.1.1
2222
flutter_local_notifications: ^13.0.0
2323
http: ^0.13.4
24-
flutter_apns_only: ^1.5.2
24+
flutter_apns_only: ^1.6.0
2525
permission_handler: ^10.1.0
2626
url_launcher: ^6.1.8
2727

0 commit comments

Comments
 (0)