@react-native-firebase/app-distribution 18.3.0 → 18.3.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,12 @@
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
+ ## [18.3.1](https://github.com/invertase/react-native-firebase/compare/v18.3.0...v18.3.1) (2023-08-23)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **app, sdks:** adopt android-sdk 32.2.2 / ios-sdk 10.13.0 ([5484c0b](https://github.com/invertase/react-native-firebase/commit/5484c0b69420f888f9a3a59aec8cc59d45f1d2d6))
11
+
6
12
  ## [18.3.0](https://github.com/invertase/react-native-firebase/compare/v18.2.0...v18.3.0) (2023-07-19)
7
13
 
8
14
  **Note:** Version bump only for package @react-native-firebase/app-distribution
@@ -87,11 +87,11 @@ dependencies {
87
87
  api appProject
88
88
  implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion("firebase", "bom")}")
89
89
  // TODO remove the specific version once it is out of beta and participates in bom versioning
90
- implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta08'
90
+ implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta10'
91
91
  // TODO demonstrate how to only include this in certain build variants
92
92
  // - perhaps have firebase.json name the variants to include, then roll through variants here and only
93
93
  // add the dependency to variants that match? Or... (PRs welcome...)
94
- // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta08'
94
+ // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta10'
95
95
  }
96
96
 
97
97
  ReactNative.shared.applyPackageVersion()
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '18.3.0';
2
+ module.exports = '18.3.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app-distribution",
3
- "version": "18.3.0",
3
+ "version": "18.3.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.3.0"
25
+ "@react-native-firebase/app": "18.3.1"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "cca7053a12ea04c8476f880bd2220f44ee4ae17a"
30
+ "gitHead": "878f4199ca99963dec7822d1c9e14e9c91325b4f"
31
31
  }