@react-native-firebase/analytics 22.1.0 → 22.2.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
+ ## [22.2.0](https://github.com/invertase/react-native-firebase/compare/v22.1.0...v22.2.0) (2025-05-12)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/analytics
9
+
6
10
  ## [22.1.0](https://github.com/invertase/react-native-firebase/compare/v22.0.0...v22.1.0) (2025-04-30)
7
11
 
8
12
  **Note:** Version bump only for package @react-native-firebase/analytics
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '22.1.0';
2
+ module.exports = '22.2.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/analytics",
3
- "version": "22.1.0",
3
+ "version": "22.2.0",
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.1.0"
25
+ "@react-native-firebase/app": "22.2.0"
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": "af6096ed9df878f0f169e899564b0aab68d396e5"
34
+ "gitHead": "b302210509ceac8078b5fb9fd0b24e68f0641c6a"
35
35
  }