Skip to content

Commit

Permalink
2.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-leo committed Jan 7, 2025
1 parent 414be48 commit 53b96a8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
[Release Notes](https://docs.usercentrics.com/cmp_in_app_sdk/latest/about/history/)

### 2.18.4 - January 07, 2025

## Android Bug Fixes

* Inconsistencies when showing the banner using the `windowFullscreen` parameter

## Fixes

* Google Consent Mode edge case when setting `analytics_storage` flag
* Clear User Session edge case when using caching certain requests

### 2.18.3 - December 11, 2024

## Features
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def usercentrics_version = "2.18.3"
def usercentrics_version = "2.18.4"
version usercentrics_version

buildscript {
Expand Down
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ PODS:
- React-jsinspector (0.65.3)
- react-native-safe-area-context (3.4.1):
- React-Core
- react-native-usercentrics (2.18.3):
- react-native-usercentrics (2.18.4):
- React
- UsercentricsUI (= 2.18.3)
- UsercentricsUI (= 2.18.4)
- react-native-webview (11.26.1):
- React-Core
- React-perflogger (0.65.3)
Expand Down Expand Up @@ -280,9 +280,9 @@ PODS:
- RNScreens (3.20.0):
- React-Core
- React-RCTImage
- Usercentrics (2.18.3)
- UsercentricsUI (2.18.3):
- Usercentrics (= 2.18.3)
- Usercentrics (2.18.4)
- UsercentricsUI (2.18.4):
- Usercentrics (= 2.18.4)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -413,7 +413,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: d7540b187f30f45281ece995f19dde143e3afff3
React-jsinspector: 94bbad998be4efbdac7d6d152677bdd134c1c980
react-native-safe-area-context: 5b8a418400eb3d8364aa87300e865c0262cc17b9
react-native-usercentrics: c572a8537e419abe0f081063649245e30ded12d4
react-native-usercentrics: 6d4a0784a822c77eb4e945eb0b3be65b6a8c7e5a
react-native-webview: e3b659a6d614bb37fb12a2de82c91a378c59d84b
React-perflogger: f8205b59ccf68dbe4184e71ac7b4db55ea0c8965
React-RCTActionSheet: 67b50ddfccbc123dcc7574475e4fdc911cc601d7
Expand All @@ -428,8 +428,8 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 5ebf1c985947ea684140fe8431b5b4921c2960c1
ReactCommon: 3a88b42affa0809e2524f978700a22841b04a421
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
Usercentrics: abe2ded00769d52b01efacf4961b101b1983f4d6
UsercentricsUI: 285334b6e78bc7ee692bc740ee65f06f4d357cb8
Usercentrics: d8b539d3dcaf5798513a203073e296fc9d55164c
UsercentricsUI: 0929c61f1b1cd8347c46568bd0d80258c96354fe
Yoga: 8ae716bf8b654fac1c7be1ac81376041837acb2c

PODFILE CHECKSUM: 6a0c106d5e4f01a025fc61ce0aefe430d1ada736
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@usercentrics/react-native-sdk",
"version": "2.18.3",
"version": "2.18.4",
"description": "Usercentrics SDK",
"homepage": "https://usercentrics.com",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Usercentrics <developer@usercentrics.com>",
"iosPackageName": "react-native-usercentrics",
"iosPackageVersion": "2.18.3",
"iosPackageVersion": "2.18.4",
"license": "SEE LICENSE IN LICENSE",
"files": [
"android",
Expand Down

0 comments on commit 53b96a8

Please sign in to comment.