Skip to content

Commit 61b0bd4

Browse files
chore: release packages (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27db93c commit 61b0bd4

26 files changed

Lines changed: 172 additions & 38 deletions

File tree

.changeset/multi-section-standalone-pages.md

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

.changeset/plugin-build-hooks-fix.md

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

packages/barodoc/CHANGELOG.md

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

3+
## 8.0.0
4+
5+
### Minor Changes
6+
7+
- 27db93c: Add multi-section docs and standalone pages support.
8+
9+
- **Multiple sections**: Add `sections` config to create additional doc sections (e.g. `/help/*`, `/guides/*`) each with independent sidebar navigation.
10+
- **Standalone pages**: Create `pages/` directory for sidebar-free content pages (e.g. `/about`, `/pricing`) using a single-column article layout.
11+
- **Section-aware sidebar**: Sidebar and breadcrumbs dynamically adapt to the current section context.
12+
- **CLI root fix**: Fix project root detection in `serve` and `build` commands so `barodoc.config.json` and content directories are correctly resolved.
13+
- **Dev server SSR fix**: Use targeted SSR noExternal for `@barodoc/*` packages instead of blanket `true` to prevent CJS/ESM errors in dev mode.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [27db93c]
18+
- Updated dependencies [27db93c]
19+
- @barodoc/core@8.0.0
20+
- @barodoc/theme-docs@8.0.0
21+
- @barodoc/plugin-og-image@7.0.0
22+
- @barodoc/plugin-llms-txt@8.0.0
23+
- @barodoc/plugin-rss@8.0.0
24+
- @barodoc/plugin-analytics@8.0.0
25+
- @barodoc/plugin-docsearch@8.0.0
26+
- @barodoc/plugin-openapi@8.0.0
27+
- @barodoc/plugin-pwa@8.0.0
28+
- @barodoc/plugin-search@8.0.0
29+
- @barodoc/plugin-sitemap@8.0.0
30+
331
## 7.2.1
432

533
### 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": "7.2.1",
3+
"version": "8.0.0",
44
"description": "Documentation framework powered by Astro",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 8.0.0
4+
5+
### Minor Changes
6+
7+
- 27db93c: Add multi-section docs and standalone pages support.
8+
9+
- **Multiple sections**: Add `sections` config to create additional doc sections (e.g. `/help/*`, `/guides/*`) each with independent sidebar navigation.
10+
- **Standalone pages**: Create `pages/` directory for sidebar-free content pages (e.g. `/about`, `/pricing`) using a single-column article layout.
11+
- **Section-aware sidebar**: Sidebar and breadcrumbs dynamically adapt to the current section context.
12+
- **CLI root fix**: Fix project root detection in `serve` and `build` commands so `barodoc.config.json` and content directories are correctly resolved.
13+
- **Dev server SSR fix**: Use targeted SSR noExternal for `@barodoc/*` packages instead of blanket `true` to prevent CJS/ESM errors in dev mode.
14+
15+
### Patch Changes
16+
17+
- 27db93c: Fix plugin build:done hook dispatch and plugin output issues.
18+
19+
- **Core integration**: Add `astro:build:start` and `astro:build:done` hooks to correctly dispatch plugin lifecycle hooks.
20+
- **OG Image plugin**: Fix hook signature, output directory, and font loading (TTF via Google Fonts API).
21+
- **LLMs-TXT plugin**: Fix content scanning to find all markdown files recursively.
22+
- **RSS plugin**: Refactor to use static endpoint with virtual module config, eliminating `src/pages` file generation.
23+
324
## 7.0.0
425

526
### 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": "7.0.0",
3+
"version": "8.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @barodoc/plugin-analytics
22

3+
## 8.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [27db93c]
8+
- Updated dependencies [27db93c]
9+
- @barodoc/core@8.0.0
10+
311
## 7.0.0
412

513
### 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": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Analytics plugin for Barodoc",
55
"type": "module",
66
"main": "./dist/index.js",

packages/plugin-docsearch/CHANGELOG.md

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

3+
## 8.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [27db93c]
8+
- Updated dependencies [27db93c]
9+
- @barodoc/core@8.0.0
10+
311
## 7.0.0
412

513
### 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": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Algolia DocSearch plugin for Barodoc",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)