Skip to content

[Release] [GitHub Action] Update package versions - #549

Merged
DonOmalVindula merged 1 commit into
mainfrom
changeset-release/main
Sep 6, 2026
Merged

[Release] [GitHub Action] Update package versions#549
DonOmalVindula merged 1 commit into
mainfrom
changeset-release/main

Conversation

@asgardeo-github-bot

@asgardeo-github-bot asgardeo-github-bot commented Sep 6, 2026

Copy link
Copy Markdown

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

  • Updated dependencies
    [3177d83]:
    • @asgardeo/javascript@0.23.4

@asgardeo/express@0.0.85

Patch Changes

  • Updated dependencies []:
    • @asgardeo/node@0.0.86

@asgardeo/javascript@0.23.4

Patch Changes

  • #548
    3177d83 Thanks
    @DonOmalVindula! - Let applications relabel the embedded sign-in fields through
    i18n.

    • The username and password fields of the embedded sign-in form now take their label and placeholder from the 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.bundles now accepts partial bundles (I18nBundleOverride): only the keys being changed need to
      be supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
      complete bundle.
    • The Next.js <SignIn /> component now accepts the preferences prop, so texts can be overridden per component as
      with <SignUp /> and the React SDK.

@asgardeo/nextjs@0.3.33

Patch Changes

  • #548
    3177d83 Thanks
    @DonOmalVindula! - Let applications relabel the embedded sign-in fields through
    i18n.

    • The username and password fields of the embedded sign-in form now take their label and placeholder from the 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.bundles now accepts partial bundles (I18nBundleOverride): only the keys being changed need to
      be supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
      complete bundle.
    • The Next.js <SignIn /> component now accepts the preferences prop, so texts can be overridden per component as
      with <SignUp /> and the React SDK.
  • Updated dependencies
    [3177d83]:

    • @asgardeo/react@0.25.11
    • @asgardeo/node@0.0.86

@asgardeo/node@0.0.86

Patch Changes

  • Updated dependencies
    [3177d83]:
    • @asgardeo/javascript@0.23.4

@asgardeo/nuxt@0.2.7

Patch Changes

  • Updated dependencies []:
    • @asgardeo/browser@0.7.14
    • @asgardeo/node@0.0.86
    • @asgardeo/vue@0.4.7

@asgardeo/react@0.25.11

Patch Changes

  • #548
    3177d83 Thanks
    @DonOmalVindula! - Let applications relabel the embedded sign-in fields through
    i18n.

    • The username and password fields of the embedded sign-in form now take their label and placeholder from the 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.bundles now accepts partial bundles (I18nBundleOverride): only the keys being changed need to
      be supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
      complete bundle.
    • The Next.js <SignIn /> component now accepts the preferences prop, so texts can be overridden per component as
      with <SignUp /> and the React SDK.
  • Updated dependencies []:

    • @asgardeo/browser@0.7.14

@asgardeo/vue@0.4.7

Patch Changes

  • Updated dependencies []:
    • @asgardeo/browser@0.7.14

Summary by CodeRabbit

  • New Features

    • Embedded sign-in username and password labels and placeholders can now be customized through translations, with identity-server text used when translations are unavailable.
    • Sign-in preferences now support partial translation bundles and optional bundle metadata.
    • The Next.js sign-in component now accepts a preferences prop for per-component text customization.
  • Chores

    • Published patch releases across the JavaScript, React, Next.js, browser, Node.js, Express, Nuxt, and Vue packages.

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: da3364d3-93a1-4e7d-87aa-755380ad7f2d

📥 Commits

Reviewing files that changed from the base of the PR and between dc5ca39 and 2a14268.

📒 Files selected for processing (17)
  • .changeset/signin-field-labels-i18n.md
  • packages/browser/CHANGELOG.md
  • packages/browser/package.json
  • packages/express/CHANGELOG.md
  • packages/express/package.json
  • packages/javascript/CHANGELOG.md
  • packages/javascript/package.json
  • packages/nextjs/CHANGELOG.md
  • packages/nextjs/package.json
  • packages/node/CHANGELOG.md
  • packages/node/package.json
  • packages/nuxt/CHANGELOG.md
  • packages/nuxt/package.json
  • packages/react/CHANGELOG.md
  • packages/react/package.json
  • packages/vue/CHANGELOG.md
  • packages/vue/package.json
💤 Files with no reviewable changes (1)
  • .changeset/signin-field-labels-i18n.md

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The 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.

Changes

Release metadata

Layer / File(s) Summary
JavaScript SDK release
packages/javascript/package.json, packages/javascript/CHANGELOG.md
Updates @asgardeo/javascript to 0.23.4 and documents the sign-in i18n and partial bundle changes.
React and Next.js releases
packages/react/..., packages/nextjs/...
Updates package versions to 0.25.11 and 0.3.33. The changelogs record the related i18n, preferences, and dependency changes.
Runtime and framework release propagation
packages/browser/..., packages/node/..., packages/express/..., packages/nuxt/..., packages/vue/...
Updates package versions and changelogs for the related dependency releases.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 2a142

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)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description accurately documents the release packages and changes, but it omits the required template sections for purpose, related issues, related PRs, checklist, and security checks. Add all required template sections. Include the release purpose, mark related issues and PRs as N/A when applicable, complete the checklist, and confirm the security checks.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies this as an automated release that updates package versions, which matches the main changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
  • Fix all pre-merge checks with AI
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DonOmalVindula
DonOmalVindula merged commit 409ebae into main Sep 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants