-
Notifications
You must be signed in to change notification settings - Fork 0
Release version 0.3.0 #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: huangyiirene <[email protected]>
📦 Bundle Size Report
Size Limits
|
|
✅ All checks passed!
|
|
@copilot 要求changeset,统一所有软件包的版本号 |
Co-authored-by: huangyiirene <[email protected]>
There was a problem hiding this 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 |
Copilot
AI
Jan 17, 2026
There was a problem hiding this comment.
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.
| ## 0.1.1 | |
| ## 0.1.1 (unreleased – changes included in 0.3.0) |
|
|
||
| - Unified version across all packages to 0.3.0 for consistent versioning | ||
|
|
||
| ## 0.2.0 |
Copilot
AI
Jan 17, 2026
There was a problem hiding this comment.
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.
| ## 0.2.0 | |
| ### Detailed changes (originally planned for 0.2.0, released as part of 0.3.0) |
📦 Bundle Size Report
Size Limits
|
|
✅ All checks passed!
|
Version Release v0.3.0
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.0object-ui(vscode-extension): 0.3.0Key Features in v0.3.0
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.