release: v1.3.1 → stable#799
Merged
Merged
Conversation
## Summary - Bump NPM packages (`@yellow-org/sdk`, `@yellow-org/sdk-compat`, `@yellow-org/sdk-mcp`) to `1.3.0` - Set `appVersion: 1.3.0` on nitronode, playground, faucet-app Helm charts Sibling of `release/v1.3.0 → stable` PR. Keeps `main` aligned with shipped versions. ## Test plan - [ ] CI green - [ ] Merge after stable PR lands 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Released version 1.3.0 across all SDK packages, including TypeScript, compatibility modules, and MCP integration components. * Updated Helm chart application metadata to version 1.3.0 for all deployment configurations. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/layer-3/nitrolite/pull/798?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Bump @yellow-org/sdk, @yellow-org/sdk-compat, @yellow-org/sdk-mcp to 1.3.1 - Add prepublishOnly to @yellow-org/sdk-compat (clean + build:prod) - Tighten @yellow-org/sdk-mcp prepublishOnly to clean dist/content first (1.3.0 sdk-compat shipped a stale dist; prevents recurrence) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
The MCP package depends on @yellow-org/sdk and @yellow-org/sdk-compat being on npm before its preflight passes. Until those two packages also have automated publishing, MCP is published manually and the CI publish jobs would race against (or fail before) the manual sdk/sdk-compat publish. Disable the auto-trigger and gate the publish jobs behind `if: false` so re-enabling is a one-line revert. Keep PR validation running. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release that re-publishes `@yellow-org/sdk-compat` with a correct build. The `@yellow-org/sdk-compat@1.3.0` tarball shipped a stale `dist/` (built May 5), so it is missing runtime changes from #699 (ts-compat runtime migration surface), #748 (absent-resource GET returns), and #758 (audit final session-key changes). `@yellow-org/sdk@1.3.0` rebuilt correctly via its existing `prepublishOnly` hook.
Changes
Post-merge
🤖 Generated with Claude Code