-
Notifications
You must be signed in to change notification settings - Fork 16
Release: 2.26.1 #196
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.26.1 #196
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.
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.25.1", | ||
| "version": "2.26.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.25.1", | ||
| "iosPackageVersion": "2.26.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. [VALIDATION] You bumped package version and iosPackageVersion to 2.26.1. Ensure you also: 1) run the 'yarn compile' (prepare) to regenerate the lib/ artifacts and include them in the release; 2) run the prepublish codegen script (generate-codegen-jni.js) so native bindings/JNI are updated; 3) verify the podspec (react-native-usercentrics.podspec) picks up the new iosPackageVersion and that CocoaPods integration works with 2.26.1. Also verify CI/publishing scripts and any release tags are updated to avoid publishing mismatches. |
||
| "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] The new release entry uses the date 'Apr 07, 2026' which is in the future relative to today (2026-04-06). Update the release date to the actual publish date or ensure this intentional future date won't break release automation, CI validations, or downstream documentation that expects chronological ordering.