Skip to content

chore: release v2.0.3 via changeset#578

Merged
hotlong merged 3 commits intomainfrom
copilot/send-patch-request
Feb 10, 2026
Merged

chore: release v2.0.3 via changeset#578
hotlong merged 3 commits intomainfrom
copilot/send-patch-request

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 10, 2026

Creates a new patch release (v2.0.3) using the changeset workflow for all packages in the monorepo.

Changes

  • Changeset: Created changeset file for patch version bump
  • Package Versions: Bumped all 18 packages from 2.0.2 to 2.0.3 via pnpm changeset version
  • Package CHANGELOGs: Auto-generated v2.0.3 entries in all package directories
  • CHANGELOG.md: Added v2.0.3 and v2.0.2 entries with release notes, updated version reference links
  • ROADMAP.md: Updated header metadata to reflect current version 2.0.3

Release Notes (v2.0.3)

  • Patch release for maintenance and stability improvements
  • Updated all packages to version 2.0.3 with unified versioning

Release Notes (v2.0.2)

  • Exclude generated JSON schemas from git (packages/spec/json-schema/.gitignore)
  • JSON schemas still generated during build and published to npm
  • Studio module resolution improvements

All packages now use synchronized versioning at v2.0.3.

Original prompt

发一个补丁

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

  • .github/copilot-instructions.md

Created from VS Code.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 10, 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 10, 2026 3:56am
spec Ready Ready Preview, Comment Feb 10, 2026 3:56am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Send a patch request for updates docs: sync root documentation to v2.0.2 Feb 10, 2026
Copilot AI requested a review from hotlong February 10, 2026 03:36
@hotlong
Copy link
Copy Markdown
Collaborator

hotlong commented Feb 10, 2026

@copilot 我是要让你用 changeset 发一个补丁版本

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 10, 2026

@copilot 我是要让你用 changeset 发一个补丁版本

已完成!我使用 changeset 创建了一个补丁版本:

  1. 创建了 changeset 文件
  2. 运行 pnpm changeset version 将所有包从 2.0.2 升级到 2.0.3
  3. 更新了根目录的 CHANGELOG.md 和 ROADMAP.md

所有 18 个包现在都是 2.0.3 版本。commit: 075a111

Copilot AI changed the title docs: sync root documentation to v2.0.2 chore: release v2.0.3 via changeset Feb 10, 2026
@hotlong hotlong marked this pull request as ready for review February 10, 2026 03:46
Copilot AI review requested due to automatic review settings February 10, 2026 03:46
@hotlong hotlong merged commit a08894c into main Feb 10, 2026
1 of 3 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

Creates the v2.0.3 patch release across the monorepo using the changeset/versioning workflow, updating package versions and release documentation.

Changes:

  • Bumped package versions to 2.0.3 (and examples to 1.2.4).
  • Added/updated per-package CHANGELOG entries for v2.0.3.
  • Updated root CHANGELOG.md release sections/links and refreshed ROADMAP.md header metadata.

Reviewed changes

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

Show a summary per file
File Description
packages/types/package.json Bump @objectstack/types version to 2.0.3
packages/types/CHANGELOG.md Add 2.0.3 entry
packages/spec/package.json Bump @objectstack/spec version to 2.0.3
packages/spec/CHANGELOG.md Add 2.0.3 entry
packages/runtime/package.json Bump @objectstack/runtime version to 2.0.3
packages/runtime/CHANGELOG.md Add 2.0.3 entry
packages/rest/package.json Bump @objectstack/rest version to 2.0.3
packages/rest/CHANGELOG.md Add 2.0.3 entry
packages/plugins/plugin-msw/package.json Bump @objectstack/plugin-msw version to 2.0.3
packages/plugins/plugin-msw/CHANGELOG.md Add 2.0.3 entry
packages/plugins/plugin-hono-server/package.json Bump @objectstack/plugin-hono-server version to 2.0.3
packages/plugins/plugin-hono-server/CHANGELOG.md Add 2.0.3 entry
packages/plugins/driver-memory/package.json Bump @objectstack/driver-memory version to 2.0.3
packages/plugins/driver-memory/CHANGELOG.md Add 2.0.3 entry
packages/objectql/package.json Bump @objectstack/objectql version to 2.0.3
packages/objectql/CHANGELOG.md Add 2.0.3 entry
packages/metadata/package.json Bump @objectstack/metadata version to 2.0.3
packages/metadata/CHANGELOG.md Add 2.0.3 entry
packages/core/package.json Bump @objectstack/core version to 2.0.3
packages/core/CHANGELOG.md Add 2.0.3 entry
packages/client/package.json Bump @objectstack/client version to 2.0.3
packages/client/CHANGELOG.md Add 2.0.3 entry
packages/client-react/package.json Bump @objectstack/client-react version to 2.0.3
packages/client-react/CHANGELOG.md Add 2.0.3 entry
packages/cli/package.json Bump @objectstack/cli version to 2.0.3
packages/cli/CHANGELOG.md Add 2.0.3 entry
packages/adapters/nextjs/package.json Bump @objectstack/nextjs version to 2.0.3
packages/adapters/nextjs/CHANGELOG.md Add 2.0.3 entry
packages/adapters/nestjs/package.json Bump @objectstack/nestjs version to 2.0.3
packages/adapters/nestjs/CHANGELOG.md Add 2.0.3 entry
packages/adapters/hono/package.json Bump @objectstack/hono version to 2.0.3
packages/adapters/hono/CHANGELOG.md Add 2.0.3 entry
examples/plugin-bi/package.json Bump example plugin version to 1.2.4
examples/plugin-bi/CHANGELOG.md Add 1.2.4 entry (dependency bumps)
examples/app-todo/package.json Bump example app version to 1.2.4
examples/app-todo/CHANGELOG.md Add 1.2.4 entry (dependency bumps)
examples/app-host/package.json Bump example app version to 1.2.4
examples/app-host/CHANGELOG.md Add 1.2.4 entry (dependency bumps)
examples/app-crm/package.json Bump example app version to 1.2.4
examples/app-crm/CHANGELOG.md Add 1.2.4 entry (dependency bumps)
apps/studio/package.json Bump @objectstack/studio version to 2.0.3
apps/studio/CHANGELOG.md Add 2.0.3 entry (dependency bumps)
apps/docs/package.json Bump @objectstack/docs version to 2.0.3
apps/docs/CHANGELOG.md Add 2.0.3 entry
ROADMAP.md Update header date/current version metadata
CHANGELOG.md Add 2.0.3/2.0.2 release notes + update reference links

Comment thread ROADMAP.md
> **Current Version:** 2.0.1
> **Date:** 2026-02-10
> **Current Version:** 2.0.3
> **Based On:** Full codebase scan of 18 packages (96 Zod schemas, 73 test files, ~26,500 LOC in spec)
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

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

The ROADMAP header date/version was updated, but the following “Based On: Full codebase scan…” metrics still cite “73 test files” (and related counts) which no longer match the current repo state (there are already far more test files just under packages/spec/src/*). Since the date implies a fresh scan, please refresh these numbers (or remove the hard-coded counts) to avoid misleading readers.

Suggested change
> **Based On:** Full codebase scan of 18 packages (96 Zod schemas, 73 test files, ~26,500 LOC in spec)
> **Based On:** Full codebase scan of all active packages (spec, runtime, adapters) as of 2026-02-10

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