chore(release): bump package versions#181
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Need the big picture first? Review this PR in Change Stack to see what changed before going file by file. Warning Review limit reached
More reviews will be available in 28 minutes and 51 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (12)
📝 WalkthroughWalkthroughThis PR coordinates a multi-package version release across the aura-stack monorepo: ChangesMulti-package release v0.7.2–v0.1.0 with OAuth expansion
🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 3
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
packages/react/CHANGELOG.md (1)
9-24:⚠️ Potential issue | 🟡 Minor | ⚡ Quick winAdd [0.1.0] section to align with other packages.
The Express and Hono packages both include a
[0.1.0] - 2026-06-05section in their changelogs to document the first release. Since this package is also releasing version 0.1.0 (as shown in package.json line 3), the changelog should follow the same structure for consistency.Consider moving the recent additions from
[Unreleased]into a new[0.1.0] - 2026-06-05section, and keep[Unreleased]as an empty placeholder for future changes, following the pattern used in the other packages.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@packages/react/CHANGELOG.md` around lines 9 - 24, Update the changelog by creating a new release section header "[0.1.0] - 2026-06-05" and move the current entries under "## [Unreleased]" (the Added bullets about /cookies, AuthProvider redirect, BroadcastChannel, updated hooks, removed exports, new entry points, and React integration) into that new "[0.1.0] - 2026-06-05" section; leave "## [Unreleased]" present but empty as a placeholder to match the other packages' changelog structure.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/elysia/deno.json`:
- Line 33: The deno import for the dependency "`@aura-stack/auth`" is pinned to
^0.7.1 which mismatches the bumped core version 0.7.2; update the version string
in packages/elysia/deno.json (the entry containing "`@aura-stack/auth`":
"npm:`@aura-stack/auth`@^0.7.1") to the matching ^0.7.2 so the Elysia package uses
the latest core release.
In `@packages/express/deno.json`:
- Line 33: The `@aura-stack/auth` dependency in the manifest is pinned to ^0.7.1
causing a mismatch with core 0.7.2; update the dependency entry string
"`@aura-stack/auth`": "npm:`@aura-stack/auth`@^0.7.1" to use ^0.7.2 so it reads
"`@aura-stack/auth`": "npm:`@aura-stack/auth`@^0.7.2" to align versions and ensure
the Express package uses the latest core release.
In `@packages/integration/deno.json`:
- Line 13: The import-map entry for the specifier "./cookies" currently targets
"src/_core/cookies.ts" (a non-relative specifier); update the mapping value to
use a relative path by changing the target to "./src/_core/cookies.ts" so the
"./cookies" entry resolves consistently with the other "./src/..." entries in
the import-map.
---
Outside diff comments:
In `@packages/react/CHANGELOG.md`:
- Around line 9-24: Update the changelog by creating a new release section
header "[0.1.0] - 2026-06-05" and move the current entries under "##
[Unreleased]" (the Added bullets about /cookies, AuthProvider redirect,
BroadcastChannel, updated hooks, removed exports, new entry points, and React
integration) into that new "[0.1.0] - 2026-06-05" section; leave "##
[Unreleased]" present but empty as a placeholder to match the other packages'
changelog structure.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: be425c72-97cd-40d0-8489-0abe12e9894c
⛔ Files ignored due to path filters (2)
bun.lockis excluded by!**/*.lockdeno.lockis excluded by!**/*.lock
📒 Files selected for processing (23)
deno.jsonpackages/core/CHANGELOG.mdpackages/core/deno.jsonpackages/core/package.jsonpackages/elysia/CHANGELOG.mdpackages/elysia/deno.jsonpackages/elysia/package.jsonpackages/express/CHANGELOG.mdpackages/express/deno.jsonpackages/express/package.jsonpackages/hono/CHANGELOG.mdpackages/hono/deno.jsonpackages/hono/package.jsonpackages/integration/deno.jsonpackages/next/CHANGELOG.mdpackages/next/deno.jsonpackages/next/package.jsonpackages/react-router/CHANGELOG.mdpackages/react-router/deno.jsonpackages/react-router/package.jsonpackages/react/CHANGELOG.mdpackages/react/deno.jsonpackages/react/package.json
Description
This pull request publishes new releases of the packages to both npm and JSR registries:
@aura-stack/auth@0.7.2@aura-stack/elysia@0.1.0@aura-stack/express@0.1.0@aura-stack/hono@0.1.0@aura-stack/react@0.1.0@aura-stack/react-router@0.1.0@aura-stack/next@0.1.0NPM
JSR