chore(main): release sdk 0.4.1#31
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
WalkthroughVersion identifiers in the release manifest and package.json are reverted from 0.5.0 to 0.4.1, and CHANGELOG.md is updated with a new release date and expanded Features and Bug Fixes sections for the 0.4.1 entry. ChangesRelease version rollback
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
✨ 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 |
|
🤖 Created releases: 🌻 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 372edfa047
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| { | ||
| "name": "@rixl/sdk", | ||
| "version": "0.5.0", | ||
| "version": "0.4.1", |
There was a problem hiding this comment.
Keep the SDK version monotonic
This release commit downgrades @rixl/sdk from the parent commit’s 0.5.0 back to 0.4.1 (the manifest is downgraded the same way, and the changelog already contains a prior 0.4.1 entry). If this is published, package managers will treat it as older than the current 0.5.x line, so consumers pinned to ^0.5.0 will not receive the release and future release-please state starts from the wrong version. The release version should advance from 0.5.0 instead of reusing 0.4.1.
Useful? React with 👍 / 👎.
🤖 I have created a release beep boop
0.4.1 (2026-07-08)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit