Uh oh!
There was an error while loading. Please reload this page.
chore: release v3.0.0 — unified version bump for all packages - #640
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ages Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Pull request overview
This PR performs the coordinated v3.0.0 release by bumping versions across the Changesets fixed group of @objectstack/* packages, updating their changelogs, and syncing the monorepo root version (plus patch bumps for example apps/plugins that depend on the new v3 packages).
Changes:
- Bump all fixed-group
@objectstack/*package versions from2.0.7→3.0.0. - Generate
3.0.0CHANGELOG entries across packages reflecting the unified release and dependency updates. - Sync root monorepo version to
3.0.0and patch-bump example packages to1.2.9.
Reviewed changes
Copilot reviewed 51 out of 51 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Monorepo root version bumped to 3.0.0. |
| packages/spec/package.json | Bump @objectstack/spec to 3.0.0. |
| packages/spec/CHANGELOG.md | Add 3.0.0 release entry. |
| packages/core/package.json | Bump @objectstack/core to 3.0.0. |
| packages/core/CHANGELOG.md | Add 3.0.0 release entry (+ dependency note). |
| packages/types/package.json | Bump @objectstack/types to 3.0.0. |
| packages/types/CHANGELOG.md | Add 3.0.0 release entry (+ dependency note). |
| packages/runtime/package.json | Bump @objectstack/runtime to 3.0.0. |
| packages/runtime/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/rest/package.json | Bump @objectstack/rest to 3.0.0. |
| packages/rest/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/objectql/package.json | Bump @objectstack/objectql to 3.0.0. |
| packages/objectql/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/metadata/package.json | Bump @objectstack/metadata to 3.0.0. |
| packages/metadata/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/client/package.json | Bump @objectstack/client to 3.0.0. |
| packages/client/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/client-react/package.json | Bump @objectstack/client-react to 3.0.0. |
| packages/client-react/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/cli/package.json | Bump @objectstack/cli to 3.0.0. |
| packages/cli/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/plugins/driver-memory/package.json | Bump @objectstack/driver-memory to 3.0.0. |
| packages/plugins/driver-memory/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/plugins/plugin-auth/package.json | Bump @objectstack/plugin-auth to 3.0.0. |
| packages/plugins/plugin-auth/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/plugins/plugin-dev/package.json | Bump @objectstack/plugin-dev to 3.0.0. |
| packages/plugins/plugin-dev/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/plugins/plugin-hono-server/package.json | Bump @objectstack/plugin-hono-server to 3.0.0. |
| packages/plugins/plugin-hono-server/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/plugins/plugin-msw/package.json | Bump @objectstack/plugin-msw to 3.0.0. |
| packages/plugins/plugin-msw/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/plugins/plugin-security/package.json | Bump @objectstack/plugin-security to 3.0.0. |
| packages/plugins/plugin-security/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| packages/adapters/hono/package.json | Bump @objectstack/hono to 3.0.0. |
| packages/adapters/hono/CHANGELOG.md | Add 3.0.0 release entry (+ dependency note). |
| packages/adapters/nestjs/package.json | Bump @objectstack/nestjs to 3.0.0. |
| packages/adapters/nestjs/CHANGELOG.md | Add 3.0.0 release entry (+ dependency note). |
| packages/adapters/nextjs/package.json | Bump @objectstack/nextjs to 3.0.0. |
| packages/adapters/nextjs/CHANGELOG.md | Add 3.0.0 release entry (+ dependency note). |
| apps/studio/package.json | Bump @objectstack/studio to 3.0.0. |
| apps/studio/CHANGELOG.md | Add 3.0.0 release entry (+ dependency notes). |
| apps/docs/package.json | Bump @objectstack/docs to 3.0.0. |
| apps/docs/CHANGELOG.md | Add 3.0.0 release entry. |
| examples/plugin-bi/package.json | Patch bump example package to 1.2.9. |
| examples/plugin-bi/CHANGELOG.md | Add 1.2.9 entry (+ dependency note). |
| examples/app-todo/package.json | Patch bump example package to 1.2.9. |
| examples/app-todo/CHANGELOG.md | Add 1.2.9 entry (+ dependency notes). |
| examples/app-host/package.json | Patch bump example package to 1.2.9. |
| examples/app-host/CHANGELOG.md | Add 1.2.9 entry (+ dependency notes). |
| examples/app-crm/package.json | Patch bump example package to 1.2.9. |
| examples/app-crm/CHANGELOG.md | Add 1.2.9 entry (+ dependency note). |
| @@ -1,5 +1,17 @@ | |||
| # Changelog | |||
There was a problem hiding this comment.
The changelog title is # Changelog, which is inconsistent with most package changelogs in this repo that use # <package-name> (e.g. # @objectstack/core). Consider renaming the header to # @objectstack/plugin-auth for consistency and easier identification.
| @@ -1,5 +1,16 @@ | |||
| # @objectstack/example-todo | |||
There was a problem hiding this comment.
The changelog title (# @objectstack/example-todo) doesn’t match this package’s package.json name (@example/app-todo). Consider updating the header to the actual package name for consistency and clarity.
| # @objectstack/example-todo | |
| # @example/app-todo |
| @@ -1,5 +1,20 @@ | |||
| # @objectstack/example-host | |||
There was a problem hiding this comment.
The changelog title (# @objectstack/example-host) doesn’t match this package’s package.json name (@example/app-host). Consider updating the header to the actual package name for consistency and clarity.
| # @objectstack/example-host | |
| # @example/app-host |
| @@ -1,5 +1,12 @@ | |||
| # @objectstack/example-crm | |||
There was a problem hiding this comment.
The changelog title (# @objectstack/example-crm) doesn’t match this package’s package.json name (@example/app-crm). Consider updating the header to the actual package name for consistency and clarity.
| # @objectstack/example-crm | |
| # @example/app-crm |
Major version bump from
2.0.7→3.0.0for all 21@objectstack/*packages using changesets.changeset versionto update allpackage.jsonfiles and generate CHANGELOG entriespackage.jsonfrom1.2.0→3.0.0All packages in the
fixedgroup now share version3.0.0:✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.