Skip to content

Commit be7189b

Browse files
committed
chore(version): release v5.2.0
1 parent 6ce2eae commit be7189b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [5.2.0](https://github.com/nuxt-content/docus/compare/v5.1.0...v5.2.0) (2025-10-08)
4+
5+
### Features
6+
7+
* **layouts:** separate layouts for performance and expose page metas ([#1194](https://github.com/nuxt-content/docus/issues/1194)) ([bac9aa0](https://github.com/nuxt-content/docus/commit/bac9aa052ca654ab6f83b88bd822b10d4806b3d9))
8+
39
## [5.1.0](https://github.com/nuxt-content/docus/compare/v5.0.1...v5.1.0) (2025-09-29)
410

511
## [5.0.1](https://github.com/nuxt-content/docus/compare/v5.0.0...v5.0.1) (2025-09-29)

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

0 commit comments

Comments
 (0)