[Release] [GitHub Action] Update package versions - #549
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (17)
💤 Files with no reviewable changes (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change updates patch versions and changelogs for the JavaScript, React, Next.js, browser, Node, Express, Nuxt, and Vue packages. The changelogs record sign-in i18n updates, partial bundle support, and dependency updates. ChangesRelease metadata
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This release updates SDK package versions and changelogs for the documented patch releases. No concrete current-head issue affecting package publication or consumer behavior remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@asgardeo/browser@0.7.14
Patch Changes
[
3177d83]:@asgardeo/express@0.0.85
Patch Changes
@asgardeo/javascript@0.23.4
Patch Changes
#548
3177d83Thanks@DonOmalVindula! - Let applications relabel the embedded sign-in fields through
i18n.
bundle (
elements.fields.<field>.label/elements.fields.<field>.placeholder) when a translation is provided,falling back to the text returned by the identity server. This lets applications whose users sign in with an email
address relabel the identifier field without changing the login flow.
preferences.i18n.bundlesnow accepts partial bundles (I18nBundleOverride): only the keys being changed need tobe supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
complete bundle.
<SignIn />component now accepts thepreferencesprop, so texts can be overridden per component aswith
<SignUp />and the React SDK.@asgardeo/nextjs@0.3.33
Patch Changes
#548
3177d83Thanks@DonOmalVindula! - Let applications relabel the embedded sign-in fields through
i18n.
bundle (
elements.fields.<field>.label/elements.fields.<field>.placeholder) when a translation is provided,falling back to the text returned by the identity server. This lets applications whose users sign in with an email
address relabel the identifier field without changing the login flow.
preferences.i18n.bundlesnow accepts partial bundles (I18nBundleOverride): only the keys being changed need tobe supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
complete bundle.
<SignIn />component now accepts thepreferencesprop, so texts can be overridden per component aswith
<SignUp />and the React SDK.Updated dependencies
[
3177d83]:@asgardeo/node@0.0.86
Patch Changes
[
3177d83]:@asgardeo/nuxt@0.2.7
Patch Changes
@asgardeo/react@0.25.11
Patch Changes
#548
3177d83Thanks@DonOmalVindula! - Let applications relabel the embedded sign-in fields through
i18n.
bundle (
elements.fields.<field>.label/elements.fields.<field>.placeholder) when a translation is provided,falling back to the text returned by the identity server. This lets applications whose users sign in with an email
address relabel the identifier field without changing the login flow.
preferences.i18n.bundlesnow accepts partial bundles (I18nBundleOverride): only the keys being changed need tobe supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
complete bundle.
<SignIn />component now accepts thepreferencesprop, so texts can be overridden per component aswith
<SignUp />and the React SDK.Updated dependencies []:
@asgardeo/vue@0.4.7
Patch Changes
Summary by CodeRabbit
New Features
preferencesprop for per-component text customization.Chores