File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed
Expand file tree Collapse file tree 4 files changed +33
-2
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
8+
9+ - Modern documentation engine built on Next.js 14 and Fumadocs
10+ - Metadata-driven architecture with configuration as code
11+ - Support for low-code component embedding
12+ - Enterprise-grade UI with dark mode support
13+ - Multi-product documentation support
14+
15+ ### Patch Changes
16+
17+ - Updated dependencies
18+ - @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
8+
9+ - Modern documentation engine built on Next.js 14 and Fumadocs
10+ - Metadata-driven architecture with configuration as code
11+ - Support for low-code component embedding
12+ - Enterprise-grade UI with dark mode support
13+ - Multi-product documentation 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" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments