Skip to content

Commit d9c1502

Browse files
committed
chore(version): release v5.8.0
1 parent a9a2fff commit d9c1502

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [5.8.0](https://github.com/nuxt-content/docus/compare/v5.7.0...v5.8.0) (2026-03-12)
4+
5+
### Features
6+
7+
* **nav:** add opt-in sub-navigation ([#1298](https://github.com/nuxt-content/docus/issues/1298)) ([ba9a38b](https://github.com/nuxt-content/docus/commit/ba9a38b87d13386415bb0e67b9ce73fa7bf4bca9))
8+
* **skills:** add `/review-docs` ([#1265](https://github.com/nuxt-content/docus/issues/1265)) ([43743b1](https://github.com/nuxt-content/docus/commit/43743b165ad3860deeee629fd4632b9ef80d8558))
9+
10+
### Bug Fixes
11+
12+
* **assistant:** use `baseURL` for api call ([#1295](https://github.com/nuxt-content/docus/issues/1295)) ([561c629](https://github.com/nuxt-content/docus/commit/561c6290cff3fe4cfbb9be2211b9778cba25d180))
13+
* **i18n:** use click mode for language selection ([#1305](https://github.com/nuxt-content/docus/issues/1305)) ([a9a2fff](https://github.com/nuxt-content/docus/commit/a9a2fff754f47fe2d1f80531cf467e681edd3812))
14+
* **mcp:** derive Docus MCP page URLs from request origin ([#1302](https://github.com/nuxt-content/docus/issues/1302)) ([6043beb](https://github.com/nuxt-content/docus/commit/6043beb17ecd054cc9347612153d0f55d1a6894d))
15+
* **mcp:** use request fetch for raw page content ([#1304](https://github.com/nuxt-content/docus/issues/1304)) ([84ddc87](https://github.com/nuxt-content/docus/commit/84ddc8729e7f9a1c76ee01cf9c55dec596073afb))
16+
* **typescript:** support `nuxt typecheck` in apps extending docus ([#1300](https://github.com/nuxt-content/docus/issues/1300)) ([7032533](https://github.com/nuxt-content/docus/commit/7032533e9c7091e44b5221481a4309340afdd233))
17+
318
## [5.7.0](https://github.com/nuxt-content/docus/compare/v5.6.1...v5.7.0) (2026-02-27)
419

520
### Features

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-docus",
33
"description": "CLI for creating Docus documentation projects",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docus",
33
"description": "Nuxt layer for Docus documentation theme",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"type": "module",
66
"main": "./nuxt.config.ts",
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docus-workspace",
33
"description": "Minimal Documentation theme and CLI for shared usage across Nuxt modules",
4-
"version": "5.7.0",
4+
"version": "5.8.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

0 commit comments

Comments
 (0)