Skip to content

chore: release v0.9.1 with unified versioning#501

Merged
hotlong merged 2 commits intomainfrom
copilot/update-all-packages-version
Feb 3, 2026
Merged

chore: release v0.9.1 with unified versioning#501
hotlong merged 2 commits intomainfrom
copilot/update-all-packages-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 3, 2026

Patch release bumping all packages from 0.9.0 to 0.9.1 with unified versioning enforced via Changeset's fixed group.

Changes

Package Versions

  • All 13 core packages bumped to 0.9.1
  • @objectstack/* packages: spec, cli, core, client, client-react, types, metadata, objectql, runtime
  • Plugins: driver-memory, plugin-hono-server, plugin-msw
  • Apps: docs

CHANGELOG Updates

  • Individual package CHANGELOGs auto-generated by Changeset
  • Root CHANGELOG.md backfilled with missing entries (0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1)
  • Updated version comparison links

Configuration

Unified versioning enforced via .changeset/config.json:

{
  "fixed": [
    ["@objectstack/spec", "@objectstack/cli", /* ... all core packages */]
  ]
}

This ensures all packages in the group receive identical version numbers on every release.

Original prompt

changeset发一个补丁版本,要求所有软件包统一版本号


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

vercel bot commented Feb 3, 2026

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

Project Deployment Actions Updated (UTC)
spec Ready Ready Preview, Comment Feb 3, 2026 6:16am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Update all packages to a unified version number chore: release v0.9.1 with unified versioning Feb 3, 2026
Copilot AI requested a review from hotlong February 3, 2026 06:20
@hotlong hotlong marked this pull request as ready for review February 3, 2026 06:21
Copilot AI review requested due to automatic review settings February 3, 2026 06:21
@github-actions github-actions bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Feb 3, 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

Patch release prep for v0.9.1 that aims to keep a unified version across the ObjectStack package set and update changelogs accordingly.

Changes:

  • Bumped package versions from 0.9.0 → 0.9.1 across core packages, plugins, docs app, and examples.
  • Updated peer dependency ranges where applicable (e.g., plugin-msw, cli).
  • Added/updated per-package CHANGELOG entries and backfilled root CHANGELOG.md release notes + compare links.

Reviewed changes

Copilot reviewed 43 out of 43 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
packages/types/package.json Bump @objectstack/types to 0.9.1
packages/types/CHANGELOG.md Add 0.9.1 release entry
packages/spec/package.json Bump @objectstack/spec to 0.9.1
packages/spec/CHANGELOG.md Add 0.9.1 release entry
packages/runtime/package.json Bump @objectstack/runtime to 0.9.1
packages/runtime/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/plugins/plugin-msw/package.json Bump version to 0.9.1 and update runtime peerDependency
packages/plugins/plugin-msw/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/plugins/plugin-hono-server/package.json Bump version to 0.9.1
packages/plugins/plugin-hono-server/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/plugins/driver-memory/package.json Bump version to 0.9.1
packages/plugins/driver-memory/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/objectql/package.json Bump @objectstack/objectql to 0.9.1
packages/objectql/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/metadata/package.json Bump @objectstack/metadata to 0.9.1
packages/metadata/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/core/package.json Bump @objectstack/core to 0.9.1
packages/core/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/client/package.json Bump @objectstack/client to 0.9.1
packages/client/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/client-react/package.json Bump @objectstack/client-react to 0.9.1
packages/client-react/CHANGELOG.md Add 0.9.1 release entry + dependency updates
packages/cli/package.json Bump @objectstack/cli to 0.9.1 and update core peerDependency
packages/cli/CHANGELOG.md Add 0.9.1 release entry + dependency updates
examples/plugin-crm/package.json Bump example package version to 0.1.1
examples/plugin-crm/CHANGELOG.md Add initial changelog entry for 0.1.1
examples/plugin-bi/package.json Bump example package version to 0.9.1
examples/plugin-bi/CHANGELOG.md Add 0.9.1 entry (note: header mismatch flagged)
examples/guide-cli/package.json Bump example package version to 0.0.2
examples/guide-cli/CHANGELOG.md Add initial changelog entry for 0.0.2
examples/features/package.json Bump example package version to 0.9.1
examples/features/CHANGELOG.md Add 0.9.1 entry (note: header mismatch flagged)
examples/app-todo/package.json Bump example package version to 0.9.1
examples/app-todo/CHANGELOG.md Add 0.9.1 entry (note: header mismatch flagged)
examples/app-react-crud/package.json Bump example package version to 0.9.1
examples/app-react-crud/CHANGELOG.md Add 0.9.1 entry (note: header mismatch flagged)
examples/app-host/package.json Bump example package version to 0.9.1
examples/app-host/CHANGELOG.md Add 0.9.1 entry (note: header mismatch flagged)
examples/app-crm/package.json Bump example package version to 0.9.1
examples/app-crm/CHANGELOG.md Add 0.9.1 entry (note: header mismatch flagged)
apps/docs/package.json Bump docs app to 0.9.1
apps/docs/CHANGELOG.md Add 0.9.1 release entry
CHANGELOG.md Backfill release notes (0.8.x/0.9.x) and update compare links

@@ -1,5 +1,12 @@
# @objectstack/example-crm
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The changelog title (@objectstack/example-crm) doesn’t match the package name (@example/app-crm). Update the header to the correct package name for consistency and accurate release notes.

Suggested change
# @objectstack/example-crm
# @example/app-crm

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
Comment on lines +22 to +26
## [0.9.1] - 2026-02-03

### Changed
- Patch release for maintenance and stability improvements
- Updated all packages to version 0.9.1 with unified versioning
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

PR description says all packages were bumped to 0.9.1, but the monorepo root package.json still has version 0.9.0. Either bump the root version too (if it’s part of your release process) or adjust the PR description/changelog to clarify what’s included in the unified versioning set.

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,12 @@
# @objectstack/plugin-bi
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The changelog title doesn’t match the actual package name (@example/plugin-bi in package.json). This can confuse release tooling and readers; update the header to # @example/plugin-bi (and keep naming consistent going forward).

Suggested change
# @objectstack/plugin-bi
# @example/plugin-bi

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,14 @@
# @objectstack/example-basic
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The changelog title doesn’t match the package name (@example/features in package.json). Please update the header to the correct package name so changelog entries are attributed correctly.

Suggested change
# @objectstack/example-basic
# @example/features

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,16 @@
# @objectstack/example-todo
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The changelog title uses @objectstack/example-todo, but the package is named @example/app-todo (see package.json). Update the header to the correct package name to avoid confusion during releases.

Suggested change
# @objectstack/example-todo
# @example/app-todo

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,19 @@
# @objectstack/example-msw-react-crud
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The changelog title (@objectstack/example-msw-react-crud) doesn’t match the actual package name (@example/app-react-crud). Update the header to the correct package name so changelog entries align with the published package.

Suggested change
# @objectstack/example-msw-react-crud
# @example/app-react-crud

Copilot uses AI. Check for mistakes.
@@ -1,5 +1,19 @@
# @objectstack/example-host
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

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

The changelog title (@objectstack/example-host) doesn’t match the package name (@example/app-host). Please update the header to reflect the actual package name.

Suggested change
# @objectstack/example-host
# @example/app-host

Copilot uses AI. Check for mistakes.
@hotlong hotlong merged commit 97674c3 into main Feb 3, 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/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants