Prepare v0.2.0 release for ObjectStack packages#54
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>
|
为什么hono的版本要发布为1.0 @copilot |
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
你说得对,这是一个错误。plugin-hono-server 应该和其他包保持一致,都是 0.2.0 版本。我已经在 042df1d 中修复了这个问题,现在所有 7 个包都统一为 0.2.0 版本。 (You're right, this was an error. plugin-hono-server should be consistent with the other packages at version 0.2.0. I've fixed this in commit 042df1d - all 7 packages are now uniformly at version 0.2.0.) |
There was a problem hiding this comment.
Pull request overview
This PR prepares the coordinated v0.2.0 release for the ObjectStack monorepo, bumping 7 core packages from 0.1.x to 0.2.0 using the Changesets workflow. This represents the initial public release with complete protocol definitions, runtime, and tooling.
Changes:
- Bumped version numbers for 7 core packages from 0.1.x to 0.2.0
- Generated comprehensive CHANGELOG.md entries documenting the release features and dependency updates
- Created RELEASE_NOTES.md with detailed release documentation, publishing instructions, and verification checklist
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/spec/package.json | Version bump to 0.2.0 |
| packages/spec/CHANGELOG.md | Added v0.2.0 release notes with feature overview |
| packages/types/package.json | Version bump to 0.2.0 |
| packages/types/CHANGELOG.md | Added v0.2.0 release notes with dependency updates |
| packages/objectql/package.json | Version bump to 0.2.0 |
| packages/objectql/CHANGELOG.md | Added v0.2.0 release notes with dependency updates |
| packages/runtime/package.json | Version bump to 0.2.0 |
| packages/runtime/CHANGELOG.md | Added v0.2.0 release notes with dependency updates |
| packages/client/package.json | Version bump to 0.2.0 |
| packages/client/CHANGELOG.md | Added v0.2.0 release notes with dependency updates |
| packages/driver-memory/package.json | Version bump to 0.2.0 |
| packages/driver-memory/CHANGELOG.md | Added v0.2.0 release notes with dependency updates |
| packages/plugin-hono-server/package.json | Version bump to 0.2.0 and peer dependency update |
| packages/plugin-hono-server/CHANGELOG.md | Added v0.2.0 release notes with dependency updates |
| examples/todo/package.json | Patch version bump to 1.0.2 |
| examples/todo/CHANGELOG.md | Documented dependency updates |
| examples/plugin-bi/package.json | Patch version bump to 1.0.2 |
| examples/plugin-bi/CHANGELOG.md | Documented dependency updates |
| examples/host/package.json | Patch version bump to 0.1.2 |
| examples/host/CHANGELOG.md | Documented dependency updates (contains version error) |
| examples/crm/package.json | Patch version bump to 1.0.2 |
| examples/crm/CHANGELOG.md | Documented dependency updates |
| RELEASE_NOTES.md | New comprehensive release documentation file |
| - @objectstack/objectql@0.2.0 | ||
| - @objectstack/runtime@0.2.0 | ||
| - @objectstack/driver-memory@0.2.0 | ||
| - @objectstack/plugin-hono-server@1.0.0 |
There was a problem hiding this comment.
The dependency version for @objectstack/plugin-hono-server is incorrect. According to the release, this package should be updated to version 0.2.0, not 1.0.0. Please update this line to match the correct version: @objectstack/plugin-hono-server@0.2.0
| - @objectstack/plugin-hono-server@1.0.0 | |
| - @objectstack/plugin-hono-server@0.2.0 |
Prepares coordinated release of 7 packages in the monorepo using Changesets workflow.
Packages
@objectstack/spec@0.2.0- Core protocol definitions@objectstack/types@0.2.0- Shared type definitions@objectstack/objectql@0.2.0- Query language & runtime@objectstack/runtime@0.2.0- Execution environment@objectstack/client@0.2.0- Client library@objectstack/driver-memory@0.2.0- In-memory driver@objectstack/plugin-hono-server@0.2.0- REST API server pluginChanges
changeset version(0.1.x → 0.2.0 for all packages)v0.2.0Release Automation
Merging to
maintriggers.github/workflows/release.ymlwhich builds and publishes to npm usingNPM_TOKENsecret.Build artifacts verified: 187 JSON schemas generated, TypeScript compilation clean across all packages.
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.