Skip to content

Commit dd2d5fe

Browse files
committed
chore(version): release v4.0.3
1 parent d19291c commit dd2d5fe

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [4.0.3](https://github.com/nuxtlabs/docus/compare/v4.0.2...v4.0.3) (2025-08-06)
4+
5+
### Features
6+
7+
* **i18n:** add docus locales for new countries ([638589c](https://github.com/nuxtlabs/docus/commit/638589c5e0aa9e2febea0ea7ab32ce59d3b7544f))
8+
9+
### Bug Fixes
10+
11+
* **i18n:** update to v10 by handling redirect on root ([5444fe9](https://github.com/nuxtlabs/docus/commit/5444fe90bb39d1b83c3ad15ecdc267e47f85c5e1))
12+
* **prerendering:** remove root route ([c4fb378](https://github.com/nuxtlabs/docus/commit/c4fb3788eef46728e7e72e4b4442a169175405ce))
13+
* **prerendering:** use i18n:registerModule hook ([6fc0277](https://github.com/nuxtlabs/docus/commit/6fc027721ab64b26d83afa9a5ebac0b16b643553))
14+
* **prerendering:** wrong links ([090b86f](https://github.com/nuxtlabs/docus/commit/090b86fe823dcef294ce79f4f0f125883019e409))
15+
* **prerender:** wrong links ([fd30ac0](https://github.com/nuxtlabs/docus/commit/fd30ac07724e1ff5ea194fda1d5f8d0cee384e38))
16+
* **routing:** handle unique root level content ([d97a793](https://github.com/nuxtlabs/docus/commit/d97a793d5059b1099d251dd8ab73876eb3897891))
17+
* **starters:** fr landing page ([1bba5a0](https://github.com/nuxtlabs/docus/commit/1bba5a0545f389cf0dfc7aea2ce59165a4436cf1))
18+
* **template:** ensure composable is available ([a68e88c](https://github.com/nuxtlabs/docus/commit/a68e88c5fe9e39cddab8bd3ea4662461208ac412))
19+
320
## [4.0.2](https://github.com/nuxtlabs/docus/compare/v4.0.1...v4.0.2) (2025-07-25)
421

522
### 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": "4.0.2",
4+
"version": "4.0.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxtlabs/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": "4.0.2",
4+
"version": "4.0.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": "4.0.2",
4+
"version": "4.0.3",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxtlabs/docus.git"

0 commit comments

Comments
 (0)