Skip to content

Commit 7efc5aa

Browse files
committed
chore(version): release v5.12.3
1 parent f9e5152 commit 7efc5aa

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [5.12.3](https://github.com/nuxt-content/docus/compare/v5.12.2...v5.12.3) (2026-06-25)
4+
5+
### Bug Fixes
6+
7+
* **assistant:** autofocus behaviour ([#1406](https://github.com/nuxt-content/docus/issues/1406)) ([aa42948](https://github.com/nuxt-content/docus/commit/aa4294801fb3042906adcf18d9841b75cbb33e8c))
8+
* **css:** resolve `app.config.ts` source to an absolute path ([#1404](https://github.com/nuxt-content/docus/issues/1404)) ([b2486f4](https://github.com/nuxt-content/docus/commit/b2486f4b3f7f759f8187796829f1a20594ca6374))
9+
310
## [5.12.2](https://github.com/nuxt-content/docus/compare/v5.12.1...v5.12.2) (2026-06-17)
411

512
### 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.12.2",
4+
"version": "5.12.3",
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.12.2",
4+
"version": "5.12.3",
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.12.2",
4+
"version": "5.12.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

0 commit comments

Comments
 (0)