@react-native-firebase/installations 21.7.1 → 21.7.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.2](https://github.com/invertase/react-native-firebase/compare/v21.7.1...v21.7.2) (2025-02-05)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/installations
9
+
6
10
  ## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
7
11
 
8
12
  **Note:** Version bump only for package @react-native-firebase/installations
package/README.md CHANGED
@@ -52,7 +52,7 @@ yarn add @react-native-firebase/installations
52
52
  ----
53
53
 
54
54
  <p>
55
- <img align="left" width="75px" src="https://static.invertase.io/assets/invertase-logo-small.png">
55
+ <img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
56
56
  <p align="left">
57
57
  Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
58
58
  </p>
package/lib/index.d.ts CHANGED
@@ -56,7 +56,7 @@ import { ReactNativeFirebase } from '@react-native-firebase/app';
56
56
  export namespace FirebaseInstallationsTypes {
57
57
  import FirebaseModule = ReactNativeFirebase.FirebaseModule;
58
58
 
59
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
59
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
60
60
  export interface Statics {
61
61
  // firebase.installations.* static props go here
62
62
  }
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.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/installations",
3
- "version": "21.7.1",
3
+ "version": "21.7.2",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - Installations",
6
6
  "main": "lib/index.js",
@@ -22,10 +22,10 @@
22
22
  "installations"
23
23
  ],
24
24
  "peerDependencies": {
25
- "@react-native-firebase/app": "21.7.1"
25
+ "@react-native-firebase/app": "21.7.2"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "a11363f77efa34b41cab2bc92ed9a700b814fd8d"
30
+ "gitHead": "209b36e4b469355e4d024ecdeb6c875f8bd8a187"
31
31
  }