Skip to content

chore: unify all package versions to 0.4.2#331

Merged
xuyushun441-sys merged 2 commits intomainfrom
copilot/update-package-versions
Jan 27, 2026
Merged

chore: unify all package versions to 0.4.2#331
xuyushun441-sys merged 2 commits intomainfrom
copilot/update-package-versions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 27, 2026

Unifies monorepo package versions to 0.4.2. Previously, core packages were split between 0.1.1 (ai-bridge, cli, docs) and 0.4.1 (spec, client, objectql, etc.).

Changes

  • Changeset config: Added @objectstack/plugin-msw, @objectstack/ai-bridge, @objectstack/cli, @objectstack/docs to fixed version group
  • Version bump: Applied patch changeset bumping all 11 core packages to 0.4.2
  • Dependency updates: Examples received transitive patch bumps (1.0.7-1.0.9)

All packages in the fixed group now maintain synchronized versions going forward.

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.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 27, 2026

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

Project Deployment Review Updated (UTC)
spec Ready Ready Preview, Comment Jan 27, 2026 3:52pm

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Update all package version numbers and release a patch version chore: unify all package versions to 0.4.2 Jan 27, 2026
Copilot AI requested a review from hotlong January 27, 2026 15:56
@hotlong hotlong marked this pull request as ready for review January 27, 2026 16:01
Copilot AI review requested due to automatic review settings January 27, 2026 16:01
@github-actions github-actions bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file tooling labels Jan 27, 2026
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

Unifies the monorepo “core” package versions under a single 0.4.2 release and updates changesets config so these packages stay version-locked going forward.

Changes:

  • Bumped core package versions to 0.4.2 (from mixed 0.4.1 / 0.1.1) and added 0.4.2 changelog entries.
  • Updated plugin peerDependencies to require @objectstack/runtime@^0.4.2.
  • Bumped example app versions (patch) and updated their changelogs for the new internal dependency versions; added more packages to the Changesets fixed group.

Reviewed changes

Copilot reviewed 42 out of 42 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
packages/types/package.json Bump @objectstack/types to 0.4.2.
packages/types/CHANGELOG.md Add 0.4.2 release notes.
packages/spec/package.json Bump @objectstack/spec to 0.4.2.
packages/spec/CHANGELOG.md Add 0.4.2 release notes.
packages/runtime/package.json Bump @objectstack/runtime to 0.4.2.
packages/runtime/CHANGELOG.md Add 0.4.2 release notes.
packages/plugin-msw/package.json Bump @objectstack/plugin-msw to 0.4.2 and update runtime peer dep.
packages/plugin-msw/CHANGELOG.md Add 0.4.2 release notes.
packages/plugin-hono-server/package.json Bump @objectstack/plugin-hono-server to 0.4.2 and update runtime peer dep.
packages/plugin-hono-server/CHANGELOG.md Add 0.4.2 release notes.
packages/objectql/package.json Bump @objectstack/objectql to 0.4.2.
packages/objectql/CHANGELOG.md Add 0.4.2 release notes.
packages/driver-memory/package.json Bump @objectstack/driver-memory to 0.4.2.
packages/driver-memory/CHANGELOG.md Add 0.4.2 release notes.
packages/client/package.json Bump @objectstack/client to 0.4.2.
packages/client/CHANGELOG.md Add 0.4.2 release notes.
packages/cli/package.json Bump @objectstack/cli to 0.4.2.
packages/cli/CHANGELOG.md Add 0.4.2 release notes.
packages/ai-bridge/package.json Bump @objectstack/ai-bridge to 0.4.2.
packages/ai-bridge/CHANGELOG.md Add 0.4.2 release notes.
package.json Bump monorepo root version to 0.4.2.
examples/todo/package.json Bump example patch version.
examples/todo/CHANGELOG.md Note updated internal dependencies.
examples/plugin-bi/package.json Bump example patch version.
examples/plugin-bi/CHANGELOG.md Note updated internal dependencies.
examples/msw-react-crud/package.json Bump example patch version.
examples/msw-react-crud/CHANGELOG.md Note updated internal dependencies.
examples/host/package.json Bump example patch version.
examples/host/CHANGELOG.md Note updated internal dependencies.
examples/crm/package.json Bump example patch version.
examples/crm/CHANGELOG.md Note updated internal dependencies.
examples/ai-support/package.json Bump example patch version.
examples/ai-support/CHANGELOG.md Note updated internal dependencies.
examples/ai-sales/package.json Bump example patch version.
examples/ai-sales/CHANGELOG.md Note updated internal dependencies.
examples/ai-codegen/package.json Bump example patch version.
examples/ai-codegen/CHANGELOG.md Note updated internal dependencies.
examples/ai-analyst/package.json Bump example patch version.
examples/ai-analyst/CHANGELOG.md Note updated internal dependencies.
apps/docs/package.json Bump docs app version to 0.4.2.
apps/docs/CHANGELOG.md Add 0.4.2 release notes.
.changeset/config.json Add additional packages to the fixed version group.

Comment on lines +3 to +10
## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2

Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The changelog contains duplicate ## 0.1.1 release sections below the newly added 0.4.2 entry. This makes the release history ambiguous; please consolidate the duplicated 0.1.1 entries into a single section (or correct the version numbers if one of them should be 0.1.2/0.1.0/etc.).

Copilot uses AI. Check for mistakes.
Comment on lines +3 to +10
## 0.4.2

### Patch Changes

- Unify all package versions to 0.4.2
- Updated dependencies
- @objectstack/spec@0.4.2

Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

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

The changelog contains duplicate ## 0.1.1 release sections below the newly added 0.4.2 entry. Please merge the duplicated 0.1.1 entries into one (or fix the incorrect version header) so the changelog has a single, unambiguous history per version.

Copilot uses AI. Check for mistakes.
@xuyushun441-sys xuyushun441-sys merged commit f92026a into main Jan 27, 2026
18 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/m tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants