Skip to content

Release v0.3.3#146

Merged
hotlong merged 3 commits intomainfrom
copilot/release-new-version-bc852898-239f-4d9b-aab2-df6a211ff2f3
Jan 25, 2026
Merged

Release v0.3.3#146
hotlong merged 3 commits intomainfrom
copilot/release-new-version-bc852898-239f-4d9b-aab2-df6a211ff2f3

Conversation

Copy link
Contributor

Copilot AI commented Jan 25, 2026

Patch release bumping all packages from 0.3.2 to 0.3.3 using Changesets.

Changes in This Release

  • Enhanced GitHub workflows (CI, release, PR automation)
  • Added protocol-specific prompt templates (data, UI, system, API, AI)
  • Updated changeset configuration for unified versioning
  • Added cursor rules and automation documentation

Technical Details

  • All 8 packages use fixed versioning (released together)
  • CHANGELOGs auto-generated via changeset version
  • Git tag v0.3.3 created for this release
  • Packages ready for npm publish via GitHub Actions workflow
Original prompt

发一个版本


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link

vercel bot commented Jan 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
spec Ready Ready Preview, Comment Jan 25, 2026 5:48am

Request Review

Copilot AI and others added 2 commits January 25, 2026 05:44
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 a new release version Release v0.3.3 Jan 25, 2026
Copilot AI requested a review from hotlong January 25, 2026 05:52
@github-actions github-actions bot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Jan 25, 2026
@hotlong hotlong marked this pull request as ready for review January 25, 2026 05:56
Copilot AI review requested due to automatic review settings January 25, 2026 05:56
@hotlong hotlong merged commit 460be5b into main Jan 25, 2026
14 of 15 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release PR for v0.3.3, updating package versions/changelogs and publishing collateral (root changelog + release notes), with added Tenant reference artifacts.

Changes:

  • Bumped all workspace package versions from 0.3.2 → 0.3.3 (and examples accordingly).
  • Updated package-level CHANGELOGs and root CHANGELOG.md/RELEASE_NOTES.md for the v0.3.3 release.
  • Added Tenant schema artifacts: JSON Schema + docs reference page.

Reviewed changes

Copilot reviewed 38 out of 38 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/types/package.json Bump @objectstack/types to 0.3.3
packages/types/CHANGELOG.md Add 0.3.3 changelog entry
packages/spec/package.json Bump @objectstack/spec to 0.3.3 (and export formatting)
packages/spec/json-schema/hub/Tenant.json Add Tenant JSON Schema artifact
packages/spec/CHANGELOG.md Add 0.3.3 changelog entry
packages/runtime/package.json Bump @objectstack/runtime to 0.3.3
packages/runtime/CHANGELOG.md Add 0.3.3 changelog entry (deps bumped)
packages/plugin-msw/package.json Bump plugin-msw to 0.3.3 + peerDep runtime ^0.3.3
packages/plugin-msw/CHANGELOG.md Add 0.3.3 changelog entry (deps bumped)
packages/plugin-hono-server/package.json Bump plugin-hono-server to 0.3.3 + peerDep runtime ^0.3.3
packages/plugin-hono-server/CHANGELOG.md Add 0.3.3 changelog entry (deps bumped)
packages/objectql/package.json Bump @objectstack/objectql to 0.3.3
packages/objectql/CHANGELOG.md Add 0.3.3 changelog entry (deps bumped)
packages/driver-memory/package.json Bump @objectstack/driver-memory to 0.3.3
packages/driver-memory/CHANGELOG.md Add 0.3.3 changelog entry (deps bumped)
packages/client/package.json Bump @objectstack/client to 0.3.3
packages/client/CHANGELOG.md Add 0.3.3 changelog entry (deps bumped)
examples/todo/package.json Bump example-todo to 1.0.7
examples/todo/CHANGELOG.md Add 1.0.7 changelog entry (deps bumped)
examples/plugin-bi/package.json Bump plugin-bi example to 1.0.7
examples/plugin-bi/CHANGELOG.md Add 1.0.7 changelog entry (deps bumped)
examples/msw-demo/package.json Bump msw-demo example to 0.1.2
examples/msw-demo/CHANGELOG.md Add 0.1.2 changelog entry (deps bumped)
examples/host/package.json Bump host example to 0.1.7
examples/host/CHANGELOG.md Add 0.1.7 changelog entry (deps bumped)
examples/crm/package.json Bump crm example to 1.0.7
examples/crm/CHANGELOG.md Add 1.0.7 changelog entry (deps bumped)
examples/ai-support/package.json Bump ai-support example to 1.0.5
examples/ai-support/CHANGELOG.md Add 1.0.5 changelog entry (deps bumped)
examples/ai-sales/package.json Bump ai-sales example to 1.0.5
examples/ai-sales/CHANGELOG.md Add 1.0.5 changelog entry (deps bumped)
examples/ai-codegen/package.json Bump ai-codegen example to 1.0.5
examples/ai-codegen/CHANGELOG.md Add 1.0.5 changelog entry (deps bumped)
examples/ai-analyst/package.json Bump ai-analyst example to 1.0.5
examples/ai-analyst/CHANGELOG.md Add 1.0.5 changelog entry (deps bumped)
content/docs/references/hub/tenant/Tenant.mdx Add Tenant docs reference page
RELEASE_NOTES.md Add v0.3.3 release notes section
CHANGELOG.md Add 0.3.3 entry + update compare links

Comment on lines +8 to +9
| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
Copy link

Copilot AI Jan 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markdown table uses a double leading pipe (|| ...) on the header and alignment rows, which is inconsistent with other reference pages (e.g., content/docs/references/hub/space/HubSpace.mdx) and likely breaks table rendering. Use single leading pipes (| ...) like the other docs.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants