mixpanel-react-native 3.0.0-beta.2 → 3.0.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
@@ -1,5 +1,15 @@
1
1
  #
2
2
 
3
+ ## [v3.0.0](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.0) (2024-04-09)
4
+
5
+ This is the official release for Expo and React Native Web support. For more details, please refer to the release notes for versions [3.0.0-beta.2](https://github.com/mixpanel/mixpanel-react-native/blob/master/CHANGELOG.md#v300-beta2-2024-03-06) and [3.0.0-beta.1](https://github.com/mixpanel/mixpanel-react-native/blob/master/CHANGELOG.md#v300-beta1-2024-02-29).
6
+
7
+ ### Enhancements
8
+
9
+ - bump ios version to 4.2.4 [\#228](https://github.com/mixpanel/mixpanel-react-native/pull/228)
10
+
11
+ #
12
+
3
13
  ## [v3.0.0-beta.2](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.0-beta.2) (2024-03-06)
4
14
 
5
15
  ### Enhancements
@@ -369,3 +379,5 @@ This major release removes all remaining calls to Mixpanel's `/decide` API endpo
369
379
  - full API reference: https://mixpanel.github.io/mixpanel-react-native
370
380
 
371
381
 
382
+
383
+
@@ -16,8 +16,8 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/*.{swift,h,m}"
17
17
  s.requires_arc = true
18
18
  s.preserve_paths = 'LICENSE', 'README.md', 'package.json', 'index.js'
19
- s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
20
-
19
+ s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
20
+
21
21
  s.dependency "React-Core"
22
- s.dependency "Mixpanel-swift", '4.2.0'
22
+ s.dependency "Mixpanel-swift", '4.2.4'
23
23
  end
@@ -4516,7 +4516,7 @@ To clear all superProperties, use clearSuperProperties()
4516
4516
  <br class="clear">
4517
4517
 
4518
4518
  <footer>
4519
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Mar 05 2024 17:15:29 GMT-0800 (Pacific Standard Time)
4519
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Apr 08 2024 21:04:12 GMT-0700 (Pacific Daylight Time)
4520
4520
  </footer>
4521
4521
 
4522
4522
  <script> prettyPrint(); </script>
@@ -957,7 +957,7 @@ If the property exists and is not list-valued, the union will be ignored.
957
957
  <br class="clear">
958
958
 
959
959
  <footer>
960
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Mar 05 2024 17:15:29 GMT-0800 (Pacific Standard Time)
960
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Apr 08 2024 21:04:12 GMT-0700 (Pacific Daylight Time)
961
961
  </footer>
962
962
 
963
963
  <script> prettyPrint(); </script>
package/docs/People.html CHANGED
@@ -1625,7 +1625,7 @@ If the property exists and is not list-valued, the union will be ignored.
1625
1625
  <br class="clear">
1626
1626
 
1627
1627
  <footer>
1628
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Mar 05 2024 17:15:29 GMT-0800 (Pacific Standard Time)
1628
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Apr 08 2024 21:04:12 GMT-0700 (Pacific Daylight Time)
1629
1629
  </footer>
1630
1630
 
1631
1631
  <script> prettyPrint(); </script>
package/docs/index.html CHANGED
@@ -180,7 +180,7 @@ Please refer to our <a href="https://mixpanel.com/legal/app-store-privacy-detai
180
180
  <br class="clear">
181
181
 
182
182
  <footer>
183
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Mar 05 2024 17:15:29 GMT-0800 (Pacific Standard Time)
183
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Apr 08 2024 21:04:12 GMT-0700 (Pacific Daylight Time)
184
184
  </footer>
185
185
 
186
186
  <script> prettyPrint(); </script>
@@ -1048,7 +1048,7 @@ class ObjectHelper {
1048
1048
  <br class="clear">
1049
1049
 
1050
1050
  <footer>
1051
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Mar 05 2024 17:15:29 GMT-0800 (Pacific Standard Time)
1051
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Mon Apr 08 2024 21:04:12 GMT-0700 (Pacific Daylight Time)
1052
1052
  </footer>
1053
1053
 
1054
1054
  <script> prettyPrint(); </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mixpanel-react-native",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0",
4
4
  "description": "Official React Native Tracking Library for Mixpanel Analytics",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,19 +0,0 @@
1
- {
2
- "keep": {
3
- "days": true,
4
- "amount": 14
5
- },
6
- "auditLog": "/Users/zihejia/Documents/Projects/Develop/mixpanel-react-native-original/logs/.b11bf985d66a037ca5688a574653f3bf76a28dfa-audit.json",
7
- "files": [
8
- {
9
- "date": 1709573495087,
10
- "name": "/Users/zihejia/Documents/Projects/Develop/mixpanel-react-native-original/logs/keplerCliNative-2024-03-04.log",
11
- "hash": "a8749104e25632399d93a52597b7746d"
12
- },
13
- {
14
- "date": 1709630199953,
15
- "name": "/Users/zihejia/Documents/Projects/Develop/mixpanel-react-native-original/logs/keplerCliNative-2024-03-05.log",
16
- "hash": "a67a9e1920ecea0686a43fc59daebbf8"
17
- }
18
- ]
19
- }
@@ -1,19 +0,0 @@
1
- {
2
- "keep": {
3
- "days": true,
4
- "amount": 14
5
- },
6
- "auditLog": "/Users/zihejia/Documents/Projects/Develop/mixpanel-react-native-original/logs/.c366df74eeb671df60a57a2075ae40a3dae2af25-audit.json",
7
- "files": [
8
- {
9
- "date": 1709573495082,
10
- "name": "/Users/zihejia/Documents/Projects/Develop/mixpanel-react-native-original/logs/error-2024-03-04.log",
11
- "hash": "2068482b1fbd7e0ae87aa0268370174b"
12
- },
13
- {
14
- "date": 1709630199950,
15
- "name": "/Users/zihejia/Documents/Projects/Develop/mixpanel-react-native-original/logs/error-2024-03-05.log",
16
- "hash": "4846674d0e4c226a2c8d5a784a9b08bd"
17
- }
18
- ]
19
- }