Skip to content

Add changeset for patch release#807

Merged
hotlong merged 2 commits into
mainfrom
copilot/send-changeset-patch-another-one
Feb 24, 2026
Merged

Add changeset for patch release#807
hotlong merged 2 commits into
mainfrom
copilot/send-changeset-patch-another-one

Conversation

Copilot AI commented Feb 24, 2026

Copy link
Copy Markdown
Contributor

Adds a changeset to trigger a patch version bump for the next release.

  • Targets @objectstack/spec which, via the fixed group in changeset config, will bump all packages in lockstep
Original prompt

changeset发一个补丁


💡 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.

@vercel

vercel Bot commented Feb 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectstack-play Error Error Feb 24, 2026 11:26am
spec Error Error Feb 24, 2026 11:26am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Send a changeset patch Add changeset for patch release Feb 24, 2026
Copilot AI requested a review from hotlong February 24, 2026 11:17
@hotlong
hotlong marked this pull request as ready for review February 24, 2026 11:39
Copilot AI review requested due to automatic review settings February 24, 2026 11:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.md with a patch-level changeset targeting UI protocol fixes

"@objectstack/spec": patch
---

Fix UI protocol design issues

Copilot AI Feb 24, 2026

Copy link

Choose a reason for hiding this comment

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

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.

Suggested change
Fix UI protocol design issues
Refine UI view, dashboard, and app protocol schemas and validation rules

Copilot uses AI. Check for mistakes.
@hotlong
hotlong merged commit 49839aa into main Feb 24, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants