Bump all packages to v0.7.0#434
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
Copilot
AI
changed the title
[WIP] Update all package versions to 0.7
Bump all packages to v0.7.0
Jan 31, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR unifies the monorepo’s package versions for a 0.7.0 release across core packages, plugins, examples, and docs.
Changes:
- Bumps the root
package.jsonversion from0.6.1to0.7.0. - Updates all published package versions under
packages/*to0.7.0. - Updates all example and docs app
package.jsonversions to0.7.0for consistency.
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/types/package.json | Bumps @objectstack/types version to 0.7.0. |
| packages/spec/package.json | Bumps @objectstack/spec version to 0.7.0. |
| packages/runtime/package.json | Bumps @objectstack/runtime version to 0.7.0. |
| packages/plugins/plugin-msw/package.json | Bumps @objectstack/plugin-msw version to 0.7.0 (peer dependency on @objectstack/runtime still references ^0.6.1). |
| packages/plugins/plugin-hono-server/package.json | Bumps @objectstack/plugin-hono-server version to 0.7.0. |
| packages/plugins/driver-memory/package.json | Bumps @objectstack/driver-memory version to 0.7.0. |
| packages/objectql/package.json | Bumps @objectstack/objectql version to 0.7.0. |
| packages/metadata/package.json | Bumps @objectstack/metadata version to 0.7.0. |
| packages/core/package.json | Bumps @objectstack/core version to 0.7.0. |
| packages/client/package.json | Bumps @objectstack/client version to 0.7.0. |
| packages/client-react/package.json | Bumps @objectstack/client-react version to 0.7.0. |
| packages/cli/package.json | Bumps @objectstack/cli version to 0.7.0. |
| packages/ai-bridge/package.json | Bumps @objectstack/ai-bridge version to 0.7.0. |
| package.json | Bumps monorepo root version to 0.7.0. |
| examples/todo/package.json | Bumps todo example app version to 0.7.0. |
| examples/plugin-bi/package.json | Bumps plugin BI example package version to 0.7.0. |
| examples/msw-react-crud/package.json | Bumps MSW React CRUD example version to 0.7.0. |
| examples/host/package.json | Bumps host example app version to 0.7.0. |
| examples/crm/package.json | Bumps CRM example app version to 0.7.0. |
| examples/basic/package.json | Bumps basic example app version to 0.7.0. |
| examples/ai-support/package.json | Bumps AI support example app version to 0.7.0. |
| examples/ai-sales/package.json | Bumps AI sales example app version to 0.7.0. |
| examples/ai-codegen/package.json | Bumps AI codegen example app version to 0.7.0. |
| examples/ai-analyst/package.json | Bumps AI analyst example app version to 0.7.0. |
| apps/docs/package.json | Bumps docs app version to 0.7.0. |
| { | ||
| "name": "@objectstack/plugin-msw", | ||
| "version": "0.6.1", | ||
| "version": "0.7.0", |
There was a problem hiding this comment.
The package version has been bumped to 0.7.0, but the peerDependencies entry for @objectstack/runtime still targets ^0.6.1, which can lead to version mismatches or failed installs when consumers are on 0.7.x. Please update the peer dependency range to align with the new 0.7.0 release (or explicitly declare a range that reflects the intended compatibility).
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.
Unified version bump across monorepo from 0.6.1 to 0.7.0.
Changes
versionfield to0.7.0in 25 package.json files:packages/*)examples/*)apps/docs)Monorepo uses changesets with fixed versioning - all packages remain synchronized.
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.