Skip to content
Merged
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/bump-hono-dependency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"object-ui": patch
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
"object-ui": patch
"@object-ui/core": patch

Copilot uses AI. Check for mistakes.
---

chore(deps): bump hono from 4.12.3 to 4.12.4