chore: add patch changeset for hono dependency bump#1016
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a Changesets entry to ensure the previously-merged hono dependency bump (4.12.3 → 4.12.4) results in a patch release across the repo’s fixed release group.
Changes:
- Add a patch changeset describing the
hono4.12.3 → 4.12.4 bump.
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| "object-ui": patch | |||
There was a problem hiding this comment.
This changeset targets the object-ui workspace package, but that package is marked private: true (packages/vscode-extension/package.json). Since .changeset/config.json does not set privatePackages.version: true, Changesets will typically skip private packages during versioning, which may prevent this patch bump from propagating to the fixed release group as intended. Consider retargeting this changeset to a versioned package in the fixed group (e.g. @object-ui/core / @object-ui/react), or explicitly enabling versioning for private packages in the Changesets config if object-ui is meant to be the release trigger.
| "object-ui": patch | |
| "@object-ui/core": patch |
Adds a patch changeset for the hono 4.12.3 → 4.12.4 dependency bump merged in #1015.
object-uiwhich propagates to all packages via thefixedrelease groupOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.