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] Create release for new version
chore: release v0.3.2
Jan 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a patch release version bump from 0.3.1 to 0.3.2 across the ObjectStack monorepo for maintenance and stability improvements.
Changes:
- Bumped all 8 core packages from 0.3.1 to 0.3.2
- Bumped 9 example/app packages to their respective new patch versions
- Updated CHANGELOG.md files across all 18 packages with 0.3.2 release notes
- Updated peerDependencies in plugin packages to reference ^0.3.2
- Updated top-level RELEASE_NOTES.md and CHANGELOG.md
Reviewed changes
Copilot reviewed 38 out of 38 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/spec/package.json | Version bump to 0.3.2 |
| packages/spec/CHANGELOG.md | Added 0.3.2 release notes |
| packages/types/package.json | Version bump to 0.3.2 |
| packages/types/CHANGELOG.md | Added 0.3.2 release notes with spec dependency |
| packages/objectql/package.json | Version bump to 0.3.2 |
| packages/objectql/CHANGELOG.md | Added 0.3.2 release notes with spec dependency |
| packages/runtime/package.json | Version bump to 0.3.2 |
| packages/runtime/CHANGELOG.md | Added 0.3.2 release notes with objectql, spec, and types dependencies |
| packages/client/package.json | Version bump to 0.3.2 |
| packages/client/CHANGELOG.md | Added 0.3.2 release notes with spec dependency |
| packages/driver-memory/package.json | Version bump to 0.3.2 |
| packages/driver-memory/CHANGELOG.md | Added 0.3.2 release notes with spec dependency |
| packages/plugin-hono-server/package.json | Version bump to 0.3.2, updated peerDependency to ^0.3.2 |
| packages/plugin-hono-server/CHANGELOG.md | Added 0.3.2 release notes with runtime, spec, and types dependencies |
| packages/plugin-msw/package.json | Version bump to 0.3.2, updated peerDependency to ^0.3.2 |
| packages/plugin-msw/CHANGELOG.md | Added 0.3.2 release notes with runtime, spec, and types dependencies |
| examples/crm/package.json | Version bump to 1.0.6 |
| examples/crm/CHANGELOG.md | Added 1.0.6 release notes with spec dependency |
| examples/todo/package.json | Version bump to 1.0.6 |
| examples/todo/CHANGELOG.md | Added 1.0.6 release notes with client and spec dependencies |
| examples/plugin-bi/package.json | Version bump to 1.0.6 |
| examples/plugin-bi/CHANGELOG.md | Added 1.0.6 release notes with spec dependency |
| examples/host/package.json | Version bump to 0.1.6 |
| examples/host/CHANGELOG.md | Added 0.1.6 release notes with all runtime dependencies |
| examples/msw-demo/package.json | Version bump to 0.1.1 |
| examples/msw-demo/CHANGELOG.md | Created initial CHANGELOG with 0.1.1 release notes |
| examples/ai-analyst/package.json | Version bump to 1.0.4 |
| examples/ai-analyst/CHANGELOG.md | Added 1.0.4 release notes with spec dependency |
| examples/ai-codegen/package.json | Version bump to 1.0.4 |
| examples/ai-codegen/CHANGELOG.md | Added 1.0.4 release notes with spec dependency |
| examples/ai-sales/package.json | Version bump to 1.0.4 |
| examples/ai-sales/CHANGELOG.md | Added 1.0.4 release notes with spec dependency |
| examples/ai-support/package.json | Version bump to 1.0.4 |
| examples/ai-support/CHANGELOG.md | Added 1.0.4 release notes with spec dependency |
| apps/docs/package.json | Version bump to 0.1.1 |
| apps/docs/CHANGELOG.md | Created initial CHANGELOG with 0.1.1 release notes |
| CHANGELOG.md | Added 0.3.2 release entry dated 2026-01-24 |
| RELEASE_NOTES.md | Added comprehensive v0.3.2 release notes section |
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.
Patch release for maintenance and stability improvements.
Changes
Affected Packages
Core:
@objectstack/spec,@objectstack/types,@objectstack/objectql@objectstack/runtime,@objectstack/client@objectstack/driver-memory@objectstack/plugin-hono-server,@objectstack/plugin-mswExamples and docs also updated to maintain dependency consistency.
Release Workflow
On merge to
main, GitHub Actions will publish to npm automatically.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.