@react-native-firebase/in-app-messaging 26.3.3 → 26.4.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,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
+ ## [26.4.0](https://github.com/invertase/react-native-firebase/compare/v26.3.3...v26.4.0) (2026-09-05)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/in-app-messaging
9
+
6
10
  ## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)
7
11
 
8
12
  ### Bug Fixes
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '26.3.3';
4
+ export const version = '26.4.0';
5
5
  //# sourceMappingURL=version.js.map
@@ -6,7 +6,7 @@ import type { InAppMessaging } from './types/in-app-messaging';
6
6
  *
7
7
  * The firebase-js-sdk does not ship a modular In-App Messaging entry point or `SDK_VERSION` export.
8
8
  */
9
- export declare const SDK_VERSION = "26.3.3";
9
+ export declare const SDK_VERSION = "26.4.0";
10
10
  /**
11
11
  * Returns the {@link InAppMessaging} instance for the default or given {@link FirebaseApp}.
12
12
  *
@@ -1,2 +1,2 @@
1
- export declare const version = "26.3.3";
1
+ export declare const version = "26.4.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/lib/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '26.3.3';
2
+ export const version = '26.4.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/in-app-messaging",
3
- "version": "26.3.3",
3
+ "version": "26.4.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": "./dist/module/index.js",
@@ -28,6 +28,7 @@
28
28
  "android:codegen": "node ../../scripts/codegen-package.mjs in-app-messaging android",
29
29
  "ios:codegen": "node ../../scripts/codegen-package.mjs in-app-messaging ios"
30
30
  },
31
+ "homepage": "https://rnfirebase.io",
31
32
  "repository": {
32
33
  "type": "git",
33
34
  "url": "https://github.com/invertase/react-native-firebase",
@@ -46,15 +47,15 @@
46
47
  "inAppMessaging"
47
48
  ],
48
49
  "peerDependencies": {
49
- "@react-native-firebase/analytics": "26.3.3",
50
- "@react-native-firebase/app": "26.3.3"
50
+ "@react-native-firebase/analytics": "26.4.0",
51
+ "@react-native-firebase/app": "26.4.0"
51
52
  },
52
53
  "publishConfig": {
53
54
  "access": "public",
54
55
  "provenance": true
55
56
  },
56
57
  "devDependencies": {
57
- "@react-native-firebase/app": "26.3.3",
58
+ "@react-native-firebase/app": "26.4.0",
58
59
  "react-native-builder-bob": "^0.41.0"
59
60
  },
60
61
  "exports": {
@@ -87,5 +88,5 @@
87
88
  "node_modules/",
88
89
  "dist/"
89
90
  ],
90
- "gitHead": "04b90008385bf69be74f3a333d0dfea43ba32e64"
91
+ "gitHead": "06701af5fdc19bae9f379567eadb29dfe81953c0"
91
92
  }