@react-native-firebase/in-app-messaging 21.8.0 → 21.10.0

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,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.10.0](https://github.com/invertase/react-native-firebase/compare/v21.9.0...v21.10.0) (2025-02-11)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/in-app-messaging
9
+
10
+ ## [21.9.0](https://github.com/invertase/react-native-firebase/compare/v21.8.0...v21.9.0) (2025-02-11)
11
+
12
+ **Note:** Version bump only for package @react-native-firebase/in-app-messaging
13
+
6
14
  ## [21.8.0](https://github.com/invertase/react-native-firebase/compare/v21.7.4...v21.8.0) (2025-02-10)
7
15
 
8
16
  ### Bug Fixes
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.8.0';
2
+ module.exports = '21.10.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/in-app-messaging",
3
- "version": "21.8.0",
3
+ "version": "21.10.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.",
6
6
  "main": "lib/index.js",
@@ -27,11 +27,11 @@
27
27
  "inAppMessaging"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@react-native-firebase/analytics": "21.8.0",
31
- "@react-native-firebase/app": "21.8.0"
30
+ "@react-native-firebase/analytics": "21.10.0",
31
+ "@react-native-firebase/app": "21.10.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "14ebd5c2d2e0f284397c331f909e533c47f2ec62"
36
+ "gitHead": "3fd30c09b2eb7d60a6ac7f6f906673a12b7bc1a7"
37
37
  }