@usercentrics/react-native-sdk 2.14.0 → 2.14.2

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,23 @@
1
1
  [Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)
2
2
 
3
+ ### 2.14.2 - April 10, 2024
4
+
5
+ ## Improvements
6
+
7
+ * **Supports Read More on Banner Message** - Adds support to have a "read more" button on banner message displayed on the First Layer
8
+
9
+ ## iOS Bug Fixes
10
+
11
+ * Sporadically crashes on `getUserSessionData` API
12
+
13
+ ## Android Bug Fixes
14
+
15
+ * Sporadically crashes on TCF banner initializations
16
+
17
+ ## Other Fixes
18
+
19
+ * Stability improvements
20
+
3
21
  ### 2.14.0 - April 4, 2024
4
22
 
5
23
  ## Features
@@ -1,4 +1,4 @@
1
- def usercentrics_version = "2.14.1"
1
+ def usercentrics_version = "2.14.2"
2
2
  version usercentrics_version
3
3
 
4
4
  buildscript {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@usercentrics/react-native-sdk",
3
- "version": "2.14.0",
3
+ "version": "2.14.2",
4
4
  "description": "Usercentrics SDK",
5
5
  "homepage": "https://usercentrics.com",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "author": "Usercentrics <developer@usercentrics.com>",
9
9
  "iosPackageName": "react-native-usercentrics",
10
- "iosPackageVersion": "2.14.0",
10
+ "iosPackageVersion": "2.14.2",
11
11
  "license": "SEE LICENSE IN LICENSE",
12
12
  "files": [
13
13
  "android",