@coralogix/react-native-plugin 0.2.7 → 0.2.8

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,3 +1,7 @@
1
+ ## 0.2.8 (2026-02-08)
2
+
3
+ - Bump ios native version to 2.0.0
4
+
1
5
  ## 0.2.7 (2026-01-29)
2
6
 
3
7
  ### 🩹 Fixes
package/CxSdk.podspec CHANGED
@@ -16,9 +16,9 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
- s.dependency 'Coralogix','1.5.3'
20
- s.dependency 'CoralogixInternal','1.5.3'
21
- s.dependency 'SessionReplay','1.5.3'
19
+ s.dependency 'Coralogix','2.0.0'
20
+ s.dependency 'CoralogixInternal','2.0.0'
21
+ s.dependency 'SessionReplay','2.0.0'
22
22
 
23
23
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
24
24
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
package/index.cjs.js CHANGED
@@ -220,7 +220,7 @@ function stopJsRefreshRateSampler() {
220
220
  appStateSub = null;
221
221
  }
222
222
 
223
- var version = "0.2.7";
223
+ var version = "0.2.8";
224
224
  var pkg = {
225
225
  version: version};
226
226
 
package/index.esm.js CHANGED
@@ -218,7 +218,7 @@ function stopJsRefreshRateSampler() {
218
218
  appStateSub = null;
219
219
  }
220
220
 
221
- var version = "0.2.7";
221
+ var version = "0.2.8";
222
222
  var pkg = {
223
223
  version: version};
224
224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coralogix/react-native-plugin",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Official Coralogix React Native plugin",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Coralogix",