Release version 0.4.0#310
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Bumps the monorepo to release version 0.4.0 by updating package versions and adding corresponding changelog entries.
Changes:
- Bumped fixed-group package versions from
0.3.3to0.4.0and updated root version. - Added
0.4.0release entries to changelogs for the fixed-group packages. - Added new changelogs for
@objectstack/cliand@objectstack/ai-bridgereflecting dependency updates.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Monorepo version bump to 0.4.0. |
| packages/spec/package.json | Bump @objectstack/spec to 0.4.0. |
| packages/spec/CHANGELOG.md | Add 0.4.0 release entry. |
| packages/types/package.json | Bump @objectstack/types to 0.4.0. |
| packages/types/CHANGELOG.md | Add 0.4.0 release entry. |
| packages/objectql/package.json | Bump @objectstack/objectql to 0.4.0. |
| packages/objectql/CHANGELOG.md | Add 0.4.0 release entry. |
| packages/runtime/package.json | Bump @objectstack/runtime to 0.4.0. |
| packages/runtime/CHANGELOG.md | Add 0.4.0 release entry. |
| packages/client/package.json | Bump @objectstack/client to 0.4.0. |
| packages/client/CHANGELOG.md | Add 0.4.0 release entry. |
| packages/driver-memory/package.json | Bump @objectstack/driver-memory to 0.4.0. |
| packages/driver-memory/CHANGELOG.md | Add 0.4.0 release entry. |
| packages/plugin-hono-server/package.json | Bump @objectstack/plugin-hono-server to 0.4.0. |
| packages/plugin-hono-server/CHANGELOG.md | Add 0.4.0 release entry. |
| packages/cli/CHANGELOG.md | Introduce changelog noting dependency update to @objectstack/spec@0.4.0. |
| packages/ai-bridge/CHANGELOG.md | Introduce changelog noting dependency update to @objectstack/spec@0.4.0. |
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies |
There was a problem hiding this comment.
This changelog adds a 0.1.1 release, but packages/ai-bridge/package.json is still 0.1.0. Please align the package version and changelog (bump the package to 0.1.1 or adjust the changelog entry accordingly).
| { | ||
| "name": "@objectstack/spec-monorepo", | ||
| "version": "0.3.3", | ||
| "version": "0.4.0", |
There was a problem hiding this comment.
The PR description says the version bump is "across the monorepo", but there are still many 0.3.3 references in repo docs/config (e.g. root CHANGELOG.md, RELEASE_NOTES.md, docs homepage version) and the pnpm-lock.yaml still resolves @objectstack/*@0.3.3. For a release PR, please update the remaining version references and regenerate/commit the lockfile so the repo state is consistent with 0.4.0.
| { | ||
| "name": "@objectstack/plugin-hono-server", | ||
| "version": "0.3.3", | ||
| "version": "0.4.0", |
There was a problem hiding this comment.
@objectstack/plugin-hono-server was bumped to 0.4.0, but its peerDependencies still require @objectstack/runtime ^0.3.3, which will reject 0.4.0. Update the peer dependency range to allow the 0.4.x runtime (and keep it consistent with this release).
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies |
There was a problem hiding this comment.
This changelog introduces a 0.1.1 release, but packages/cli/package.json is still 0.1.0. Either bump the package version to 0.1.1 (to match the changelog entry) or change the changelog entry to match the actual published version.
Minor version bump from 0.3.3 to 0.4.0 across the monorepo.
Changes
Version Updates: Bumped all 7 fixed packages to 0.4.0
CHANGELOG: Added 0.4.0 release entries for all packages
Root Package: Updated monorepo version to match
Notes
Packages in the fixed group maintain version parity per changeset configuration. Dependencies using
workspace:*will resolve to the new version automatically.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.