Skip to content

Commit eb976cb

Browse files
committed
chore(version): release v5.0.0
1 parent a9ac1a2 commit eb976cb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [5.0.0](https://github.com/nuxt-content/docus/compare/v4.2.0...v5.0.0) (2025-09-24)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **ui:** use Nuxt UI v4 (#1173)
8+
9+
### Features
10+
11+
* **ui:** use Nuxt UI v4 ([#1173](https://github.com/nuxt-content/docus/issues/1173)) ([a9ac1a2](https://github.com/nuxt-content/docus/commit/a9ac1a266e045a14bab1252f6e6ae0b59ad56773))
12+
313
## [4.2.0](https://github.com/nuxt-content/docus/compare/v4.1.4...v4.2.0) (2025-09-19)
414

515
### 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.2.0",
4+
"version": "5.0.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": "4.2.0",
4+
"version": "5.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.2.0",
4+
"version": "5.0.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

0 commit comments

Comments
 (0)