chore(release): bump package versions #121
Conversation
- `@aura-stack/auth@0.5.0` - `@aura-stack/jose@0.4.0`
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughVersion bumps for Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@packages/core/CHANGELOG.md`:
- Line 13: The changelog entry header currently reads "## [0.4.0] - 2026-03-19"
but should match the package version bump to 0.5.0; update that header to "##
[0.5.0] - 2026-03-19" so it no longer duplicates the earlier 0.4.0 entry and
aligns with the version changes in package.json/deno.json.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: bc62ab65-d955-4df0-9a58-953b488fddc4
📒 Files selected for processing (8)
packages/core/CHANGELOG.mdpackages/core/deno.jsonpackages/core/package.jsonpackages/core/src/oauth/atlassian.tspackages/core/src/oauth/dropbox.tspackages/jose/CHANGELOG.mdpackages/jose/deno.jsonpackages/jose/package.json
Description
This pull request publishes new releases of the packages to both npm and JSR registries:
@aura-stack/auth@0.5.0@aura-stack/jose@0.4.0Registries
NPM
JSR
These releases introduce new APIs, expanded OAuth provider support, and multiple security improvements, including built-in secure comparisons. Additionally, configuration via environment variables has been enhanced, allowing users to define authentication behavior either programmatically or through environment-based configuration.
Overall, these updates improve compatibility with OAuth providers, strengthen security practices, and enhance the developer experience for both users and contributors.
Key Changes
@aura-stack/authsignInviacreateAuth.api#117createAuthClientAPI #114timingSafeEqualfor constant-time comparison #99AtlassianOAuth provider #60DropboxOAuth provider #59NotionOAuth provider #49TwitchOAuth provider #47@aura-stack/jose