@react-native-firebase/app-distribution 18.9.0 → 19.0.1

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,22 @@
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
+ ## [19.0.1](https://github.com/invertase/react-native-firebase/compare/v19.0.0...v19.0.1) (2024-03-07)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/app-distribution
9
+
10
+ ## [19.0.0](https://github.com/invertase/react-native-firebase/compare/v18.9.0...v19.0.0) (2024-02-26)
11
+
12
+ ### ⚠ BREAKING CHANGES
13
+
14
+ - **app, sdks:** firebase-ios-sdk 10.21.0 requires cocoapods 1.12+
15
+ in order to support the new Apple-mandated privacy manifests. Please
16
+ ensure you are using verson 1.12 or greater of cocoapods
17
+
18
+ ### Bug Fixes
19
+
20
+ - **app, sdks:** SDK ios 10.21.0 / android / 32.7.2 ([9dc48be](https://github.com/invertase/react-native-firebase/commit/9dc48be52603c71b134dadca16502e8557aca95b))
21
+
6
22
  ## [18.9.0](https://github.com/invertase/react-native-firebase/compare/v18.8.0...v18.9.0) (2024-02-21)
7
23
 
8
24
  **Note:** Version bump only for package @react-native-firebase/app-distribution
@@ -96,11 +96,11 @@ dependencies {
96
96
  api appProject
97
97
  implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion("firebase", "bom")}")
98
98
  // TODO remove the specific version once it is out of beta and participates in bom versioning
99
- implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta11'
99
+ implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta12'
100
100
  // TODO demonstrate how to only include this in certain build variants
101
101
  // - perhaps have firebase.json name the variants to include, then roll through variants here and only
102
102
  // add the dependency to variants that match? Or... (PRs welcome...)
103
- // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta11'
103
+ // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta12'
104
104
  }
105
105
 
106
106
  ReactNative.shared.applyPackageVersion()
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '18.9.0';
2
+ module.exports = '19.0.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app-distribution",
3
- "version": "18.9.0",
3
+ "version": "19.0.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - App Distribution",
6
6
  "main": "lib/index.js",
@@ -22,10 +22,10 @@
22
22
  "app-distribution"
23
23
  ],
24
24
  "peerDependencies": {
25
- "@react-native-firebase/app": "18.9.0"
25
+ "@react-native-firebase/app": "19.0.1"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "695265641dcf2243ab9f27b25776f11616225f68"
30
+ "gitHead": "fae5966f2220706a5f5375d94dcdafbcc3c37440"
31
31
  }