@react-native-firebase/app-distribution 21.7.1 → 21.7.3

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.7.3](https://github.com/invertase/react-native-firebase/compare/v21.7.2...v21.7.3) (2025-02-08)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/app-distribution
9
+
10
+ ## [21.7.2](https://github.com/invertase/react-native-firebase/compare/v21.7.1...v21.7.2) (2025-02-05)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **app, android:** adopt firebase-android-sdk 33.8.0 ([14f3dd5](https://github.com/invertase/react-native-firebase/commit/14f3dd51d466d04fa92416d44035bf10194bfbee))
15
+
6
16
  ## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
7
17
 
8
18
  **Note:** Version bump only for package @react-native-firebase/app-distribution
package/README.md CHANGED
@@ -45,7 +45,7 @@ yarn add @react-native-firebase/app-distribution
45
45
  ---
46
46
 
47
47
  <p>
48
- <img align="left" width="75px" src="https://static.invertase.io/assets/invertase-logo-small.png">
48
+ <img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
49
49
  <p align="left">
50
50
  Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
51
51
  </p>
package/lib/index.d.ts CHANGED
@@ -86,7 +86,7 @@ export namespace FirebaseAppDistributionTypes {
86
86
  isExpired: boolean;
87
87
  }
88
88
 
89
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
89
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
90
90
  export interface Statics {
91
91
  // firebase.appDistribution.* static props go here
92
92
  }
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.7.1';
2
+ module.exports = '21.7.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app-distribution",
3
- "version": "21.7.1",
3
+ "version": "21.7.3",
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,11 +24,11 @@
24
24
  "app-distribution"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@react-native-firebase/app": "21.7.1",
27
+ "@react-native-firebase/app": "21.7.3",
28
28
  "expo": ">=47.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "expo": "^50.0.21"
31
+ "expo": "^52.0.30"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "expo": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "a11363f77efa34b41cab2bc92ed9a700b814fd8d"
41
+ "gitHead": "e1446c8737b4df5067fcc4f99ca30b0a3afcc8e5"
42
42
  }
@@ -15,7 +15,7 @@ buildscript {
15
15
  jcenter()
16
16
  }
17
17
  dependencies {
18
- classpath 'com.google.firebase:firebase-appdistribution-gradle:5.0.0'
18
+ classpath 'com.google.firebase:firebase-appdistribution-gradle:5.1.0'
19
19
  classpath("com.android.tools.build:gradle:4.1.0")
20
20
 
21
21
  // NOTE: Do not place your application dependencies here; they belong
@@ -1 +1 @@
1
- {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.6.2"}
1
+ {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.7.3"}