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
21 changes: 21 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# @objectdocs/cli

## 0.1.0

### Minor Changes

- Initial release of ObjectDocs - the metadata-driven documentation engine

This initial release includes:

- Core ObjectDocs CLI for building and developing documentation sites
- ObjectDocs Site package with Next.js 14 App Router integration
- Fumadocs-based documentation rendering
- Metadata-driven configuration system (objectdocs.json, meta.json)
- i18n support with translation capabilities
- Low-code component embedding support

### Patch Changes

- Updated dependencies
- @objectdocs/site@0.1.0
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.0.1",
"version": "0.1.0",
"type": "module",
"bin": {
"objectdocs": "./bin/cli.mjs"
Expand Down
16 changes: 16 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @objectdocs/site

## 0.1.0

### Minor Changes

- Initial release of ObjectDocs - the metadata-driven documentation engine

This initial release includes:

- Core ObjectDocs CLI for building and developing documentation sites
- ObjectDocs Site package with Next.js 14 App Router integration
- Fumadocs-based documentation rendering
- Metadata-driven configuration system (objectdocs.json, meta.json)
- i18n support with translation capabilities
- Low-code component embedding support
5 changes: 2 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@objectdocs/site",
"version": "0.0.1",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,7 @@
"lint": "next lint",
"test": "echo \"No test specified\" && exit 0"
},
"peerDependencies": {
},
"peerDependencies": {},
"dependencies": {
"@fumadocs/ui": "^16.4.7",
"fumadocs-core": "^16.4.7",
Expand Down
Loading