Skip to content

Commit 42eafb9

Browse files
committed
chore(version): release v5.3.0
1 parent 70f4438 commit 42eafb9

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [5.3.0](///compare/v5.2.3...v5.3.0) (2025-11-26)
4+
5+
### Features
6+
7+
* **i18n:** add Bulgarian (bg) locales ([#1212](undefined/undefined/undefined/issues/1212)) 61f6736
8+
* **i18n:** add Romanian (ro) locale ([#1215](undefined/undefined/undefined/issues/1215)) a52c35f
9+
* **i18n:** support locale configuration without i18n ([#1209](undefined/undefined/undefined/issues/1209)) 237a79f
10+
11+
### Bug Fixes
12+
13+
* **cli:** switch to `@nuxt/cli` ([#1214](undefined/undefined/undefined/issues/1214)) 73616c9
14+
* **deploy:** Add compatibility date for Vercel observability ([#1216](undefined/undefined/undefined/issues/1216)) e642fab
15+
* **layer:** center icons in command menu 43b1ca5
16+
317
## [5.2.3](https://github.com/nuxt-content/docus/compare/v5.2.2...v5.2.3) (2025-11-17)
418

519
### Bug Fixes

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

0 commit comments

Comments
 (0)