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 +11 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
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
|
|
package/android/build.gradle
CHANGED