@react-native-firebase/analytics 22.4.0 → 23.0.1

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,20 @@
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
+ ## [23.0.1](https://github.com/invertase/react-native-firebase/compare/v23.0.0...v23.0.1) (2025-08-12)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/analytics
9
+
10
+ ## [23.0.0](https://github.com/invertase/react-native-firebase/compare/v22.4.0...v23.0.0) (2025-08-07)
11
+
12
+ ### ⚠ BREAKING CHANGES
13
+
14
+ - new minimums: iOS 15+, Xcode 16.2+
15
+
16
+ ### Features
17
+
18
+ - bump firebase-ios-sdk to `12.0.0` ([e3d6d22](https://github.com/invertase/react-native-firebase/commit/e3d6d222f0a83f6a3f6ea6975401e4b03cc4421a))
19
+
6
20
  ## [22.4.0](https://github.com/invertase/react-native-firebase/compare/v22.3.0...v22.4.0) (2025-07-10)
7
21
 
8
22
  ### Bug Fixes
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '22.4.0';
2
+ module.exports = '23.0.1';
@@ -11,7 +11,7 @@ function getAnalyticsApi(appName) {
11
11
  if (!measurementId) {
12
12
  // eslint-disable-next-line no-console
13
13
  console.warn(
14
- 'No measurement id found for Firebase Analytics. Analytics will be unavailable. Have you set gaTrackingId in your Firebase config?',
14
+ 'No measurement id (`FirebaseOptions.measurementId`) found for Firebase Analytics. Analytics will be unavailable.',
15
15
  );
16
16
  }
17
17
  if (!analyticsInstances[measurementId]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/analytics",
3
- "version": "22.4.0",
3
+ "version": "23.0.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
6
6
  "main": "lib/index.js",
@@ -22,7 +22,7 @@
22
22
  "analytics"
23
23
  ],
24
24
  "peerDependencies": {
25
- "@react-native-firebase/app": "22.4.0"
25
+ "@react-native-firebase/app": "23.0.1"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public",
@@ -31,5 +31,5 @@
31
31
  "dependencies": {
32
32
  "superstruct": "^2.0.2"
33
33
  },
34
- "gitHead": "7eaaf185aab15c7e4fc3c218af9be609fe7e0030"
34
+ "gitHead": "bad0f509650c81b7a2961a90a5501d3b9696f1d0"
35
35
  }