@react-native-firebase/remote-config 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/remote-config
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/remote-config
package/README.md CHANGED
@@ -45,7 +45,7 @@ yarn add @react-native-firebase/remote-config
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
@@ -573,7 +573,6 @@ export * from './modular';
573
573
  * Attach namespace to `firebase.` and `FirebaseApp.`.
574
574
  */
575
575
  declare module '@react-native-firebase/app' {
576
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
577
576
  namespace ReactNativeFirebase {
578
577
  import FirebaseModuleWithStatics = ReactNativeFirebase.FirebaseModuleWithStatics;
579
578
  interface Module {
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/remote-config",
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 - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.",
6
6
  "main": "lib/index.js",
@@ -24,11 +24,11 @@
24
24
  "remote-config"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@react-native-firebase/analytics": "21.7.1",
28
- "@react-native-firebase/app": "21.7.1"
27
+ "@react-native-firebase/analytics": "21.7.2",
28
+ "@react-native-firebase/app": "21.7.2"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "a11363f77efa34b41cab2bc92ed9a700b814fd8d"
33
+ "gitHead": "209b36e4b469355e4d024ecdeb6c875f8bd8a187"
34
34
  }