Skip to content

Commit 90d93a9

Browse files
chore: release packages (#130)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aceb877 commit 90d93a9

27 files changed

Lines changed: 152 additions & 27 deletions

File tree

.changeset/sidebar-hierarchy.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/barodoc/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# barodoc
22

3+
## 10.0.0
4+
5+
### Minor Changes
6+
7+
- aceb877: feat: sidebar hierarchy (nested nav) in barodoc.config.json
8+
9+
- `navigation[].pages` supports `{ label, pages }` for expandable sidebar groups (Mintlify-style)
10+
- Use `label:ko` etc. for localized labels
11+
- Sidebar: item-level collapse, full-width docs layout; prev/next and category use flattened slugs
12+
- Header.astro mobile nav and plugins/CLI updated for nested config. Closes #128
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [aceb877]
17+
- @barodoc/core@10.0.0
18+
- @barodoc/theme-docs@10.0.0
19+
- @barodoc/plugin-og-image@9.0.0
20+
- @barodoc/plugin-llms-txt@10.0.0
21+
- @barodoc/plugin-analytics@10.0.0
22+
- @barodoc/plugin-docsearch@10.0.0
23+
- @barodoc/plugin-openapi@10.0.0
24+
- @barodoc/plugin-pwa@10.0.0
25+
- @barodoc/plugin-rss@10.0.0
26+
- @barodoc/plugin-search@10.0.0
27+
- @barodoc/plugin-sitemap@10.0.0
28+
329
## 9.0.0
430

531
### Patch Changes

packages/barodoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "barodoc",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Documentation framework powered by Astro",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 10.0.0
4+
5+
### Minor Changes
6+
7+
- aceb877: feat: sidebar hierarchy (nested nav) in barodoc.config.json
8+
9+
- `navigation[].pages` supports `{ label, pages }` for expandable sidebar groups (Mintlify-style)
10+
- Use `label:ko` etc. for localized labels
11+
- Sidebar: item-level collapse, full-width docs layout; prev/next and category use flattened slugs
12+
- Header.astro mobile nav and plugins/CLI updated for nested config. Closes #128
13+
314
## 9.0.0
415

516
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barodoc/core",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Core integration for Barodoc documentation framework",
55
"type": "module",
66
"main": "./dist/index.js",

packages/plugin-analytics/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @barodoc/plugin-analytics
22

3+
## 10.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aceb877]
8+
- @barodoc/core@10.0.0
9+
310
## 9.0.0
411

512
### Patch Changes

packages/plugin-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barodoc/plugin-analytics",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Analytics plugin for Barodoc",
55
"type": "module",
66
"main": "./dist/index.js",

packages/plugin-docsearch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @barodoc/plugin-docsearch
22

3+
## 10.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aceb877]
8+
- @barodoc/core@10.0.0
9+
310
## 9.0.0
411

512
### Patch Changes

packages/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@barodoc/plugin-docsearch",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Algolia DocSearch plugin for Barodoc",
55
"type": "module",
66
"main": "./dist/index.js",

packages/plugin-llms-txt/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @barodoc/plugin-llms-txt
22

3+
## 10.0.0
4+
5+
### Minor Changes
6+
7+
- aceb877: feat: sidebar hierarchy (nested nav) in barodoc.config.json
8+
9+
- `navigation[].pages` supports `{ label, pages }` for expandable sidebar groups (Mintlify-style)
10+
- Use `label:ko` etc. for localized labels
11+
- Sidebar: item-level collapse, full-width docs layout; prev/next and category use flattened slugs
12+
- Header.astro mobile nav and plugins/CLI updated for nested config. Closes #128
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [aceb877]
17+
- @barodoc/core@10.0.0
18+
319
## 9.0.0
420

521
### Patch Changes

0 commit comments

Comments
 (0)