@blueconic/blueconic-react-native 3.2.2 → 3.2.4

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
@@ -2,6 +2,17 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  `@blueconic/blueconic-react-native` adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [3.2.4] 2024-10-18
6
+
7
+ ### Fixed
8
+ - React-Android: Fixed issue with the SDK removing cookies when initializing.
9
+
10
+ ## [3.2.3] 2024-09-18
11
+
12
+ ### Fixed
13
+ - React-Android: Fixed crash during commit log merging events.
14
+ - React-Android: Fixed issue with commit log crashing when upgrading from older versions of the SDK.
15
+
5
16
  ## [3.2.2] 2024-08-12
6
17
 
7
18
  ### Fixed
@@ -19,10 +19,10 @@ android {
19
19
  defaultConfig {
20
20
  minSdkVersion 21
21
21
  targetSdkVersion 33
22
- versionCode 320
23
- versionName "3.2.2"
22
+ versionCode 324
23
+ versionName "3.2.4"
24
24
  buildConfigField 'String', 'PLATFORM_NAME', "\"React Native\""
25
- buildConfigField 'String', 'PLATFORM_VERSION', "\"3.2.2\""
25
+ buildConfigField 'String', 'PLATFORM_VERSION', "\"3.2.4\""
26
26
  }
27
27
  lintOptions {
28
28
  abortOnError false
@@ -36,5 +36,5 @@ repositories {
36
36
 
37
37
  dependencies {
38
38
  compileOnly 'com.facebook.react:react-android:+'
39
- implementation 'com.blueconic:blueconic-android-lib:5.2.3'
39
+ implementation 'com.blueconic:blueconic-android-lib:5.2.6'
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueconic/blueconic-react-native",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "The BlueConicClient Framework provides the basis for communicating with BlueConic.",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -26,7 +26,7 @@
26
26
  "author": "BlueConic (info@blueconic.com)",
27
27
  "license": "SEE LICENSE IN LICENSE",
28
28
  "nativeDependencies": {
29
- "android": "5.2.3",
29
+ "android": "5.2.6",
30
30
  "ios": "3.3.0"
31
31
  },
32
32
  "peerDependencies": {