Add changeset for patch release#807
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
This PR adds a changeset file to trigger a patch version bump for the @objectstack/spec package. Since the repository uses Changesets' "fixed" versioning mode (configured in .changeset/config.json), bumping @objectstack/spec will automatically bump all 40+ packages in the monorepo in lockstep, from version 3.0.9 to 3.0.10.
Changes:
- Adds
.changeset/patch-release.mdwith a patch-level changeset targeting UI protocol fixes
| "@objectstack/spec": patch | ||
| --- | ||
|
|
||
| Fix UI protocol design issues |
There was a problem hiding this comment.
The changeset description "Fix UI protocol design issues" is quite generic. For better changelog clarity, consider providing more specific details about what UI protocol issues were fixed. This helps users understand what changed and whether they need to take any action when upgrading.
For example:
- "Fix ViewFilterRuleSchema validation for array filters"
- "Correct DashboardWidgetSchema id field type"
- "Fix PageSchema conditional validation for record_review type"
This is especially important since the changeset will bump all 40+ packages in the fixed group, so clear communication helps downstream consumers.
| Fix UI protocol design issues | |
| Refine UI view, dashboard, and app protocol schemas and validation rules |
Adds a changeset to trigger a patch version bump for the next release.
@objectstack/specwhich, via thefixedgroup in changeset config, will bump all packages in lockstepOriginal 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.