File tree Expand file tree Collapse file tree 4 files changed +40
-4
lines changed
Expand file tree Collapse file tree 4 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 1+ # @objectdocs/cli
2+
3+ ## 0.1.0
4+
5+ ### Minor Changes
6+
7+ - Initial release of ObjectDocs - the metadata-driven documentation engine
8+
9+ This initial release includes:
10+
11+ - Core ObjectDocs CLI for building and developing documentation sites
12+ - ObjectDocs Site package with Next.js 14 App Router integration
13+ - Fumadocs-based documentation rendering
14+ - Metadata-driven configuration system (objectdocs.json, meta.json)
15+ - i18n support with translation capabilities
16+ - Low-code component embedding support
17+
18+ ### Patch Changes
19+
20+ - Updated dependencies
21+ - @objectdocs/site @0.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @objectdocs/cli" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "type" : " module" ,
55 "bin" : {
66 "objectdocs" : " ./bin/cli.mjs"
Original file line number Diff line number Diff line change 1+ # @objectdocs/site
2+
3+ ## 0.1.0
4+
5+ ### Minor Changes
6+
7+ - Initial release of ObjectDocs - the metadata-driven documentation engine
8+
9+ This initial release includes:
10+
11+ - Core ObjectDocs CLI for building and developing documentation sites
12+ - ObjectDocs Site package with Next.js 14 App Router integration
13+ - Fumadocs-based documentation rendering
14+ - Metadata-driven configuration system (objectdocs.json, meta.json)
15+ - i18n support with translation capabilities
16+ - Low-code component embedding support
Original file line number Diff line number Diff line change 11{
22 "name" : " @objectdocs/site" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "private" : false ,
55 "scripts" : {
66 "dev" : " next dev" ,
99 "lint" : " next lint" ,
1010 "test" : " echo \" No test specified\" && exit 0"
1111 },
12- "peerDependencies" : {
13- },
12+ "peerDependencies" : {},
1413 "dependencies" : {
1514 "@fumadocs/ui" : " ^16.4.7" ,
1615 "fumadocs-core" : " ^16.4.7" ,
You can’t perform that action at this time.
0 commit comments