chore: release v0.4.1 - fix version synchronization#311
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>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Prepares the monorepo for release v0.4.1, primarily to synchronize package versions (notably bringing @objectstack/plugin-msw up to the same release line) and update accompanying release documentation.
Changes:
- Bumped core package versions from
0.4.0→0.4.1and aligned plugin peer dependency ranges to^0.4.1. - Updated example app versions and dependency ranges to reference
0.4.1. - Added/updated release documentation: root
CHANGELOG.md, per-package changelogs, andRELEASE_NOTES.md.
Reviewed changes
Copilot reviewed 41 out of 41 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bump root monorepo version to 0.4.1 |
| CHANGELOG.md | Add 0.4.1 entry and update compare links |
| RELEASE_NOTES.md | Add v0.4.1 release notes section |
| packages/spec/package.json | Bump @objectstack/spec to 0.4.1 |
| packages/spec/CHANGELOG.md | Add 0.4.1 entry for @objectstack/spec |
| packages/types/package.json | Bump @objectstack/types to 0.4.1 |
| packages/types/CHANGELOG.md | Add 0.4.1 entry for @objectstack/types |
| packages/objectql/package.json | Bump @objectstack/objectql to 0.4.1 |
| packages/objectql/CHANGELOG.md | Add 0.4.1 entry for @objectstack/objectql |
| packages/runtime/package.json | Bump @objectstack/runtime to 0.4.1 |
| packages/runtime/CHANGELOG.md | Add 0.4.1 entry for @objectstack/runtime |
| packages/client/package.json | Bump @objectstack/client to 0.4.1 |
| packages/client/CHANGELOG.md | Add 0.4.1 entry for @objectstack/client |
| packages/driver-memory/package.json | Bump @objectstack/driver-memory to 0.4.1 |
| packages/driver-memory/CHANGELOG.md | Add 0.4.1 entry for @objectstack/driver-memory |
| packages/plugin-msw/package.json | Bump @objectstack/plugin-msw to 0.4.1 and update runtime peerDependency |
| packages/plugin-msw/CHANGELOG.md | Add 0.4.1 entry for @objectstack/plugin-msw |
| packages/plugin-hono-server/package.json | Bump @objectstack/plugin-hono-server to 0.4.1 and update runtime peerDependency |
| packages/plugin-hono-server/CHANGELOG.md | Add 0.4.1 entry for @objectstack/plugin-hono-server |
| packages/cli/package.json | Bump @objectstack/cli to 0.1.1 |
| packages/cli/CHANGELOG.md | Update changelog for @objectstack/cli dependency bump |
| packages/ai-bridge/package.json | Bump @objectstack/ai-bridge to 0.1.1 |
| packages/ai-bridge/CHANGELOG.md | Update changelog for @objectstack/ai-bridge dependency bump |
| examples/todo/package.json | Bump example-todo to 1.0.8 |
| examples/todo/CHANGELOG.md | Add 1.0.8 entry with updated deps |
| examples/plugin-bi/package.json | Bump plugin-bi example to 1.0.8 |
| examples/plugin-bi/CHANGELOG.md | Add 1.0.8 entry with updated deps |
| examples/msw-react-crud/package.json | Bump msw-react-crud example to 1.0.1 and update runtime/plugin-msw ranges |
| examples/msw-react-crud/CHANGELOG.md | Add 1.0.1 entry with updated deps |
| examples/host/package.json | Bump host example to 0.1.8 |
| examples/host/CHANGELOG.md | Add 0.1.8 entry with updated deps |
| examples/crm/package.json | Bump CRM example to 1.0.8 |
| examples/crm/CHANGELOG.md | Add 1.0.8 entry with updated deps |
| examples/ai-support/package.json | Bump ai-support example to 1.0.6 |
| examples/ai-support/CHANGELOG.md | Add 1.0.6 entry with updated deps |
| examples/ai-sales/package.json | Bump ai-sales example to 1.0.6 |
| examples/ai-sales/CHANGELOG.md | Add 1.0.6 entry with updated deps |
| examples/ai-codegen/package.json | Bump ai-codegen example to 1.0.6 |
| examples/ai-codegen/CHANGELOG.md | Add 1.0.6 entry with updated deps |
| examples/ai-analyst/package.json | Bump ai-analyst example to 1.0.6 |
| examples/ai-analyst/CHANGELOG.md | Add 1.0.6 entry with updated deps |
| - Version synchronization and dependency updates | ||
|
|
||
| - Synchronized plugin-msw version to 0.4.1 | ||
| - Updated runtime peer dependency versions to ^0.4.1 | ||
| - Fixed internal dependency version mismatches | ||
|
|
There was a problem hiding this comment.
The 0.4.1 changelog entry references syncing plugin-msw to 0.4.0 and updating runtime peer dependency versions to ^0.4.0, which conflicts with this PR’s 0.4.1 release and this package’s actual dependency setup. Please correct the 0.4.1 entry so it reflects the real 0.4.1 changes.
| - Version synchronization and dependency updates | |
| - Synchronized plugin-msw version to 0.4.1 | |
| - Updated runtime peer dependency versions to ^0.4.1 | |
| - Fixed internal dependency version mismatches | |
| - Patch release with dependency updates |
| - Synchronized plugin-msw version to 0.4.1 | ||
| - Updated runtime peer dependency versions to ^0.4.1 | ||
| - Fixed internal dependency version mismatches | ||
|
|
||
| - Updated dependencies | ||
| - @objectstack/spec@0.4.1 |
There was a problem hiding this comment.
The 0.4.1 changelog entry still mentions 0.4.0 (plugin-msw sync and runtime peer dependency versions). This is inconsistent with the 0.4.1 release and doesn’t match this package’s package.json (no runtime peerDependencies). Please update the 0.4.1 entry to be accurate.
| - Synchronized plugin-msw version to 0.4.1 | |
| - Updated runtime peer dependency versions to ^0.4.1 | |
| - Fixed internal dependency version mismatches | |
| - Updated dependencies | |
| - @objectstack/spec@0.4.1 | |
| - Aligned internal dependencies with the 0.4.1 release | |
| - Fixed internal dependency version mismatches | |
| - Updated dependencies | |
| - @objectstack/spec@0.4.1 | |
| - @objectstack/spec@0.4.1 |
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies |
There was a problem hiding this comment.
This changelog now contains two consecutive "## 0.1.1" sections. The older section (with @objectstack/spec@0.4.0) should remain under 0.1.0 (or be removed) and the new 0.1.1 entry should be the only 0.1.1 heading. Please de-duplicate and ensure version ordering is correct.
| ## 0.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies |
There was a problem hiding this comment.
This changelog has duplicate "## 0.1.1" headings (one referencing @objectstack/spec@0.4.1 and another referencing @objectstack/spec@0.4.0). Please de-duplicate and ensure the older dependency update is under the correct prior version (likely 0.1.0) so the changelog is valid.
| - Version synchronization and dependency updates | ||
|
|
||
| - Synchronized plugin-msw version to 0.4.1 | ||
| - Updated runtime peer dependency versions to ^0.4.1 | ||
| - Fixed internal dependency version mismatches |
There was a problem hiding this comment.
The 0.4.1 changelog entry still references 0.4.0 (plugin-msw sync and runtime peer dependency versions). This is inconsistent with the 0.4.1 release and also appears to describe changes (runtime peer deps) that don’t apply to this package (it has no peerDependencies). Update these bullets to reflect the actual 0.4.1 changes for @objectstack/spec.
| - Version synchronization and dependency updates | ||
|
|
||
| - Synchronized plugin-msw version to 0.4.1 | ||
| - Updated runtime peer dependency versions to ^0.4.1 | ||
| - Fixed internal dependency version mismatches |
There was a problem hiding this comment.
The 0.4.1 changelog entry mentions syncing plugin-msw to 0.4.0 and updating runtime peer dependency versions to ^0.4.0. That’s inconsistent with the 0.4.1 release and also doesn’t match this package’s package.json (no runtime peerDependencies). Please correct the versions/wording so the changelog matches the actual 0.4.1 changes.
| - Version synchronization and dependency updates | ||
|
|
||
| - Synchronized plugin-msw version to 0.4.1 | ||
| - Updated runtime peer dependency versions to ^0.4.1 | ||
| - Fixed internal dependency version mismatches |
There was a problem hiding this comment.
In the 0.4.1 changelog entry, the bullets still reference 0.4.0 (plugin-msw sync and “runtime peer dependency versions”). This is inconsistent with the 0.4.1 release, and @objectstack/runtime doesn’t declare peerDependencies in package.json. Please update this entry to accurately describe the 0.4.1 changes.
| - Synchronized plugin-msw version to 0.4.1 | ||
| - Updated runtime peer dependency versions to ^0.4.1 | ||
| - Fixed internal dependency version mismatches |
There was a problem hiding this comment.
The new 0.4.1 changelog entry still says plugin-msw was synchronized to 0.4.0 and runtime peer dependency versions were updated to ^0.4.0. That doesn’t align with the 0.4.1 release and this package doesn’t manage runtime peer deps. Please fix the versions/wording in this entry.
| - Synchronized plugin-msw version to 0.4.1 | |
| - Updated runtime peer dependency versions to ^0.4.1 | |
| - Fixed internal dependency version mismatches | |
| - Synchronized internal @objectstack package versions to 0.4.1 | |
| - Updated development and build-time dependency versions | |
| - Fixed internal dependency version mismatches within the ObjectQL package |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
…ud vite build Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Version 0.4.1 release addressing package version drift.
@objectstack/plugin-mswwas at 0.3.3 while other packages had moved to 0.4.0.Changes
@objectstack/plugin-msw0.3.3 → 0.4.1^0.3.3to^0.4.1in pluginsAffected Packages
All packages in fixed versioning group:
Merging to
mainwill trigger automated npm publish via GitHub Actions.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.