Skip to content

chore: Release v2.0.1 patch version#570

Merged
hotlong merged 2 commits intomainfrom
copilot/patch-version-update
Feb 9, 2026
Merged

chore: Release v2.0.1 patch version#570
hotlong merged 2 commits intomainfrom
copilot/patch-version-update

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 9, 2026

Patch version bump across all monorepo packages using changesets workflow.

Changes

  • Version: All 18 packages updated from 2.0.02.0.1
  • CHANGELOGs: Updated via changesets automation
  • Release notes: "Patch release for maintenance and stability improvements"

Affected Packages

All packages in the fixed versioning group:

  • Core: @objectstack/spec, @objectstack/core, @objectstack/types
  • Runtime: @objectstack/objectql, @objectstack/runtime, @objectstack/metadata
  • Client: @objectstack/client, @objectstack/client-react, @objectstack/rest
  • Adapters: @objectstack/hono, @objectstack/nextjs, @objectstack/nestjs
  • Plugins: @objectstack/driver-memory, @objectstack/plugin-hono-server, @objectstack/plugin-msw
  • Tools: @objectstack/cli, @objectstack/studio, @objectstack/docs

Publishing

Ready for pnpm release to publish to npm registry.

Original prompt

发一个补丁版本

The user has attached the following file paths as relevant context:

  • .github/copilot-instructions.md

Created from VS Code.


✨ 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 9, 2026

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

Project Deployment Actions Updated (UTC)
objectstack-studio Ready Ready Preview, Comment Feb 9, 2026 0:03am
spec Ready Ready Preview, Comment Feb 9, 2026 0:03am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Release patch version for project chore: Release v2.0.1 patch version Feb 9, 2026
Copilot AI requested a review from hotlong February 9, 2026 12:03
@github-actions github-actions Bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Feb 9, 2026
@hotlong hotlong marked this pull request as ready for review February 9, 2026 12:05
Copilot AI review requested due to automatic review settings February 9, 2026 12:05
@hotlong hotlong merged commit c8c93ba into main Feb 9, 2026
18 checks passed
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 PR to bump the ObjectStack monorepo (fixed versioning group) from v2.0.0 → v2.0.1, updating package versions and generated CHANGELOG entries to align with the Changesets release workflow.

Changes:

  • Bumped versions to 2.0.1 across the fixed-version packages (and bumped example app versions to 1.2.2).
  • Updated per-package CHANGELOGs with the 2.0.1 patch release notes and dependency bumps.
  • Updated the root CHANGELOG.md with a 2.0.1 release entry.

Reviewed changes

Copilot reviewed 45 out of 45 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/types/package.json Bump package version to 2.0.1
packages/types/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/spec/package.json Bump package version to 2.0.1
packages/spec/CHANGELOG.md Add 2.0.1 release notes
packages/runtime/package.json Bump package version to 2.0.1
packages/runtime/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/rest/package.json Bump package version to 2.0.1
packages/rest/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/plugins/plugin-msw/package.json Bump package version to 2.0.1
packages/plugins/plugin-msw/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/plugins/plugin-hono-server/package.json Bump package version to 2.0.1
packages/plugins/plugin-hono-server/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/plugins/driver-memory/package.json Bump package version to 2.0.1
packages/plugins/driver-memory/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/objectql/package.json Bump package version to 2.0.1
packages/objectql/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/metadata/package.json Bump package version to 2.0.1
packages/metadata/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/core/package.json Bump package version to 2.0.1
packages/core/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/client/package.json Bump package version to 2.0.1
packages/client/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/client-react/package.json Bump package version to 2.0.1
packages/client-react/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/cli/package.json Bump package version to 2.0.1
packages/cli/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/adapters/nextjs/package.json Bump package version to 2.0.1
packages/adapters/nextjs/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/adapters/nestjs/package.json Bump package version to 2.0.1
packages/adapters/nestjs/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
packages/adapters/hono/package.json Bump package version to 2.0.1
packages/adapters/hono/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
examples/plugin-bi/package.json Bump example version to 1.2.2
examples/plugin-bi/CHANGELOG.md Add 1.2.2 entry reflecting updated deps
examples/app-todo/package.json Bump example version to 1.2.2
examples/app-todo/CHANGELOG.md Add 1.2.2 entry reflecting updated deps
examples/app-host/package.json Bump example version to 1.2.2
examples/app-host/CHANGELOG.md Add 1.2.2 entry reflecting updated deps
examples/app-crm/package.json Bump example version to 1.2.2
examples/app-crm/CHANGELOG.md Add 1.2.2 entry reflecting updated deps
apps/studio/package.json Bump app package version to 2.0.1
apps/studio/CHANGELOG.md Add 2.0.1 release notes + dependency bumps
apps/docs/package.json Bump app package version to 2.0.1
apps/docs/CHANGELOG.md Add 2.0.1 release notes
CHANGELOG.md Add root 2.0.1 release entry

Comment thread CHANGELOG.md
### Changed
- Patch release for maintenance and stability improvements
- Updated all packages to version 2.0.1 with unified versioning

Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

Root CHANGELOG adds a 2.0.1 section, but the reference links at the bottom weren’t updated: there’s no [2.0.1]: ... entry, and [Unreleased] still compares from v0.9.1. Also, the file has no 2.0.0 section, which makes the new 2.0.1 entry and compare links inconsistent with the package versions. Please add the missing 2.0.0 entry (if 2.0.0 was released) and update/add the link references for 2.0.0/2.0.1 and Unreleased accordingly.

Suggested change
## [2.0.0] - 2026-02-07
### Changed
- Major release establishing the 2.x line of the ObjectStack Protocol
- Introduced breaking changes and schema refinements for the 2.0.0 baseline
- Updated all packages to version 2.0.0 with unified versioning

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

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