@react-native-firebase/app-distribution 21.2.0 → 21.4.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.4.0](https://github.com/invertase/react-native-firebase/compare/v21.3.0...v21.4.0) (2024-11-07)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/app-distribution
9
+
10
+ ## [21.3.0](https://github.com/invertase/react-native-firebase/compare/v21.2.0...v21.3.0) (2024-10-31)
11
+
12
+ **Note:** Version bump only for package @react-native-firebase/app-distribution
13
+
6
14
  ## [21.2.0](https://github.com/invertase/react-native-firebase/compare/v21.1.1...v21.2.0) (2024-10-22)
7
15
 
8
16
  **Note:** Version bump only for package @react-native-firebase/app-distribution
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.2.0';
2
+ module.exports = '21.4.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app-distribution",
3
- "version": "21.2.0",
3
+ "version": "21.4.0",
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": "21.2.0"
25
+ "@react-native-firebase/app": "21.4.0"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "e85bf83dd36b3473d129bb3ed5eb3d9648e91988"
30
+ "gitHead": "227e1ed54cf668cbc701c0ed2542b8ec66957e1e"
31
31
  }