-
Notifications
You must be signed in to change notification settings - Fork 0
Prepare version 0.2.0 release #22
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
🚀 Preview DeploymentThis pull request will be automatically deployed to Vercel. Preview Links
Build StatusCheck the CI workflow for build status and any errors. Automated preview information for PR #22 |
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 bumps both ObjectDocs packages from version 0.1.0 to 0.2.0 following the Changesets workflow pattern. The changes prepare for an automated release to the package registry upon merge to main.
Changes:
- Version numbers updated from 0.1.0 to 0.2.0 in both package manifests
- Changelog entries added for version 0.2.0 in both packages
- Dependency version reference updated in CLI package changelog
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/site/package.json | Version bumped to 0.2.0 |
| packages/site/CHANGELOG.md | Added 0.2.0 release notes entry |
| packages/cli/package.json | Version bumped to 0.2.0 |
| packages/cli/CHANGELOG.md | Added 0.2.0 release notes with dependency update |
|
|
||
| ### Minor Changes | ||
|
|
||
| - Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs |
Copilot
AI
Jan 18, 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 entry describes this as "Initial release" but version 0.1.0 already exists and was also described as "Initial release" with more detailed features listed. For version 0.2.0, the changelog should describe what changed since 0.1.0 rather than claiming it is the initial release. Consider describing the actual changes, improvements, or features added in this version.
| - Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs | |
| - Follow-up improvements to the initial ObjectDocs release, including: | |
| - Refinements to the default documentation layout and navigation | |
| - Improved configuration-as-code examples and metadata structure | |
| - Minor UI and content polish for the ObjectDocs site package |
|
|
||
| ### Minor Changes | ||
|
|
||
| - Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs |
Copilot
AI
Jan 18, 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 entry describes this as "Initial release" but version 0.1.0 already exists and was also described as "Initial release" with more detailed features listed. For version 0.2.0, the changelog should describe what changed since 0.1.0 rather than claiming it is the initial release. Consider describing the actual changes, improvements, or features added in this version.
| - Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs | |
| - Enhanced ObjectDocs CLI experience and tooling, aligning with the ObjectDocs 0.2.0 platform release |
Bumps package versions from 0.1.0 to 0.2.0 using Changesets workflow.
Changes
Version bumps
@objectdocs/cli: 0.1.0 → 0.2.0@objectdocs/site: 0.1.0 → 0.2.0Changelogs updated
Release flow
Once merged to main, the GitHub Actions release workflow will automatically publish packages to the registry.
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.