Skip to content

chore: release v2.0.7#623

Merged
hotlong merged 2 commits into
mainfrom
copilot/create-new-version-release
Feb 11, 2026
Merged

chore: release v2.0.7#623
hotlong merged 2 commits into
mainfrom
copilot/create-new-version-release

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 11, 2026

Bump all 21 packages from 2.0.7 via changesets. Fixed versioning group ensures unified release.

Release content

  • Modularized kernel/events.zod.ts (765 LOC) into 6 sub-modules for tree-shaking: core, handlers, queue, dlq, integrations, bus
  • kernel/events.zod.ts re-exports from sub-modules (backward compatible)
  • v3.0 migration guide added

What this PR does

  • Changeset created and consumed via changeset version
  • All package package.json versions bumped to 2.0.7
  • Per-package CHANGELOG.md entries auto-generated
  • Root CHANGELOG.md updated: [Unreleased][2.0.7] - 2026-02-11

All 184 test files (4860 tests) pass. Build clean across 23 packages.


💬 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 11, 2026

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

Project Deployment Actions Updated (UTC)
objectstack-play Ready Ready Preview, Comment Feb 11, 2026 2:39pm
spec Error Error Feb 11, 2026 2:39pm

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Release a new version of the application chore: release v2.0.7 Feb 11, 2026
Copilot AI requested a review from hotlong February 11, 2026 14:40
@hotlong hotlong marked this pull request as ready for review February 11, 2026 14:55
Copilot AI review requested due to automatic review settings February 11, 2026 14:55
@github-actions github-actions Bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Feb 11, 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

Release housekeeping PR to publish ObjectStack v2.0.7 across the monorepo using Changesets, capturing the release notes in per-package and root changelogs.

Changes:

  • Bumped package versions (published packages to 2.0.7, examples to their next patch versions).
  • Generated/updated per-package CHANGELOG.md entries for the release.
  • Updated root CHANGELOG.md to add the 2.0.7 release section and compare links.

Reviewed changes

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

Show a summary per file
File Description
packages/types/package.json Bump @objectstack/types version to 2.0.7
packages/types/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/spec/package.json Bump @objectstack/spec version to 2.0.7
packages/spec/CHANGELOG.md Add 2.0.7 changelog entry (events modularization + migration guide note)
packages/runtime/package.json Bump @objectstack/runtime version to 2.0.7
packages/runtime/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/rest/package.json Bump @objectstack/rest version to 2.0.7
packages/rest/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/plugins/plugin-security/package.json Bump @objectstack/plugin-security version to 2.0.7
packages/plugins/plugin-security/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/plugins/plugin-msw/package.json Bump @objectstack/plugin-msw version to 2.0.7
packages/plugins/plugin-msw/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/plugins/plugin-hono-server/package.json Bump @objectstack/plugin-hono-server version to 2.0.7
packages/plugins/plugin-hono-server/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/plugins/plugin-dev/package.json Bump @objectstack/plugin-dev version to 2.0.7 (+ peerDependenciesMeta formatting)
packages/plugins/plugin-dev/CHANGELOG.md Add new changelog file with 2.0.7 entry
packages/plugins/plugin-auth/package.json Bump @objectstack/plugin-auth version to 2.0.7
packages/plugins/plugin-auth/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/plugins/driver-memory/package.json Bump @objectstack/driver-memory version to 2.0.7
packages/plugins/driver-memory/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/objectql/package.json Bump @objectstack/objectql version to 2.0.7
packages/objectql/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/metadata/package.json Bump @objectstack/metadata version to 2.0.7
packages/metadata/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/core/package.json Bump @objectstack/core version to 2.0.7
packages/core/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/client/package.json Bump @objectstack/client version to 2.0.7
packages/client/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/client-react/package.json Bump @objectstack/client-react version to 2.0.7
packages/client-react/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/cli/package.json Bump @objectstack/cli version to 2.0.7
packages/cli/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
packages/adapters/nextjs/package.json Bump @objectstack/nextjs version to 2.0.7
packages/adapters/nextjs/CHANGELOG.md Add 2.0.7 changelog entry
packages/adapters/nestjs/package.json Bump @objectstack/nestjs version to 2.0.7
packages/adapters/nestjs/CHANGELOG.md Add 2.0.7 changelog entry
packages/adapters/hono/package.json Bump @objectstack/hono version to 2.0.7
packages/adapters/hono/CHANGELOG.md Add 2.0.7 changelog entry
examples/plugin-bi/package.json Bump example package version to 1.2.8
examples/plugin-bi/CHANGELOG.md Add 1.2.8 changelog entry
examples/minimal-auth/package.json Bump example package version to 1.0.4
examples/minimal-auth/CHANGELOG.md Add 1.0.4 changelog entry
examples/metadata-objectql/package.json Bump example package version to 0.1.4
examples/metadata-objectql/CHANGELOG.md Add 0.1.4 changelog entry
examples/app-todo/package.json Bump example package version to 1.2.8
examples/app-todo/CHANGELOG.md Add 1.2.8 changelog entry
examples/app-host/package.json Bump example package version to 1.2.8
examples/app-host/CHANGELOG.md Add 1.2.8 changelog entry
examples/app-crm/package.json Bump example package version to 1.2.8
examples/app-crm/CHANGELOG.md Add 1.2.8 changelog entry
apps/studio/package.json Bump @objectstack/studio version to 2.0.7
apps/studio/CHANGELOG.md Add 2.0.7 changelog entry (deps updated)
apps/docs/package.json Bump @objectstack/docs version to 2.0.7
apps/docs/CHANGELOG.md Add 2.0.7 section header
CHANGELOG.md Add 2.0.7 release section + update compare links

Comment thread apps/docs/CHANGELOG.md
# @objectstack/docs

## 2.0.7

Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

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

The new ## 2.0.7 section is empty, while other entries (including 2.0.6 below) include a change category (e.g., ### Patch Changes) and at least one bullet. This makes the package changelog ambiguous for the release; please add the appropriate section and a brief note (even if it's just dependency/version bumps).

Suggested change
### Patch Changes
- Patch release with dependency and documentation updates

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
Comment on lines +10 to +11
## [2.0.7] - 2026-02-11

Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

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

PR description says packages are bumped "from 2.0.7" / that "all package package.json versions" were bumped to 2.0.7, but the diff shows core packages moving from 2.0.6 → 2.0.7, and example packages moving to 1.x/0.x versions. Please align the PR description wording (e.g., "to 2.0.7" and clarify scope: published packages vs examples) to avoid confusion during release review.

Copilot uses AI. Check for mistakes.
@hotlong hotlong merged commit bf07d73 into main Feb 11, 2026
18 of 20 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