Skip to content

[Release] [GitHub Action] Update package versions#472

Merged
brionmario merged 1 commit intomainfrom
changeset-release/main
Apr 21, 2026
Merged

[Release] [GitHub Action] Update package versions#472
brionmario merged 1 commit intomainfrom
changeset-release/main

Conversation

@asgardeo-github-bot
Copy link
Copy Markdown

@asgardeo-github-bot asgardeo-github-bot commented Apr 21, 2026

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

Minor Changes

  • #471
    03c4306 Thanks
    @brionmario! - Implement component rendering extensions and context for customizable
    SDK behavior

Patch Changes

  • Updated dependencies
    [03c4306]:
    • @asgardeo/javascript@0.19.0

@asgardeo/javascript@0.19.0

Minor Changes

  • #471
    03c4306 Thanks
    @brionmario! - Implement component rendering extensions and context for customizable
    SDK behavior

@asgardeo/react@0.23.0

Minor Changes

  • #471
    03c4306 Thanks
    @brionmario! - Implement component rendering extensions and context for customizable
    SDK behavior

Patch Changes

  • Updated dependencies
    [03c4306]:
    • @asgardeo/browser@0.7.0

@asgardeo/express@0.0.74

Patch Changes

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

@asgardeo/nextjs@0.3.11

Patch Changes

  • Updated dependencies
    [03c4306]:
    • @asgardeo/react@0.23.0
    • @asgardeo/node@0.0.75

@asgardeo/node@0.0.75

Patch Changes

  • Updated dependencies
    [03c4306]:
    • @asgardeo/javascript@0.19.0

@asgardeo/vue@0.3.3

Patch Changes

  • Updated dependencies
    [03c4306]:
    • @asgardeo/browser@0.7.0

Summary by CodeRabbit

  • Chores
    • Released new versions across Asgardeo SDK packages: @asgardeo/javascript (0.19.0), @asgardeo/browser (0.7.0), @asgardeo/react (0.23.0), @asgardeo/node (0.0.75), @asgardeo/express (0.0.74), @asgardeo/nextjs (0.3.11), and @asgardeo/vue (0.3.3).
    • Updated changelogs across all packages.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6a7c95cb-a574-494d-b1a7-ca7bf0a617d0

📥 Commits

Reviewing files that changed from the base of the PR and between 0f06342 and a54fa2e.

📒 Files selected for processing (15)
  • .changeset/purple-paths-retire.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/react/CHANGELOG.md
  • packages/react/package.json
  • packages/vue/CHANGELOG.md
  • packages/vue/package.json
💤 Files with no reviewable changes (1)
  • .changeset/purple-paths-retire.md

📝 Walkthrough

Walkthrough

A monorepo release consolidating version bumps across seven packages following implementation of component rendering extensions and SDK behavior context. The changeset metadata file is retired, package versions are incremented, and changelog entries document the updates and dependency changes.

Changes

Cohort / File(s) Summary
Changeset Retirement
.changeset/purple-paths-retire.md
Removed changeset metadata file that declared version bump directives for three packages.
Core JavaScript Package
packages/javascript/package.json, packages/javascript/CHANGELOG.md
Minor version bump to 0.19.0 with new changelog entry documenting component rendering extensions and SDK behavior context implementation.
Browser Package
packages/browser/package.json, packages/browser/CHANGELOG.md
Minor version bump to 0.7.0 with changelog documenting component rendering extensions, context customization, and updated dependency on @asgardeo/javascript@0.19.0.
React Package
packages/react/package.json, packages/react/CHANGELOG.md
Minor version bump to 0.23.0 with changelog entries for component rendering extensions and updated dependency on @asgardeo/browser@0.7.0.
Node Package
packages/node/package.json, packages/node/CHANGELOG.md
Patch version bump to 0.0.75 with changelog documenting updated dependency on @asgardeo/javascript@0.19.0.
Framework Packages
packages/express/package.json, packages/express/CHANGELOG.md, packages/nextjs/package.json, packages/nextjs/CHANGELOG.md, packages/vue/package.json, packages/vue/CHANGELOG.md
Patch version bumps (express 0.0.74, nextjs 0.3.11, vue 0.3.3) with changelog entries reflecting updated dependencies on packages with new minor versions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • ThaminduDilshan

Poem

🐰 Hop, hop! Version tags do spring,
Through seven packages, updates take wing,
Component extensions now in place,
SDK behavior finds its grace,
Changelogs written, releases race!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description deviates significantly from the required template. It lacks the Purpose, Related Issues, Related PRs, Checklist, and Security checks sections entirely, containing only auto-generated release notes instead. Add the missing template sections: Purpose section explaining the release trigger, Related Issues/PRs section, Checklist section with applicable items, and Security checks section.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main purpose of the PR: updating package versions as part of an automated release process triggered by GitHub Actions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@brionmario brionmario merged commit ef3f739 into main Apr 21, 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