chore: unify all package versions to 0.4.2#331
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
Unifies the monorepo “core” package versions under a single 0.4.2 release and updates changesets config so these packages stay version-locked going forward.
Changes:
- Bumped core package versions to
0.4.2(from mixed0.4.1/0.1.1) and added0.4.2changelog entries. - Updated plugin peerDependencies to require
@objectstack/runtime@^0.4.2. - Bumped example app versions (patch) and updated their changelogs for the new internal dependency versions; added more packages to the Changesets fixed group.
Reviewed changes
Copilot reviewed 42 out of 42 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/types/package.json | Bump @objectstack/types to 0.4.2. |
| packages/types/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/spec/package.json | Bump @objectstack/spec to 0.4.2. |
| packages/spec/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/runtime/package.json | Bump @objectstack/runtime to 0.4.2. |
| packages/runtime/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/plugin-msw/package.json | Bump @objectstack/plugin-msw to 0.4.2 and update runtime peer dep. |
| packages/plugin-msw/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/plugin-hono-server/package.json | Bump @objectstack/plugin-hono-server to 0.4.2 and update runtime peer dep. |
| packages/plugin-hono-server/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/objectql/package.json | Bump @objectstack/objectql to 0.4.2. |
| packages/objectql/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/driver-memory/package.json | Bump @objectstack/driver-memory to 0.4.2. |
| packages/driver-memory/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/client/package.json | Bump @objectstack/client to 0.4.2. |
| packages/client/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/cli/package.json | Bump @objectstack/cli to 0.4.2. |
| packages/cli/CHANGELOG.md | Add 0.4.2 release notes. |
| packages/ai-bridge/package.json | Bump @objectstack/ai-bridge to 0.4.2. |
| packages/ai-bridge/CHANGELOG.md | Add 0.4.2 release notes. |
| package.json | Bump monorepo root version to 0.4.2. |
| examples/todo/package.json | Bump example patch version. |
| examples/todo/CHANGELOG.md | Note updated internal dependencies. |
| examples/plugin-bi/package.json | Bump example patch version. |
| examples/plugin-bi/CHANGELOG.md | Note updated internal dependencies. |
| examples/msw-react-crud/package.json | Bump example patch version. |
| examples/msw-react-crud/CHANGELOG.md | Note updated internal dependencies. |
| examples/host/package.json | Bump example patch version. |
| examples/host/CHANGELOG.md | Note updated internal dependencies. |
| examples/crm/package.json | Bump example patch version. |
| examples/crm/CHANGELOG.md | Note updated internal dependencies. |
| examples/ai-support/package.json | Bump example patch version. |
| examples/ai-support/CHANGELOG.md | Note updated internal dependencies. |
| examples/ai-sales/package.json | Bump example patch version. |
| examples/ai-sales/CHANGELOG.md | Note updated internal dependencies. |
| examples/ai-codegen/package.json | Bump example patch version. |
| examples/ai-codegen/CHANGELOG.md | Note updated internal dependencies. |
| examples/ai-analyst/package.json | Bump example patch version. |
| examples/ai-analyst/CHANGELOG.md | Note updated internal dependencies. |
| apps/docs/package.json | Bump docs app version to 0.4.2. |
| apps/docs/CHANGELOG.md | Add 0.4.2 release notes. |
| .changeset/config.json | Add additional packages to the fixed version group. |
| ## 0.4.2 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Unify all package versions to 0.4.2 | ||
| - Updated dependencies | ||
| - @objectstack/spec@0.4.2 | ||
|
|
There was a problem hiding this comment.
The changelog contains duplicate ## 0.1.1 release sections below the newly added 0.4.2 entry. This makes the release history ambiguous; please consolidate the duplicated 0.1.1 entries into a single section (or correct the version numbers if one of them should be 0.1.2/0.1.0/etc.).
| ## 0.4.2 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Unify all package versions to 0.4.2 | ||
| - Updated dependencies | ||
| - @objectstack/spec@0.4.2 | ||
|
|
There was a problem hiding this comment.
The changelog contains duplicate ## 0.1.1 release sections below the newly added 0.4.2 entry. Please merge the duplicated 0.1.1 entries into one (or fix the incorrect version header) so the changelog has a single, unambiguous history per version.
Unifies monorepo package versions to 0.4.2. Previously, core packages were split between 0.1.1 (ai-bridge, cli, docs) and 0.4.1 (spec, client, objectql, etc.).
Changes
@objectstack/plugin-msw,@objectstack/ai-bridge,@objectstack/cli,@objectstack/docsto fixed version groupAll packages in the fixed group now maintain synchronized versions going forward.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.