mixpanel-react-native 3.0.8 → 3.0.9

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,17 @@
1
1
  #
2
2
 
3
+ ## [v3.0.9](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.9) (2025-04-11)
4
+
5
+ ### Enhancements
6
+
7
+ - Bump native SDKs, Swift 4.4.0 and Android 8.0.3 [\#285](https://github.com/mixpanel/mixpanel-react-native/pull/285)
8
+
9
+ ### Fixes
10
+
11
+ - fix: custom storage [\#282](https://github.com/mixpanel/mixpanel-react-native/pull/282)
12
+
13
+ #
14
+
3
15
  ## [v3.0.8](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.8) (2024-11-21)
4
16
 
5
17
  ### Fixes
@@ -480,5 +492,7 @@ This major release removes all remaining calls to Mixpanel's `/decide` API endpo
480
492
 
481
493
 
482
494
 
495
+
496
+
483
497
 
484
498
 
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
20
20
 
21
21
  s.dependency "React-Core"
22
- s.dependency "Mixpanel-swift", '4.3.0'
22
+ s.dependency "Mixpanel-swift", '4.4.0'
23
23
  end
@@ -1,5 +1,6 @@
1
+ #Fri Apr 11 14:26:54 PDT 2025
1
2
  distributionBase=GRADLE_USER_HOME
2
3
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
4
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4
5
  zipStoreBase=GRADLE_USER_HOME
5
6
  zipStorePath=wrapper/dists
@@ -1,5 +1,6 @@
1
+ #Fri Apr 11 14:27:25 PDT 2025
1
2
  distributionBase=GRADLE_USER_HOME
2
3
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
4
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4
5
  zipStoreBase=GRADLE_USER_HOME
5
6
  zipStorePath=wrapper/dists