Skip to content

Commit 2d8fe9f

Browse files
committed
chore(version): release v4.0.0
1 parent 272aa6a commit 2d8fe9f

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/nuxtlabs/docus/compare/v3.0.5...v4.0.0) (2025-07-25)
4+
5+
### Features
6+
7+
* **cli:** add `prepare` command ([2bec323](https://github.com/nuxtlabs/docus/commit/2bec3236ffa47d2503b97e676318122ac9b43d4b))
8+
* **cli:** use native nuxt cli instead of docus CLI ([#1117](https://github.com/nuxtlabs/docus/issues/1117)) ([ff4bc93](https://github.com/nuxtlabs/docus/commit/ff4bc93ea3b6b903632b20419ca1ceb6b0965392))
9+
* **i18n:** adapt visual to i18n configuration ([0d99d98](https://github.com/nuxtlabs/docus/commit/0d99d98f868a416fa3b8db614e987452cdae9159))
10+
11+
### Bug Fixes
12+
13+
* **app:** correct types ([448b78a](https://github.com/nuxtlabs/docus/commit/448b78a4fb3539047f2e23eb36d04afb77c03f4b))
14+
* **typecheck:** use nuxtrc to detect i18n module in layer ([905716e](https://github.com/nuxtlabs/docus/commit/905716efb66f135f143789576b33e66783bae925))
15+
316
## [3.0.5](https://github.com/nuxtlabs/docus/compare/v3.0.4...v3.0.5) (2025-07-01)
417

518
### 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": "4.0.0-beta.14",
4+
"version": "4.0.0",
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.0-beta.14",
4+
"version": "4.0.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": "4.0.0-beta.14",
4+
"version": "4.0.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxtlabs/docus.git"

0 commit comments

Comments
 (0)