Skip to content

Release v0.3.0: Unified versioning for all packages - #69

Merged
hotlong merged 4 commits into
mainfrom
copilot/release-new-version-again
Jan 22, 2026
Merged

Release v0.3.0: Unified versioning for all packages#69
hotlong merged 4 commits into
mainfrom
copilot/release-new-version-again

Conversation

CopilotAI commented Jan 22, 2026

Copy link
Copy Markdown
Contributor

Bumps all package versions to 0.3.0 with unified versioning strategy:

  • All packages: 0.2.0 → 0.3.0

Changes

  • Unified Versioning: Configured changeset with "fixed" versioning to ensure all packages release together with the same version number
  • Version updates: All @objectstack packages now at v0.3.0
  • CHANGELOG updates: Updated to reflect v0.3.0 release (2026-01-22)
  • Build verification: Confirmed all packages compile successfully

Release Contents

This release includes comprehensive documentation structure:

  • CONTRIBUTING.md and documentation hub
  • Standards documentation (naming conventions, API design, error handling)
  • Architecture deep dives (data/UI/system layers)
  • Code of Conduct and migration guides

All packages now use unified versioning and will be released together with the same version number going forward. All package CHANGELOGs updated via changesets automation.

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.

@vercel

vercelBot commented Jan 22, 2026

Copy link
Copy Markdown

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

ProjectDeploymentReviewUpdated (UTC)
specReadyReadyPreview, CommentJan 22, 2026 1:32pm

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
CopilotAI changed the title [WIP] Release new version of the applicationRelease v0.3.0: Documentation structure improvementsJan 22, 2026
CopilotAI requested a review from hotlongJanuary 22, 2026 12:51
@hotlong

Copy link
Copy Markdown
Contributor

@copilot 要求changeset 统一版本号

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>

CopilotAI commented Jan 22, 2026

Copy link
Copy Markdown
ContributorAuthor

@copilot 要求changeset 统一版本号

已配置 changeset 统一版本号。所有包现在都使用相同的版本号 1.0.0。配置在 .changeset/config.json 的 "fixed" 字段中,所有核心包将一起发布相同版本。(ce78dc5)

CopilotAI changed the title Release v0.3.0: Documentation structure improvementsRelease v1.0.0: Unified versioning for all packagesJan 22, 2026
@hotlong

Copy link
Copy Markdown
Contributor

@copilot 不要升级这么大的版本号,0.x

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>

CopilotAI commented Jan 22, 2026

Copy link
Copy Markdown
ContributorAuthor

@copilot 不要升级这么大的版本号,0.x

已将版本号调整为 0.3.0,所有包保持统一版本号在 0.x 范围内。(0d68198)

CopilotAI changed the title Release v1.0.0: Unified versioning for all packagesRelease v0.3.0: Unified versioning for all packagesJan 22, 2026
@github-actionsgithub-actionsBot added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file tooling size/m labels Jan 22, 2026
@hotlong
hotlong marked this pull request as ready for review January 22, 2026 13:40
CopilotAI review requested due to automatic review settings January 22, 2026 13:40
@hotlong
hotlong merged commit 5c5079a into mainJan 22, 2026
14 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 implements unified versioning for all @objectstack packages, bumping them from 0.2.0 to 0.3.0 and configuring changesets to ensure all packages are released together with the same version number going forward.

Changes:

  • Configured changeset with "fixed" versioning strategy to synchronize all @objectstack package versions
  • Bumped all core packages from 0.2.0 to 0.3.0
  • Updated example packages with corresponding dependency version updates
  • Updated root CHANGELOG.md to document v0.3.0 release (2026-01-22)

Reviewed changes

Copilot reviewed 28 out of 28 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
.changeset/config.jsonAdded "fixed" versioning configuration to synchronize all @objectstack packages
packages/*/package.jsonVersion bumps from 0.2.0 to 0.3.0 for all core packages
packages/*/CHANGELOG.mdAdded 0.3.0 release entries documenting dependency updates
packages/plugin-hono-server/package.jsonUpdated peer dependency version reference
examples/*/package.jsonVersion bumps for example packages
examples/*/CHANGELOG.mdAdded release entries for dependency updates
CHANGELOG.mdAdded 0.3.0 release section with release date 2026-01-22

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/mtooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@hotlong