Skip to content

Unify all package versions to 3.0.0 via changeset#502

Merged
hotlong merged 4 commits intomainfrom
copilot/create-version-release
Feb 14, 2026
Merged

Unify all package versions to 3.0.0 via changeset#502
hotlong merged 4 commits intomainfrom
copilot/create-version-release

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 14, 2026

Unifies all package version numbers across the monorepo by running changeset version, bumping all 38 packages from 2.0.0 to 3.0.0.

  • @objectstack v3.0.0 upgrade: Hub → Cloud namespace, definePlugin removed, PaginatedResult.value.records / .count.total, client.meta.getObject()client.meta.getItem()
  • Console bundle optimization: Main chunk split from 1,008 KB → 48.5 KB gzip (95% reduction), gzip+brotli pre-compression, lazy MSW loading
  • Tooling: rollup-plugin-visualizer for bundle analysis
  • Changeset config: Added @object-ui/collaboration and @object-ui/console to the fixed versioning group so all packages version together
  • Console versioning: Removed @object-ui/console from the changeset ignore list and bumped from 1.0.0 to 3.0.0
  • CHANGELOGs: Generated per-package CHANGELOG.md files with release notes (including apps/console)

All 38 packages (37 in packages/* + apps/console) in the fixed versioning group are now unified at 3.0.0.

Original prompt

changeset发一个版本


✨ 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
Copy link
Copy Markdown

vercel Bot commented Feb 14, 2026

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

Project Deployment Actions Updated (UTC)
objectui Ready Ready Preview, Comment Feb 14, 2026 3:49am
objectui-demo Ready Ready Preview, Comment Feb 14, 2026 3:49am
objectui-storybook Error Error Feb 14, 2026 3:49am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Add changeset for version release Add changeset for v2.1.0 release Feb 14, 2026
Copilot AI requested a review from hotlong February 14, 2026 02:00
@hotlong hotlong marked this pull request as ready for review February 14, 2026 02:27
Copilot AI review requested due to automatic review settings February 14, 2026 02:27
@hotlong
Copy link
Copy Markdown
Collaborator

hotlong commented Feb 14, 2026

@copilot 统一所有软件包版本号

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 14, 2026

@copilot 统一所有软件包版本号

已完成。在 b6b09c9 中:

  1. @object-ui/collaboration 加入 .changeset/config.json 的 fixed 版本组
  2. 运行 changeset version 统一所有 37 个软件包版本号至 3.0.0
  3. 为每个包生成了对应的 CHANGELOG.md

Copy link
Copy Markdown
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

This PR adds a changeset file to prepare for the v2.1.0 release of all ObjectUI packages. The changeset documents the upgrade to @objectstack v3.0.0 dependencies and significant console bundle optimizations that have been implemented since the 2.0.0 release.

Changes:

  • Adds changeset marking all 36 packages in the fixed versioning group for a minor version bump (2.0.0 → 2.1.0)
  • Documents @objectstack v3.0.0 dependency upgrade with API migrations (Hub → Cloud namespace, PaginatedResult field renames, metadata API changes)
  • Documents console bundle optimization work including chunk splitting, compression, and lazy loading

Copilot AI changed the title Add changeset for v2.1.0 release Unify all package versions to 3.0.0 via changeset Feb 14, 2026
Copilot AI requested a review from hotlong February 14, 2026 02:32
@hotlong
Copy link
Copy Markdown
Collaborator

hotlong commented Feb 14, 2026

@copilot apps/console也是要发版本的

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 14, 2026

@copilot apps/console也是要发版本的

已完成。在 3220ec8 中:

  1. @object-ui/console 从 changeset ignore 列表中移除
  2. @object-ui/console 加入 fixed 版本组
  3. apps/console/package.json 版本号从 1.0.0 更新为 3.0.0
  4. 创建了 apps/console/CHANGELOG.md

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants