@react-native-firebase/crashlytics 12.9.2 → 13.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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
+ # [13.1.0](https://github.com/invertase/react-native-firebase/compare/v13.0.1...v13.1.0) (2021-12-02)
7
+
8
+ ### Features
9
+
10
+ - **sdks:** firebase-ios-sdk 8.10.0 / firebase-android-sdk 29.0.1 ([f6949c9](https://github.com/invertase/react-native-firebase/commit/f6949c9f3669df6d8b3f78bbee97bee2f36b7df3))
11
+
12
+ ## [13.0.1](https://github.com/invertase/react-native-firebase/compare/v13.0.0...v13.0.1) (2021-11-05)
13
+
14
+ **Note:** Version bump only for package @react-native-firebase/crashlytics
15
+
16
+ # [13.0.0](https://github.com/invertase/react-native-firebase/compare/v12.9.3...v13.0.0) (2021-10-31)
17
+
18
+ ### Bug Fixes
19
+
20
+ - rename default branch to main ([25e1d3d](https://github.com/invertase/react-native-firebase/commit/25e1d3d5a1a8311588938dc9d8fdf71d11cd9963))
21
+
22
+ - feat(sdks, android)!: firebase-android-sdk v29 / minSdkVersion API19 / target+compile API31 (#5825) ([f60afe1](https://github.com/invertase/react-native-firebase/commit/f60afe158b2dc823bd7169e36c3e428470576c7e)), closes [#5825](https://github.com/invertase/react-native-firebase/issues/5825)
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ - firebase-android-sdk 29 requires android/build.gradle minSdkVersion 19 (as required in react-native 0.64+)
27
+
28
+ ## [12.9.3](https://github.com/invertase/react-native-firebase/compare/v12.9.2...v12.9.3) (2021-10-22)
29
+
30
+ **Note:** Version bump only for package @react-native-firebase/crashlytics
31
+
6
32
  ## [12.9.2](https://github.com/invertase/react-native-firebase/compare/v12.9.1...v12.9.2) (2021-10-17)
7
33
 
8
34
  **Note:** Version bump only for package @react-native-firebase/crashlytics
@@ -11,7 +11,7 @@ buildscript {
11
11
  }
12
12
 
13
13
  dependencies {
14
- classpath("com.android.tools.build:gradle:7.0.0")
14
+ classpath("com.android.tools.build:gradle:7.0.3")
15
15
  }
16
16
  }
17
17
  }
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- module.exports = '12.9.2';
2
+ module.exports = '13.1.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/crashlytics",
3
- "version": "12.9.2",
3
+ "version": "13.1.0",
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",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/invertase/react-native-firebase/tree/master/packages/crashlytics"
17
+ "url": "https://github.com/invertase/react-native-firebase/tree/main/packages/crashlytics"
18
18
  },
19
19
  "license": "Apache-2.0",
20
20
  "keywords": [
@@ -29,14 +29,14 @@
29
29
  "crashlytics"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@react-native-firebase/app": "12.9.2"
32
+ "@react-native-firebase/app": "13.1.0"
33
33
  },
34
34
  "dependencies": {
35
- "@expo/config-plugins": "^4.0.2",
35
+ "@expo/config-plugins": "^4.0.10",
36
36
  "stacktrace-js": "^2.0.0"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "6f435cf294f3d7e0876cff4dda415b1c9bfe6099"
41
+ "gitHead": "0a9621b1ad2d6592de9906157d121c8ba5460a75"
42
42
  }