Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/silly-jokes-start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@yieldxyz/sdk": patch
---

feat: update schemas
Comment on lines +2 to +5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use a minor changeset for additive SDK API surface.

Line 2 marks this as patch, but this PR introduces new endpoints and exported schema types. That’s an additive feature release and should be signaled as minor.

Proposed changeset update
 ---
-"@yieldxyz/sdk": patch
+"@yieldxyz/sdk": minor
 ---
 
 feat: update schemas
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"@yieldxyz/sdk": patch
---
feat: update schemas
"@yieldxyz/sdk": minor
---
feat: update schemas
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.changeset/silly-jokes-start.md around lines 2 - 5, The changeset currently
marks the SDK update as a patch but this PR adds new endpoints and exported
schema types, so update the changeset entry that reads "@yieldxyz/sdk": patch to
use minor instead (i.e., change "patch" to "minor") so the release correctly
reflects an additive API change.

Loading
Loading