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
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.mdwith 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 |
| ### Changed | ||
| - Patch release for maintenance and stability improvements | ||
| - Updated all packages to version 2.0.1 with unified versioning | ||
|
|
There was a problem hiding this comment.
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.
| ## [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 |
Patch version bump across all monorepo packages using changesets workflow.
Changes
2.0.0→2.0.1Affected Packages
All packages in the fixed versioning group:
@objectstack/spec,@objectstack/core,@objectstack/types@objectstack/objectql,@objectstack/runtime,@objectstack/metadata@objectstack/client,@objectstack/client-react,@objectstack/rest@objectstack/hono,@objectstack/nextjs,@objectstack/nestjs@objectstack/driver-memory,@objectstack/plugin-hono-server,@objectstack/plugin-msw@objectstack/cli,@objectstack/studio,@objectstack/docsPublishing
Ready for
pnpm releaseto publish to npm registry.Original prompt
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.