Skip to content

Commit ad66e63

Browse files
Copilothotlong
andcommitted
chore: bump versions to 0.1.0 for initial release
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent c02f8bf commit ad66e63

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

packages/cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

packages/site/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

packages/site/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectdocs/site",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": false,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,7 @@
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",

0 commit comments

Comments
 (0)