-
Notifications
You must be signed in to change notification settings - Fork 16
Release: 2.27.1 #240
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.1 #240
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| val usercentricsVersion = "2.30.0" | ||
| val usercentricsVersion = "2.27.1" | ||
|
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. [VALIDATION] You set |
||
| val reactNativeVersion = "+" | ||
|
|
||
| fun BooleanProperty(name: String): Boolean { | ||
|
|
@@ -97,4 +97,4 @@ afterEvaluate { | |
| dependsOn(":usercentrics_react-native-sdk:generateReleaseResValues") | ||
| } | ||
| } | ||
| } | ||
| } | ||
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.30.0", | ||
| "version": "2.27.1", | ||
| "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.30.0", | ||
| "iosPackageVersion": "2.27.1", | ||
|
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. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: #!/bin/bash
set -eu
printf '%s\n' '--- changed hunks ---'
git diff -- package.json android/build.gradle.kts CHANGELOG.md
printf '%s\n' '--- package metadata ---'
cat -n package.json | sed -n '1,35p'
printf '%s\n' '--- Android version binding ---'
cat -n android/build.gradle.kts | sed -n '1,20p'
printf '%s\n' '--- changelog head ---'
cat -n CHANGELOG.md | sed -n '1,30p'Repository: Usercentrics/react-native-sdk Length of output: 1219 🏁 Script executed: #!/bin/bash
set -eu
git diff --stat
git diff -- package.json android/build.gradle.kts CHANGELOG.md
cat -n package.json | sed -n '1,35p'
cat -n android/build.gradle.kts | sed -n '1,20p'
cat -n CHANGELOG.md | sed -n '1,30p'Repository: Usercentrics/react-native-sdk Length of output: 1219 🌐 Web query:
💡 Result: As of August 25, 2026, the Usercentrics React Native SDK (published as Citations:
🌐 Web query:
💡 Result: Found all three Usercentrics React Native SDK releases:
[1] (github.com) Citations:
Restore the cross-file version alignment.
📍 Affects 3 files
🤖 Prompt for AI Agents |
||
| "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 a
### 2.27.1 – Aug 25, 2026entry at the top (lines 2-4). That version is older than the existing 2.30.0 entry and duplicates an earlier 2.27.1 section in the file, which breaks newest-first ordering and creates confusion. Either remove this insertion or move the note under the correct (newest) release, or create a properly incremented release entry. Keep changelog entries newest-first and avoid duplicating historical releases.