Release v0.7.1#436
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
hotlong
approved these changes
Jan 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request creates a new patch release version 0.7.1 for the ObjectStack monorepo. The PR bumps all package versions from 0.7.0 to 0.7.1, updates CHANGELOG files, and ensures dependency consistency across the workspace.
Changes:
- Updated version numbers from 0.7.0 to 0.7.1 across all 24 packages and examples
- Added CHANGELOG entries documenting the patch release for maintenance and stability improvements
- Updated peer dependency for @objectstack/runtime in plugin-msw from ^0.6.1 to ^0.7.1
- Updated main CHANGELOG.md with release notes and version comparison links
Reviewed changes
Copilot reviewed 49 out of 49 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/*/package.json | Version bumped from 0.7.0 to 0.7.1 for all core packages |
| packages/*/CHANGELOG.md | Added 0.7.1 release entries with dependency updates |
| packages/plugins/*/package.json | Version bumped for all plugins (msw, hono-server, driver-memory) |
| packages/plugins/*/CHANGELOG.md | Added 0.7.1 release entries for plugins |
| packages/plugins/plugin-msw/package.json | Updated runtime peer dependency to ^0.7.1 |
| examples/*/package.json | Version bumped for all example applications |
| examples/*/CHANGELOG.md | Added 0.7.1 release entries for examples |
| apps/docs/package.json | Version bumped for documentation site |
| apps/docs/CHANGELOG.md | Added 0.7.1 release entry |
| CHANGELOG.md | Added 0.7.1 release section and updated version comparison links |
|
|
||
| ### Changed | ||
| - Patch release for maintenance and stability improvements | ||
| - Updated all packages to version 0.7.1 |
There was a problem hiding this comment.
The root package.json version remains at "0.7.0" while all other packages have been bumped to "0.7.1". In a monorepo, the root package version should typically be updated to match the release version for consistency, unless there's a specific reason to keep it separate.
Suggested change
| - Updated all packages to version 0.7.1 | |
| - Updated all workspace packages to version 0.7.1; root package.json remains at 0.7.0 by design |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release bumping all packages from 0.7.0 to 0.7.1.
Changes
@objectstack/plugin-mswruntime dependency version constraintPackages Updated
All packages in the monorepo follow unified versioning per changeset configuration:
@objectstack/{spec,runtime,objectql,types,core,metadata}@objectstack/{client,client-react}@objectstack/{driver-memory,plugin-hono-server,plugin-msw}@objectstack/{ai-bridge,cli,docs}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.