From 4067aff873bc66fc485ee2c86dd4b3683a7d04eb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:36:40 +0000 Subject: [PATCH 1/2] Initial plan From 1eb51784d9bbbb32cf1730a8451e1e62339913d9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:40:07 +0000 Subject: [PATCH 2/2] chore: version packages to 0.1.0 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- packages/cli/CHANGELOG.md | 17 +++++++++++++++++ packages/cli/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 packages/cli/CHANGELOG.md diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 0000000..fd041ad --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -0,0 +1,17 @@ +# @objectdocs/cli + +## 0.1.0 + +### Minor Changes + +- Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs + + Features: + + - Configuration as Code architecture separating presentation, configuration, and content + - Built-in Next.js 14 App Router support + - Fumadocs integration for documentation middleware and UI + - CLI tool for development, building, and translation + - Multi-language support with AI-powered translation + - Tailwind CSS and Radix UI components + - Responsive design with mobile support diff --git a/packages/cli/package.json b/packages/cli/package.json index b405937..12130a3 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@objectdocs/cli", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "bin": { "objectdocs": "./bin/cli.mjs"