-
Notifications
You must be signed in to change notification settings - Fork 0
Unified version bump to 0.5.0 #357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.