Skip to content

Commit 8f22092

Browse files
Copilothuangyiirene
andcommitted
Version packages to 0.2.0
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent d56cfa8 commit 8f22092

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @objectdocs/cli
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @objectdocs/site@0.2.0
13+
314
## 0.1.0
415

516
### Minor Changes

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.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"bin": {

packages/site/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @objectdocs/site
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Initial release of ObjectDocs - A modern documentation engine built on Next.js 14 and Fumadocs
8+
39
## 0.1.0
410

511
### Minor Changes

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectdocs/site",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"scripts": {
55
"dev": "next dev",
66
"build": "next build",

0 commit comments

Comments
 (0)