Merged
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>
Copilot
AI
changed the title
[WIP] Update all package versions to 0.5
Unified version bump to 0.5.0
Jan 28, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes package versioning across the monorepo to 0.5.0, consolidating previously fragmented versions (0.4.2 for core packages and various 1.0.x versions for examples). Additionally, it corrects module resolution paths in the driver-memory package and adds a changeset for automated release management.
Changes:
- Version alignment: Updated 11 core packages, 9 examples, 1 app, and the root package from mixed versions to unified 0.5.0
- Fixed
@objectstack/driver-memorypackage entry points from incorrectdist/src/*todist/*to match TypeScript build output - Added comprehensive changeset documenting all 21 packages for release automation
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/types/package.json | Version bump to 0.5.0 |
| packages/spec/package.json | Version bump to 0.5.0 |
| packages/runtime/package.json | Version bump to 0.5.0 |
| packages/plugins/plugin-msw/package.json | Version bump to 0.5.0 |
| packages/plugins/plugin-hono-server/package.json | Version bump to 0.5.0 |
| packages/plugins/driver-memory/package.json | Version bump to 0.5.0 + corrected main/types paths from dist/src/* to dist/* |
| packages/objectql/package.json | Version bump to 0.5.0 |
| packages/core/package.json | Version bump to 0.5.0 |
| packages/client/package.json | Version bump to 0.5.0 |
| packages/cli/package.json | Version bump to 0.5.0 |
| packages/ai-bridge/package.json | Version bump to 0.5.0 |
| package.json | Root monorepo version bump to 0.5.0 |
| examples/todo/package.json | Version bump from 1.0.9 to 0.5.0 |
| examples/plugin-bi/package.json | Version bump from 1.0.9 to 0.5.0 |
| examples/msw-react-crud/package.json | Version bump from 1.0.2 to 0.5.0 |
| examples/host/package.json | Version bump from 0.1.9 to 0.5.0 |
| examples/crm/package.json | Version bump from 1.0.9 to 0.5.0 |
| examples/ai-support/package.json | Version bump from 1.0.7 to 0.5.0 |
| examples/ai-sales/package.json | Version bump from 1.0.7 to 0.5.0 |
| examples/ai-codegen/package.json | Version bump from 1.0.7 to 0.5.0 |
| examples/ai-analyst/package.json | Version bump from 1.0.7 to 0.5.0 |
| apps/docs/package.json | Version bump to 0.5.0 |
| .changeset/unified-version-0-5-0.md | Changeset for all 21 packages with release notes |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
…p-configuration-again
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standardized all package versions to 0.5.0 across the monorepo (previously 0.4.2 for core packages, 1.0.x for examples).
Changes
@objectstack/driver-memorypaths: Correctedmainandtypesfields fromdist/src/*todist/*to match actual build outputAll workspace dependencies continue using
workspace:*references.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.