chore: release v2.0.7#623
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
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.mdentries for the release. - Updated root
CHANGELOG.mdto 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 |
| # @objectstack/docs | ||
|
|
||
| ## 2.0.7 | ||
|
|
There was a problem hiding this comment.
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).
| ### Patch Changes | |
| - Patch release with dependency and documentation updates |
| ## [2.0.7] - 2026-02-11 | ||
|
|
There was a problem hiding this comment.
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.
Bump all 21 packages from 2.0.7 via changesets. Fixed versioning group ensures unified release.
Release content
kernel/events.zod.ts(765 LOC) into 6 sub-modules for tree-shaking:core,handlers,queue,dlq,integrations,buskernel/events.zod.tsre-exports from sub-modules (backward compatible)What this PR does
changeset versionpackage.jsonversions bumped to2.0.7CHANGELOG.mdentries auto-generatedCHANGELOG.mdupdated:[Unreleased]→[2.0.7] - 2026-02-11All 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.