-
Notifications
You must be signed in to change notification settings - Fork 0
chore: release v0.6.1 (patch) #363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This is a patch release that bumps all packages in the ObjectStack monorepo from version 0.6.0 to 0.6.1 for maintenance and stability improvements.
Changes:
- Version bumped 11 core packages and 7 example packages from 0.6.0 to 0.6.1
- Updated peer dependency in
@objectstack/plugin-mswfrom^0.6.0to^0.6.1 - Generated and updated CHANGELOG files across all packages with consistent patch release notes
Reviewed changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Root monorepo version bumped from 0.5.0 to 0.6.1 |
| CHANGELOG.md | Added 0.6.1 release entry dated 2026-01-28 |
| packages/spec/package.json | Version bumped to 0.6.1 |
| packages/spec/CHANGELOG.md | Added 0.6.1 patch release notes |
| packages/types/package.json | Version bumped to 0.6.1 |
| packages/types/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/runtime/package.json | Version bumped to 0.6.1 |
| packages/runtime/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/core/package.json | Version bumped to 0.6.1 |
| packages/core/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/client/package.json | Version bumped to 0.6.1 |
| packages/client/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/cli/package.json | Version bumped to 0.6.1 |
| packages/cli/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/objectql/package.json | Version bumped to 0.6.1 |
| packages/objectql/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/ai-bridge/package.json | Version bumped to 0.6.1 |
| packages/ai-bridge/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/plugins/driver-memory/package.json | Version bumped to 0.6.1 |
| packages/plugins/driver-memory/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/plugins/plugin-hono-server/package.json | Version bumped to 0.6.1 |
| packages/plugins/plugin-hono-server/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| packages/plugins/plugin-msw/package.json | Version bumped to 0.6.1 and peer dependency updated to ^0.6.1 |
| packages/plugins/plugin-msw/CHANGELOG.md | Added 0.6.1 patch release notes with dependency updates |
| apps/docs/package.json | Version bumped to 0.6.1 |
| apps/docs/CHANGELOG.md | Added empty 0.6.1 section |
| examples/*/package.json (7 files) | Version bumped to 0.6.1 for all example packages |
| examples/*/CHANGELOG.md (7 files) | Added 0.6.1 patch release notes with dependency updates |
| ### Changed | ||
| - Patch release for maintenance and stability improvements | ||
| - Updated all packages to version 0.6.1 | ||
|
|
Copilot
AI
Jan 28, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CHANGELOG is missing an entry for version 0.6.0 between versions 0.6.1 and 0.4.1. Since individual package CHANGELOGs reference 0.6.0 (e.g., packages/spec/CHANGELOG.md shows "## 0.6.0" entries), the main CHANGELOG should also document this version for consistency and completeness of the release history.
| ## [0.6.0] - 2026-01-28 | |
| ### Changed | |
| - Released ObjectStack Protocol version 0.6.0 across core packages | |
| - See individual package CHANGELOGs for detailed per-package changes |
| # @objectstack/docs | ||
|
|
||
| ## 0.6.1 | ||
|
|
Copilot
AI
Jan 28, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CHANGELOG entry for version 0.6.1 is empty and lacks content. It should include at minimum a "Patch Changes" section or "Updated dependencies" information to match the pattern used in other package CHANGELOGs across the monorepo.
| ### Patch Changes | |
| - Internal maintenance release aligning docs package with monorepo 0.6.1 versioning |
Patch release bumping all packages from
0.6.0to0.6.1for maintenance and stability improvements.Changes
0.6.1:@objectstack/spec,@objectstack/client,@objectstack/driver-memory@objectstack/objectql,@objectstack/plugin-hono-server,@objectstack/plugin-msw@objectstack/runtime,@objectstack/types,@objectstack/ai-bridge@objectstack/cli,@objectstack/core@objectstack/runtime: ^0.6.0→^0.6.1)Publishing
Ready to publish via
pnpm run releaseonce merged.Original 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.