chore(release): bump package versions#94
Conversation
- `@aura-stack/auth@0.4.0` - `@aura-stack/jose@0.3.0`
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughThis PR updates release metadata: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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)
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.
🧹 Nitpick comments (2)
packages/jose/CHANGELOG.md (1)
13-13: Standardize date format to ISO 8601.The date "2026-2-16" should use leading zeros: "2026-02-16" to match ISO 8601 format (YYYY-MM-DD) recommended by Keep a Changelog.
📅 Proposed fix for date format
-## [0.3.0] - 2026-2-16 +## [0.3.0] - 2026-02-16🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@packages/jose/CHANGELOG.md` at line 13, Update the release header date in CHANGELOG.md for version "0.3.0" to use ISO 8601 with leading zeros: change the string "## [0.3.0] - 2026-2-16" to "## [0.3.0] - 2026-02-16" so the date format is YYYY-MM-DD and consistent with Keep a Changelog.packages/core/CHANGELOG.md (1)
13-13: Standardize date format to ISO 8601.The date "2026-2-16" should use leading zeros: "2026-02-16". The Keep a Changelog format recommends ISO 8601 (YYYY-MM-DD) for consistency and machine readability.
📅 Proposed fix for date format
-## [0.4.0] - 2026-2-16 +## [0.4.0] - 2026-02-16🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@packages/core/CHANGELOG.md` at line 13, Update the release header date to ISO 8601 format: change the version header string "## [0.4.0] - 2026-2-16" to use leading zeros ("## [0.4.0] - 2026-02-16") so the CHANGELOG follows the Keep a Changelog YYYY-MM-DD convention.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@packages/core/CHANGELOG.md`:
- Line 13: Update the release header date to ISO 8601 format: change the version
header string "## [0.4.0] - 2026-2-16" to use leading zeros ("## [0.4.0] -
2026-02-16") so the CHANGELOG follows the Keep a Changelog YYYY-MM-DD
convention.
In `@packages/jose/CHANGELOG.md`:
- Line 13: Update the release header date in CHANGELOG.md for version "0.3.0" to
use ISO 8601 with leading zeros: change the string "## [0.3.0] - 2026-2-16" to
"## [0.3.0] - 2026-02-16" so the date format is YYYY-MM-DD and consistent with
Keep a Changelog.
Description
This pull request publishes new releases for the following packages:
@aura-stack/jose-> v0.3.0@aura-stack/auth-> v0.4.0These releases include multiple new features, security improvements, and internal refinements introduced across recent changes in the monorepo. The version bump reflects cumulative enhancements to authentication flows, cryptographic handling, configuration options, and developer experience compared to previous versions.
Key Changes
@aura-stack/authtrustedOriginsoption #88loggerconfiguration option #84@aura-stack/joseJWSandJWE#48Packages on npm