Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @objectdocs/cli

## 0.2.0

### Minor Changes

- Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs
Copy link

Copilot AI Jan 18, 2026

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.

Suggested change
- 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

Copilot uses AI. Check for mistakes.

### Patch Changes

- Updated dependencies
- @objectdocs/site@0.2.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectdocs/cli",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @objectdocs/site

## 0.2.0

### Minor Changes

- Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs
Copy link

Copilot AI Jan 18, 2026

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.

Suggested change
- 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

Copilot uses AI. Check for mistakes.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectdocs/site",
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
Loading