Skip to content

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

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

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

Conversation

@asgardeo-github-bot

@asgardeo-github-bot asgardeo-github-bot commented Sep 8, 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.15

Patch Changes

  • Updated dependencies []:
    • @asgardeo/javascript@0.23.5

@asgardeo/express@0.0.86

Patch Changes

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

@asgardeo/i18n@0.4.9

Patch Changes

  • #567
    d559499 Thanks
    @DonOmalVindula! - Show a success message and a sign-in button when a
    registration completes without signing the user in.

    • BaseSignUp accepts a signInUrl prop. When the flow completes and the prop is set, the card keeps showing the
      "account created" message and renders a Sign In button that takes the user to that URL.
    • The Next.js <SignUp /> passes the configured signInUrl automatically, and the provider no longer navigates to
      afterSignUpUrl when no session was created (for example after a social sign-up, or a multi-step registration).
      Previously the user was sent to a protected page and bounced straight to the sign-in form without ever seeing that
      the account had been created. A per-component afterSignUpUrl prop is still honoured.
    • When the host does sign the user in (the Next.js auto sign-in), the message reads "Your account has been created.
      Signing you in…" (new i18n key signup.success.signing.in) instead of leaving the user wondering what happens next.

@asgardeo/javascript@0.23.5

Patch Changes

  • Updated dependencies
    [d559499]:
    • @asgardeo/i18n@0.4.9

@asgardeo/nextjs@0.3.34

Patch Changes

  • #567
    d559499 Thanks
    @DonOmalVindula! - Show a success message and a sign-in button when a
    registration completes without signing the user in.

    • BaseSignUp accepts a signInUrl prop. When the flow completes and the prop is set, the card keeps showing the
      "account created" message and renders a Sign In button that takes the user to that URL.
    • The Next.js <SignUp /> passes the configured signInUrl automatically, and the provider no longer navigates to
      afterSignUpUrl when no session was created (for example after a social sign-up, or a multi-step registration).
      Previously the user was sent to a protected page and bounced straight to the sign-in form without ever seeing that
      the account had been created. A per-component afterSignUpUrl prop is still honoured.
    • When the host does sign the user in (the Next.js auto sign-in), the message reads "Your account has been created.
      Signing you in…" (new i18n key signup.success.signing.in) instead of leaving the user wondering what happens next.
  • Updated dependencies
    [d559499]:

    • @asgardeo/react@0.25.12
    • @asgardeo/node@0.0.87

@asgardeo/node@0.0.87

Patch Changes

  • Updated dependencies []:
    • @asgardeo/javascript@0.23.5

@asgardeo/nuxt@0.2.8

Patch Changes

  • Updated dependencies []:
    • @asgardeo/vue@0.4.8
    • @asgardeo/browser@0.7.15
    • @asgardeo/node@0.0.87

@asgardeo/react@0.25.12

Patch Changes

  • #567
    d559499 Thanks
    @DonOmalVindula! - Show a success message and a sign-in button when a
    registration completes without signing the user in.

    • BaseSignUp accepts a signInUrl prop. When the flow completes and the prop is set, the card keeps showing the
      "account created" message and renders a Sign In button that takes the user to that URL.
    • The Next.js <SignUp /> passes the configured signInUrl automatically, and the provider no longer navigates to
      afterSignUpUrl when no session was created (for example after a social sign-up, or a multi-step registration).
      Previously the user was sent to a protected page and bounced straight to the sign-in form without ever seeing that
      the account had been created. A per-component afterSignUpUrl prop is still honoured.
    • When the host does sign the user in (the Next.js auto sign-in), the message reads "Your account has been created.
      Signing you in…" (new i18n key signup.success.signing.in) instead of leaving the user wondering what happens next.
  • Updated dependencies
    [d559499]:

    • @asgardeo/i18n@0.4.9
    • @asgardeo/browser@0.7.15

@asgardeo/vue@0.4.8

Patch Changes

  • Updated dependencies
    [d559499]:
    • @asgardeo/i18n@0.4.9
    • @asgardeo/browser@0.7.15

Summary by CodeRabbit

  • Bug Fixes

    • Sign-up flows that complete without creating a session now remain on the account-created message instead of redirecting.
    • A Sign In button is shown when a sign-in URL is available.
    • Automatically signed-in users see a clear “Your account has been created. Signing you in…” message.
    • Component-level post-sign-up redirects continue to be honored.
  • Documentation

    • Updated package release notes for the latest patch versions across supported frameworks.

@coderabbitai

coderabbitai Bot commented Sep 8, 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: Advanced

Run ID: d00ff5c8-12a3-4264-b4fc-38837b8fab23

📥 Commits

Reviewing files that changed from the base of the PR and between a6e88e6 and f59d77b.

📒 Files selected for processing (19)
  • .changeset/signup-complete-without-session.md
  • packages/browser/CHANGELOG.md
  • packages/browser/package.json
  • packages/express/CHANGELOG.md
  • packages/express/package.json
  • packages/i18n/CHANGELOG.md
  • packages/i18n/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/signup-complete-without-session.md

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


📝 Walkthrough

Walkthrough

This patch records sign-up success handling updates and coordinated patch releases. Release notes describe no-session success messaging, Sign In button support, automatic sign-in messaging, and related dependency version updates.

Changes

Sign-up behavior release

Layer / File(s) Summary
Sign-up behavior release metadata
packages/i18n/..., packages/react/..., packages/nextjs/...
The changelogs document signInUrl support, no-session success handling, preserved per-component afterSignUpUrl behavior, and the signup.success.signing.in message. Package versions increase to 0.4.9, 0.25.12, and 0.3.34.

Dependency release metadata

Layer / File(s) Summary
Coordinated dependency release metadata
packages/javascript/..., packages/browser/..., packages/node/..., packages/express/..., packages/vue/..., packages/nuxt/...
The changelogs record dependency updates, and package versions increase to the corresponding patch releases.

Priority: ➖ Normal — Impact reflects medium issue severity.

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

Severity of issue fixed: Medium

Merge Risk: ⚪ Minimal · up to f59d7

This release publishes coordinated patch versions and documents the sign-up completion behavior. Package versions and dependency references are consistent, with no current merge-blocking risk identified.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides detailed release information and explains the included registration updates. It does not follow the repository template because it omits the Purpose, Related Issues, Related P… Add all sections from the repository template. Include explicit entries for related issues, related PRs, checklist completion, documentation, tests, secure coding, and secret checks. Preserve the existing release details under Purpose or an…
✅ 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 purpose of the pull request.
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.
Full details: Description check

Explanation

The description provides detailed release information and explains the included registration updates. It does not follow the repository template because it omits the Purpose, Related Issues, Related PRs, Checklist, and Security checks sections.

Resolution

Add all sections from the repository template. Include explicit entries for related issues, related PRs, checklist completion, documentation, tests, secure coding, and secret checks. Preserve the existing release details under Purpose or an equivalent release section.

  • 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 8f4b93a into main Sep 8, 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