@react-native-firebase/app-distribution 21.11.0 → 21.12.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,16 @@
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
+ ## [21.12.1](https://github.com/invertase/react-native-firebase/compare/v21.12.0...v21.12.1) (2025-03-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **android:** adopt firebase-android-sdk 33.11.0 ([8271231](https://github.com/invertase/react-native-firebase/commit/82712317f9df94f5b5d2d9610f2029c3df0ed96b))
11
+
12
+ ## [21.12.0](https://github.com/invertase/react-native-firebase/compare/v21.11.0...v21.12.0) (2025-03-03)
13
+
14
+ **Note:** Version bump only for package @react-native-firebase/app-distribution
15
+
6
16
  ## [21.11.0](https://github.com/invertase/react-native-firebase/compare/v21.10.1...v21.11.0) (2025-02-20)
7
17
 
8
18
  **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-beta13'
99
+ implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta15'
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-beta13'
103
+ // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta15'
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 = '21.11.0';
2
+ module.exports = '21.12.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app-distribution",
3
- "version": "21.11.0",
3
+ "version": "21.12.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",
@@ -24,7 +24,7 @@
24
24
  "app-distribution"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@react-native-firebase/app": "21.11.0",
27
+ "@react-native-firebase/app": "21.12.1",
28
28
  "expo": ">=47.0.0"
29
29
  },
30
30
  "devDependencies": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "082a1e496cb1f8496f53869d9ab9e6f88ecbdc00"
41
+ "gitHead": "6dc1da978ce5c9cd193a7903b218f7b741c02b9b"
42
42
  }