mixpanel-react-native 3.0.7 → 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,25 @@
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
+
15
+ ## [v3.0.8](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.8) (2024-11-21)
16
+
17
+ ### Fixes
18
+
19
+ - encodeURIComponent body JSON data [\#277](https://github.com/mixpanel/mixpanel-react-native/pull/277)
20
+
21
+ #
22
+
3
23
  ## [v3.0.7](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.7) (2024-09-26)
4
24
 
5
25
  ### Fixes
@@ -470,5 +490,9 @@ This major release removes all remaining calls to Mixpanel's `/decide` API endpo
470
490
 
471
491
 
472
492
 
493
+
494
+
495
+
496
+
473
497
 
474
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