-
Notifications
You must be signed in to change notification settings - Fork 16
Release: 2.27.0 #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 2.27.0 #216
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| { | ||
| "name": "@usercentrics/react-native-sdk", | ||
| "version": "2.26.3", | ||
| "version": "2.27.0", | ||
| "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.26.3", | ||
| "iosPackageVersion": "2.27.0", | ||
|
Comment on lines
+3
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [NITPICK] You bumped package version and iosPackageVersion to 2.27.0. Confirm that the prepare/compile step, the react-native-usercentrics.podspec and any release scripts (scripts/generate-codegen-jni.js, prepublish hooks) run successfully with this version. Ensure you publish the matching native artifacts (UsercentricsUI 2.27.0) and update changelog/release notes accordingly. |
||
| "license": "SEE LICENSE IN LICENSE", | ||
| "files": [ | ||
| "android", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[NITPICK] You added mandatoryLabel to the expectedTCF2Settings test fixture. Ensure all other platform tests / fixtures (iOS sample mocks, shared unit tests) are updated to expect this new key or remain tolerant to its absence. Also consider adding a small unit test that verifies behavior when mandatoryLabel is missing (to prevent regressions when running tests against older SDKs).