@react-native-firebase/crashlytics 14.11.1 → 15.1.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [15.1.1](https://github.com/invertase/react-native-firebase/compare/v15.1.0...v15.1.1) (2022-06-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **ios, crashlytics:** depend on FirebaseCoreExtension ([#6352](https://github.com/invertase/react-native-firebase/issues/6352)) ([ea0ffe0](https://github.com/invertase/react-native-firebase/commit/ea0ffe06e7c6182bf38b18e9d6ca00c388ec6893)), closes [/github.com/invertase/react-native-firebase/issues/6322#issuecomment-1168902482](https://github.com//github.com/invertase/react-native-firebase/issues/6322/issues/issuecomment-1168902482)
11
+
12
+ # [15.1.0](https://github.com/invertase/react-native-firebase/compare/v15.0.0...v15.1.0) (2022-06-28)
13
+
14
+ ### Features
15
+
16
+ - **android, sdk:** use firebase-android-sdk 30.2.0 ([66e6fb0](https://github.com/invertase/react-native-firebase/commit/66e6fb0885c4f2885aeec140a9c0655a5eedd8df))
17
+
18
+ # [15.0.0](https://github.com/invertase/react-native-firebase/compare/v14.11.1...v15.0.0) (2022-06-20)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **crashlytics, ios:** forward port to firebase-ios-sdk v9 header locations ([e5bd716](https://github.com/invertase/react-native-firebase/commit/e5bd7161c0d1142da184e0e676c8756e2ebebf90))
23
+
6
24
  ## [14.11.1](https://github.com/invertase/react-native-firebase/compare/v14.11.0...v14.11.1) (2022-06-17)
7
25
 
8
26
  **Note:** Version bump only for package @react-native-firebase/crashlytics
@@ -36,6 +36,7 @@ Pod::Spec.new do |s|
36
36
 
37
37
  # Firebase dependencies
38
38
  s.dependency 'Firebase/Crashlytics', firebase_sdk_version
39
+ s.dependency 'FirebaseCoreExtension', firebase_sdk_version
39
40
 
40
41
  if defined?($RNFirebaseAsStaticFramework)
41
42
  Pod::UI.puts "#{s.name}: Using overridden static_framework value of '#{$RNFirebaseAsStaticFramework}'"
@@ -15,7 +15,7 @@
15
15
  *
16
16
  */
17
17
 
18
- #import <FirebaseCore/FIRLibrary.h>
18
+ #import <FirebaseCoreExtension/FIRLibrary.h>
19
19
  #import <Foundation/Foundation.h>
20
20
 
21
21
  @interface RNFBCrashlyticsInitProvider : NSObject <FIRLibrary>
@@ -17,7 +17,7 @@
17
17
 
18
18
  #import "RNFBCrashlyticsInitProvider.h"
19
19
  #import <Firebase/Firebase.h>
20
- #import <FirebaseCore/FIRAppInternal.h>
20
+ #import <FirebaseCoreExtension/FIRAppInternal.h>
21
21
  #import "RNFBJSON.h"
22
22
  #import "RNFBMeta.h"
23
23
  #import "RNFBPreferences.h"
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '14.11.1';
2
+ module.exports = '15.1.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/crashlytics",
3
- "version": "14.11.1",
3
+ "version": "15.1.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
6
6
  "main": "lib/index.js",
@@ -29,7 +29,7 @@
29
29
  "crashlytics"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "14.11.1"
32
+ "@react-native-firebase/app": "15.1.1"
33
33
  },
34
34
  "dependencies": {
35
35
  "@expo/config-plugins": "^4.1.5",
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "b1a430bbf36a41076b33550fec113fa0e44583b4"
41
+ "gitHead": "8d469f19b9faec54c492f83c0a2dba6a52815da3"
42
42
  }