Skip to content

chore: release v0.3.2 - #96

Merged
hotlong merged 3 commits into
mainfrom
copilot/release-new-version-yet-again
Jan 24, 2026
Merged

chore: release v0.3.2#96
hotlong merged 3 commits into
mainfrom
copilot/release-new-version-yet-again

Conversation

CopilotAI commented Jan 24, 2026

Copy link
Copy Markdown
Contributor

Patch release for maintenance and stability improvements.

Changes

  • Bumped all packages from 0.3.1 → 0.3.2 via changesets
  • Updated CHANGELOGs across 18 workspace packages
  • Synchronized version across monorepo per fixed versioning strategy

Affected Packages

Core:

  • @objectstack/spec, @objectstack/types, @objectstack/objectql
  • @objectstack/runtime, @objectstack/client
  • @objectstack/driver-memory
  • @objectstack/plugin-hono-server, @objectstack/plugin-msw

Examples 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.

@vercel

vercelBot commented Jan 24, 2026

Copy link
Copy Markdown

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

ProjectDeploymentReviewUpdated (UTC)
specErrorErrorJan 24, 2026 5:48am

Request Review

CopilotAIand others added 2 commits January 24, 2026 05:47
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file size/m labels Jan 24, 2026
CopilotAI changed the title [WIP] Create release for new versionchore: release v0.3.2Jan 24, 2026
CopilotAI requested a review from hotlongJanuary 24, 2026 05:53
@hotlong
hotlong marked this pull request as ready for review January 24, 2026 05:53
CopilotAI review requested due to automatic review settings January 24, 2026 05:53
@hotlong
hotlong merged commit 6979934 into mainJan 24, 2026
14 of 15 checks passed

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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 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
FileDescription
packages/spec/package.jsonVersion bump to 0.3.2
packages/spec/CHANGELOG.mdAdded 0.3.2 release notes
packages/types/package.jsonVersion bump to 0.3.2
packages/types/CHANGELOG.mdAdded 0.3.2 release notes with spec dependency
packages/objectql/package.jsonVersion bump to 0.3.2
packages/objectql/CHANGELOG.mdAdded 0.3.2 release notes with spec dependency
packages/runtime/package.jsonVersion bump to 0.3.2
packages/runtime/CHANGELOG.mdAdded 0.3.2 release notes with objectql, spec, and types dependencies
packages/client/package.jsonVersion bump to 0.3.2
packages/client/CHANGELOG.mdAdded 0.3.2 release notes with spec dependency
packages/driver-memory/package.jsonVersion bump to 0.3.2
packages/driver-memory/CHANGELOG.mdAdded 0.3.2 release notes with spec dependency
packages/plugin-hono-server/package.jsonVersion bump to 0.3.2, updated peerDependency to ^0.3.2
packages/plugin-hono-server/CHANGELOG.mdAdded 0.3.2 release notes with runtime, spec, and types dependencies
packages/plugin-msw/package.jsonVersion bump to 0.3.2, updated peerDependency to ^0.3.2
packages/plugin-msw/CHANGELOG.mdAdded 0.3.2 release notes with runtime, spec, and types dependencies
examples/crm/package.jsonVersion bump to 1.0.6
examples/crm/CHANGELOG.mdAdded 1.0.6 release notes with spec dependency
examples/todo/package.jsonVersion bump to 1.0.6
examples/todo/CHANGELOG.mdAdded 1.0.6 release notes with client and spec dependencies
examples/plugin-bi/package.jsonVersion bump to 1.0.6
examples/plugin-bi/CHANGELOG.mdAdded 1.0.6 release notes with spec dependency
examples/host/package.jsonVersion bump to 0.1.6
examples/host/CHANGELOG.mdAdded 0.1.6 release notes with all runtime dependencies
examples/msw-demo/package.jsonVersion bump to 0.1.1
examples/msw-demo/CHANGELOG.mdCreated initial CHANGELOG with 0.1.1 release notes
examples/ai-analyst/package.jsonVersion bump to 1.0.4
examples/ai-analyst/CHANGELOG.mdAdded 1.0.4 release notes with spec dependency
examples/ai-codegen/package.jsonVersion bump to 1.0.4
examples/ai-codegen/CHANGELOG.mdAdded 1.0.4 release notes with spec dependency
examples/ai-sales/package.jsonVersion bump to 1.0.4
examples/ai-sales/CHANGELOG.mdAdded 1.0.4 release notes with spec dependency
examples/ai-support/package.jsonVersion bump to 1.0.4
examples/ai-support/CHANGELOG.mdAdded 1.0.4 release notes with spec dependency
apps/docs/package.jsonVersion bump to 0.1.1
apps/docs/CHANGELOG.mdCreated initial CHANGELOG with 0.1.1 release notes
CHANGELOG.mdAdded 0.3.2 release entry dated 2026-01-24
RELEASE_NOTES.mdAdded comprehensive v0.3.2 release notes section

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filedocumentationImprovements or additions to documentationsize/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@hotlong