Skip to content

Release version 0.4.0#310

Merged
hotlong merged 3 commits into
mainfrom
copilot/release-version-0-4
Jan 27, 2026
Merged

Release version 0.4.0#310
hotlong merged 3 commits into
mainfrom
copilot/release-version-0-4

Conversation

Copilot AI commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

Minor version bump from 0.3.3 to 0.4.0 across the monorepo.

Changes

  • Version Updates: Bumped all 7 fixed packages to 0.4.0

    • @objectstack/spec
    • @objectstack/client
    • @objectstack/driver-memory
    • @objectstack/objectql
    • @objectstack/plugin-hono-server
    • @objectstack/runtime
    • @objectstack/types
  • CHANGELOG: Added 0.4.0 release entries for all packages

  • Root Package: Updated monorepo version to match

Notes

Packages in the fixed group maintain version parity per changeset configuration. Dependencies using workspace:* will resolve to the new version automatically.

Original prompt

发一个版本 0.4


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel

vercel Bot commented Jan 27, 2026

Copy link
Copy Markdown

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 8:50am

Request Review

Copilot AI and others added 2 commits January 27, 2026 08:47
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Release version 0.4 Release version 0.4.0 Jan 27, 2026
Copilot AI requested a review from hotlong January 27, 2026 08:53
@hotlong
hotlong marked this pull request as ready for review January 27, 2026 08:54
Copilot AI review requested due to automatic review settings January 27, 2026 08:54
@hotlong
hotlong merged commit 54ce48e into main Jan 27, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the monorepo to release version 0.4.0 by updating package versions and adding corresponding changelog entries.

Changes:

  • Bumped fixed-group package versions from 0.3.3 to 0.4.0 and updated root version.
  • Added 0.4.0 release entries to changelogs for the fixed-group packages.
  • Added new changelogs for @objectstack/cli and @objectstack/ai-bridge reflecting dependency updates.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
package.json Monorepo version bump to 0.4.0.
packages/spec/package.json Bump @objectstack/spec to 0.4.0.
packages/spec/CHANGELOG.md Add 0.4.0 release entry.
packages/types/package.json Bump @objectstack/types to 0.4.0.
packages/types/CHANGELOG.md Add 0.4.0 release entry.
packages/objectql/package.json Bump @objectstack/objectql to 0.4.0.
packages/objectql/CHANGELOG.md Add 0.4.0 release entry.
packages/runtime/package.json Bump @objectstack/runtime to 0.4.0.
packages/runtime/CHANGELOG.md Add 0.4.0 release entry.
packages/client/package.json Bump @objectstack/client to 0.4.0.
packages/client/CHANGELOG.md Add 0.4.0 release entry.
packages/driver-memory/package.json Bump @objectstack/driver-memory to 0.4.0.
packages/driver-memory/CHANGELOG.md Add 0.4.0 release entry.
packages/plugin-hono-server/package.json Bump @objectstack/plugin-hono-server to 0.4.0.
packages/plugin-hono-server/CHANGELOG.md Add 0.4.0 release entry.
packages/cli/CHANGELOG.md Introduce changelog noting dependency update to @objectstack/spec@0.4.0.
packages/ai-bridge/CHANGELOG.md Introduce changelog noting dependency update to @objectstack/spec@0.4.0.

Comment on lines +3 to +7
## 0.1.1

### Patch Changes

- Updated dependencies

Copilot AI Jan 27, 2026

Copy link

Choose a reason for hiding this comment

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

This changelog adds a 0.1.1 release, but packages/ai-bridge/package.json is still 0.1.0. Please align the package version and changelog (bump the package to 0.1.1 or adjust the changelog entry accordingly).

Copilot uses AI. Check for mistakes.
Comment thread package.json
{
"name": "@objectstack/spec-monorepo",
"version": "0.3.3",
"version": "0.4.0",

Copilot AI Jan 27, 2026

Copy link

Choose a reason for hiding this comment

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

The PR description says the version bump is "across the monorepo", but there are still many 0.3.3 references in repo docs/config (e.g. root CHANGELOG.md, RELEASE_NOTES.md, docs homepage version) and the pnpm-lock.yaml still resolves @objectstack/*@0.3.3. For a release PR, please update the remaining version references and regenerate/commit the lockfile so the repo state is consistent with 0.4.0.

Copilot uses AI. Check for mistakes.
{
"name": "@objectstack/plugin-hono-server",
"version": "0.3.3",
"version": "0.4.0",

Copilot AI Jan 27, 2026

Copy link

Choose a reason for hiding this comment

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

@objectstack/plugin-hono-server was bumped to 0.4.0, but its peerDependencies still require @objectstack/runtime ^0.3.3, which will reject 0.4.0. Update the peer dependency range to allow the 0.4.x runtime (and keep it consistent with this release).

Copilot uses AI. Check for mistakes.
Comment thread packages/cli/CHANGELOG.md
Comment on lines +3 to +7
## 0.1.1

### Patch Changes

- Updated dependencies

Copilot AI Jan 27, 2026

Copy link

Choose a reason for hiding this comment

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

This changelog introduces a 0.1.1 release, but packages/cli/package.json is still 0.1.0. Either bump the package version to 0.1.1 (to match the changelog entry) or change the changelog entry to match the actual published version.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants