Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Prepare version 0.2.0 release with test infrastructure and CI/CD workflows.

Changes

Version bumps

  • All 11 packages updated: 0.1.00.2.0
    • Core: types, core, react, components, designer
    • Plugins: charts, editor, kanban, markdown
    • Utilities: cli, data-objectql

CHANGELOG

  • Finalized v0.2.0 entry with release date (2026-01-15)
  • Documented test suite, CI/CD workflows, and documentation additions

Release artifacts

  • Git tag v0.2.0 created locally
  • RELEASE_NOTES_v0.2.0.md with deployment instructions

Post-merge

After merging, push the release tag to trigger the GitHub Actions workflow:

git checkout main && git pull
git tag -a v0.2.0 -m "Release version 0.2.0"
git push origin v0.2.0

The workflow will create the GitHub release automatically. To publish to npm, uncomment the publish step in .github/workflows/release.yml and configure NPM_TOKEN secret.

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

vercel bot commented Jan 15, 2026

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

Project Deployment Review Updated (UTC)
objectui-playground Ready Ready Preview, Comment Jan 15, 2026 3:20am

Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
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 prepares a new version release (0.2.0) for the Object UI monorepo, updating version numbers across all packages and finalizing the changelog with a future release date.

Changes:

  • Updated version numbers from 0.1.0 to 0.2.0 across 11 packages
  • Updated CHANGELOG.md to finalize the 0.2.0 release with date 2026-01-15
  • Added comprehensive release notes document (RELEASE_NOTES_v0.2.0.md)

Reviewed changes

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

Show a summary per file
File Description
packages/types/package.json Version bump to 0.2.0
packages/react/package.json Version bump to 0.2.0
packages/plugin-markdown/package.json Version bump to 0.2.0
packages/plugin-kanban/package.json Version bump to 0.2.0
packages/plugin-editor/package.json Version bump to 0.2.0
packages/plugin-charts/package.json Version bump to 0.2.0
packages/designer/package.json Version bump to 0.2.0
packages/data-objectql/package.json Version bump to 0.2.0
packages/core/package.json Version bump to 0.2.0
packages/components/package.json Version bump to 0.2.0
packages/cli/package.json Version bump to 0.2.0
RELEASE_NOTES_v0.2.0.md Added comprehensive release preparation documentation
CHANGELOG.md Changed unreleased section to version 0.2.0 with release date and updated repository links

@huangyiirene huangyiirene requested a review from Copilot January 15, 2026 03:22
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

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

@github-actions
Copy link

📦 Bundle Size Report

Package Size Gzipped
components (index.js) 1719.04KB 345.21KB
core (index.js) 0.18KB 0.11KB
core (index.test.js) 0.14KB 0.14KB
designer (index.js) 0.83KB 0.32KB
plugin-charts (AdvancedChartImpl-CGlEUqvZ.js) 47.44KB 11.16KB
plugin-charts (BarChart-C9og8_1e.js) 525.61KB 132.50KB
plugin-charts (ChartImpl-BO5n60y7.js) 4.87KB 1.95KB
plugin-charts (index-DR7MvR2L.js) 23.55KB 6.93KB
plugin-charts (index.js) 0.21KB 0.16KB
plugin-editor (MonacoImpl-DCiwKyYW.js) 18.97KB 5.77KB
plugin-editor (index-CpP31686.js) 21.90KB 6.66KB
plugin-editor (index.js) 0.19KB 0.15KB
plugin-kanban (KanbanImpl-CI3LQYrL.js) 76.88KB 20.43KB
plugin-kanban (index-DNMbL6y1.js) 23.20KB 6.83KB
plugin-kanban (index.js) 0.18KB 0.15KB
plugin-markdown (MarkdownImpl-DcFjhoD-.js) 256.34KB 64.33KB
plugin-markdown (index-D4WUb7Qy.js) 21.42KB 6.50KB
plugin-markdown (index.js) 0.19KB 0.15KB
react (SchemaRenderer.js) 1.00KB 0.51KB
react (index.js) 0.13KB 0.11KB
react (index.test.js) 0.14KB 0.14KB
types (base.js) 0.24KB 0.19KB
types (complex.js) 0.17KB 0.16KB
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 (overlay.js) 0.18KB 0.16KB

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

@hotlong hotlong marked this pull request as ready for review January 15, 2026 03:46
@hotlong hotlong merged commit 2a0fec3 into main Jan 15, 2026
12 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.

3 participants