Skip to content

Bump all packages to v0.7.0#434

Merged
hotlong merged 2 commits into
mainfrom
copilot/update-package-versions-to-07
Jan 31, 2026
Merged

Bump all packages to v0.7.0#434
hotlong merged 2 commits into
mainfrom
copilot/update-package-versions-to-07

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 31, 2026

Unified version bump across monorepo from 0.6.1 to 0.7.0.

Changes

  • Updated version field to 0.7.0 in 25 package.json files:
    • Root monorepo
    • 14 packages (packages/*)
    • 10 examples (examples/*)
    • 1 docs app (apps/docs)

Monorepo uses changesets with fixed versioning - all packages remain synchronized.

Original prompt

统一所有软件包的版本号,发一个0.7版本


💡 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
Copy link
Copy Markdown

vercel Bot commented Jan 31, 2026

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

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Jan 31, 2026 5:32am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@hotlong hotlong marked this pull request as ready for review January 31, 2026 05:34
Copilot AI review requested due to automatic review settings January 31, 2026 05:34
@github-actions github-actions Bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels 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
Copilot AI requested a review from hotlong January 31, 2026 05:34
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 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.json version from 0.6.1 to 0.7.0.
  • Updates all published package versions under packages/* to 0.7.0.
  • Updates all example and docs app package.json versions to 0.7.0 for 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",
Copy link

Copilot AI Jan 31, 2026

Choose a reason for hiding this comment

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

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

Copilot uses AI. Check for mistakes.
@hotlong hotlong merged commit 40674ff into main Jan 31, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants