Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 17, 2026

Version Release v0.3.0

  • Create new changeset for unreleased features (plugin-object and objectql updates)
  • Run changeset version to bump package versions
  • Update CHANGELOG.md to move unreleased changes to new version
  • Verify all package.json files are updated correctly
  • Build all packages to ensure no errors
  • Commit version bump changes
  • Unify all package versions to 0.3.0 for consistent versioning

Unified Versions

All packages in the monorepo are now at version 0.3.0:

  • @object-ui/types: 0.3.0
  • @object-ui/core: 0.3.0
  • @object-ui/react: 0.3.0
  • @object-ui/components: 0.3.0
  • @object-ui/designer: 0.3.0
  • @object-ui/cli: 0.3.0
  • @object-ui/data-objectql: 0.3.0
  • @object-ui/plugin-charts: 0.3.0
  • @object-ui/plugin-editor: 0.3.0
  • @object-ui/plugin-markdown: 0.3.0
  • @object-ui/plugin-kanban: 0.3.0
  • @object-ui/plugin-object: 0.3.0
  • @object-ui/runner: 0.3.0
  • object-ui (vscode-extension): 0.3.0

Key Features in v0.3.0

  • ObjectTable: Auto-generates data tables from ObjectQL object schemas
  • ObjectForm: Auto-generates forms with create/edit/view modes from ObjectQL schemas
  • ObjectQL SDK: Updated from ^1.8.3 to ^1.9.1 for improved metadata API support
  • Unified Versioning: All packages now share the same version number for easier management
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.

@github-actions
Copy link

📦 Bundle Size Report

Package Size Gzipped
components (index.js) 1494.76KB 349.01KB
core (index.js) 0.27KB 0.14KB
data-objectql (ObjectQLDataSource.js) 12.31KB 2.87KB
data-objectql (hooks.js) 5.43KB 1.32KB
data-objectql (index.js) 0.42KB 0.26KB
designer (index.js) 1.27KB 0.40KB
plugin-charts (AdvancedChartImpl-LUnT2ZAf.js) 74.89KB 15.82KB
plugin-charts (BarChart-CRc8MAtI.js) 551.60KB 127.51KB
plugin-charts (ChartImpl-DiqV9Evl.js) 3.17KB 1.10KB
plugin-charts (index-BcjHuFVN.js) 24.05KB 7.06KB
plugin-charts (index.js) 0.21KB 0.16KB
plugin-editor (MonacoImpl-BSiaJCGx.js) 18.15KB 5.59KB
plugin-editor (index-Bx39x2XN.js) 21.72KB 6.53KB
plugin-editor (index.js) 0.19KB 0.15KB
plugin-kanban (KanbanImpl-mGLdSHcd.js) 76.50KB 20.46KB
plugin-kanban (index-i_5clVsp.js) 23.51KB 6.90KB
plugin-kanban (index.js) 0.18KB 0.15KB
plugin-markdown (MarkdownImpl-Dp8rFxgw.js) 256.79KB 64.50KB
plugin-markdown (index-DDihmVdn.js) 21.25KB 6.37KB
plugin-markdown (index.js) 0.19KB 0.15KB
react (SchemaRenderer.js) 1.25KB 0.62KB
react (index.js) 0.13KB 0.11KB
react (index.test.js) 0.14KB 0.14KB
types (api-types.js) 0.24KB 0.19KB
types (app.js) 0.19KB 0.17KB
types (base.js) 0.24KB 0.19KB
types (complex.js) 0.17KB 0.16KB
types (crud.js) 0.24KB 0.20KB
types (data-display.js) 0.19KB 0.17KB
types (data.js) 0.23KB 0.18KB
types (disclosure.js) 0.18KB 0.17KB
types (feedback.js) 0.18KB 0.16KB
types (form.js) 0.17KB 0.16KB
types (index.js) 1.46KB 0.74KB
types (layout.js) 0.23KB 0.18KB
types (navigation.js) 0.17KB 0.16KB
types (objectql.js) 0.26KB 0.21KB
types (overlay.js) 0.18KB 0.16KB
types (registry.js) 0.01KB 0.04KB

Size Limits

  • ✅ Core packages should be < 50KB gzipped
  • ✅ Component packages should be < 100KB gzipped
  • ⚠️ Plugin packages should be < 150KB gzipped

@github-actions
Copy link

✅ All checks passed!

  • ✅ Type check passed
  • ✅ Tests passed
  • ✅ Lint check completed

@huangyiirene
Copy link
Contributor

@copilot 要求changeset,统一所有软件包的版本号

Copy link
Contributor Author

Copilot AI commented Jan 17, 2026

@copilot 要求changeset,统一所有软件包的版本号

已完成。所有软件包的版本号已统一为 0.3.0。提交: d2d99db

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

This PR performs a coordinated version bump to 0.3.0 across all packages in the Object UI monorepo, implementing unified versioning to simplify dependency management and release tracking.

Changes:

  • Unified all package versions from various 0.1.x and 0.2.x versions to 0.3.0
  • Updated CHANGELOG.md files across all packages to document the new release
  • Removed obsolete changeset file for previous release

Reviewed changes

Copilot reviewed 30 out of 30 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
packages/vscode-extension/package.json Bumped version from 0.1.1 to 0.3.0
packages/vscode-extension/CHANGELOG.md Added 0.3.0 release entry with unified versioning note
packages/types/package.json Bumped version from 0.2.1 to 0.3.0
packages/types/CHANGELOG.md Added 0.3.0 release notes documenting plugin-object and ObjectQL updates
packages/runner/package.json Bumped version from 0.1.0 to 0.3.0
packages/runner/CHANGELOG.md Added 0.3.0 and 0.1.1 release entries
packages/react/package.json Bumped version from 0.2.1 to 0.3.0
packages/react/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/plugin-object/package.json Bumped version from 0.1.0 to 0.3.0
packages/plugin-object/CHANGELOG.md Added 0.3.0 and 0.2.0 release entries, reformatted existing 0.1.0 entry
packages/plugin-markdown/package.json Bumped version from 0.2.1 to 0.3.0
packages/plugin-markdown/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/plugin-kanban/package.json Bumped version from 0.2.1 to 0.3.0
packages/plugin-kanban/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/plugin-editor/package.json Bumped version from 0.2.1 to 0.3.0
packages/plugin-editor/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/plugin-charts/package.json Bumped version from 0.2.1 to 0.3.0
packages/plugin-charts/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/designer/package.json Bumped version from 0.2.1 to 0.3.0
packages/designer/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/data-objectql/package.json Bumped version from 0.2.1 to 0.3.0
packages/data-objectql/CHANGELOG.md Added 0.3.0 release notes for plugin-object and ObjectQL updates
packages/core/package.json Bumped version from 0.2.1 to 0.3.0
packages/core/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/components/package.json Bumped version from 0.2.1 to 0.3.0
packages/components/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
packages/cli/package.json Bumped version from 0.2.1 to 0.3.0
packages/cli/CHANGELOG.md Added 0.3.0 and 0.2.2 release entries
CHANGELOG.md Moved unreleased changes to 0.3.0 section with release date and added version link
.changeset/release-v0-2-1.md Removed obsolete changeset file for 0.2.1 release


- Unified version across all packages to 0.3.0 for consistent versioning

## 0.1.1
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

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

The changelog structure includes version 0.1.1 between 0.3.0 and the original 0.1.0, but the package.json shows it jumped from 0.1.0 directly to 0.3.0. This intermediate version entry appears to be documenting changes that were never actually released as 0.1.1, creating confusion about the package's version history. Consider removing this entry or clarifying that these changes were folded into 0.3.0.

Suggested change
## 0.1.1
## 0.1.1 (unreleased – changes included in 0.3.0)

Copilot uses AI. Check for mistakes.

- Unified version across all packages to 0.3.0 for consistent versioning

## 0.2.0
Copy link

Copilot AI Jan 17, 2026

Choose a reason for hiding this comment

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

The changelog includes version 0.2.0 between 0.3.0 and the original 0.1.0, but the package.json shows it jumped from 0.1.0 directly to 0.3.0. This intermediate version entry appears to document changes that were never released as 0.2.0, creating confusion about the version history. Consider removing this entry or clarifying that these changes were incorporated into 0.3.0.

Suggested change
## 0.2.0
### Detailed changes (originally planned for 0.2.0, released as part of 0.3.0)

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

📦 Bundle Size Report

Package Size Gzipped
components (index.js) 1494.76KB 349.01KB
core (index.js) 0.27KB 0.14KB
data-objectql (ObjectQLDataSource.js) 12.31KB 2.87KB
data-objectql (hooks.js) 5.43KB 1.32KB
data-objectql (index.js) 0.42KB 0.26KB
designer (index.js) 1.27KB 0.40KB
plugin-charts (AdvancedChartImpl-LUnT2ZAf.js) 74.89KB 15.82KB
plugin-charts (BarChart-CRc8MAtI.js) 551.60KB 127.51KB
plugin-charts (ChartImpl-DiqV9Evl.js) 3.17KB 1.10KB
plugin-charts (index-BcjHuFVN.js) 24.05KB 7.06KB
plugin-charts (index.js) 0.21KB 0.16KB
plugin-editor (MonacoImpl-BSiaJCGx.js) 18.15KB 5.59KB
plugin-editor (index-Bx39x2XN.js) 21.72KB 6.53KB
plugin-editor (index.js) 0.19KB 0.15KB
plugin-kanban (KanbanImpl-mGLdSHcd.js) 76.50KB 20.46KB
plugin-kanban (index-i_5clVsp.js) 23.51KB 6.90KB
plugin-kanban (index.js) 0.18KB 0.15KB
plugin-markdown (MarkdownImpl-Dp8rFxgw.js) 256.79KB 64.50KB
plugin-markdown (index-DDihmVdn.js) 21.25KB 6.37KB
plugin-markdown (index.js) 0.19KB 0.15KB
react (SchemaRenderer.js) 1.25KB 0.62KB
react (index.js) 0.13KB 0.11KB
react (index.test.js) 0.14KB 0.14KB
types (api-types.js) 0.24KB 0.19KB
types (app.js) 0.19KB 0.17KB
types (base.js) 0.24KB 0.19KB
types (complex.js) 0.17KB 0.16KB
types (crud.js) 0.24KB 0.20KB
types (data-display.js) 0.19KB 0.17KB
types (data.js) 0.23KB 0.18KB
types (disclosure.js) 0.18KB 0.17KB
types (feedback.js) 0.18KB 0.16KB
types (form.js) 0.17KB 0.16KB
types (index.js) 1.46KB 0.74KB
types (layout.js) 0.23KB 0.18KB
types (navigation.js) 0.17KB 0.16KB
types (objectql.js) 0.26KB 0.21KB
types (overlay.js) 0.18KB 0.16KB
types (registry.js) 0.01KB 0.04KB

Size Limits

  • ✅ Core packages should be < 50KB gzipped
  • ✅ Component packages should be < 100KB gzipped
  • ⚠️ Plugin packages should be < 150KB gzipped

@github-actions
Copy link

✅ All checks passed!

  • ✅ Type check passed
  • ✅ Tests passed
  • ✅ Lint check completed

@huangyiirene huangyiirene marked this pull request as ready for review January 17, 2026 07:13
@huangyiirene huangyiirene merged commit 416bfe1 into main Jan 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants