mixpanel-react-native 3.2.0 → 3.2.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
@@ -1,5 +1,14 @@
1
1
  #
2
2
 
3
+ ## [v3.2.0](https://github.com/mixpanel/mixpanel-react-native/tree/v3.2.0) (2026-01-17)
4
+
5
+ ### Enhancements
6
+
7
+ - feat: move async-storage to peerDependencies [\#354](https://github.com/mixpanel/mixpanel-react-native/pull/354)
8
+ - Security: Update dev dependencies and fix npm packaging [\#353](https://github.com/mixpanel/mixpanel-react-native/pull/353)
9
+
10
+ #
11
+
3
12
  ## [v3.1.3](https://github.com/mixpanel/mixpanel-react-native/tree/v3.1.3) (2025-12-15)
4
13
 
5
14
  ### Fixes
@@ -545,6 +554,8 @@ This major release removes all remaining calls to Mixpanel's `/decide` API endpo
545
554
 
546
555
 
547
556
 
557
+
558
+
548
559
 
549
560
 
550
561
 
@@ -41,5 +41,5 @@ repositories {
41
41
 
42
42
  dependencies {
43
43
  implementation 'com.facebook.react:react-native:+'
44
- implementation 'com.mixpanel.android:mixpanel-android:8.2.4'
44
+ implementation 'com.mixpanel.android:mixpanel-android:8.2.5'
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mixpanel-react-native",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Official React Native Tracking Library for Mixpanel Analytics",
5
5
  "main": "index.js",
6
6
  "files": [