Skip to content

Commit bb7df30

Browse files
committed
chore(release): v4.2.1
1 parent 736a547 commit bb7df30

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [4.2.1](///compare/v4.2.0...v4.2.1) (2025-11-21)
4+
5+
### Bug Fixes
6+
7+
* **ChatPromptSubmit:** proxy event to `stop` and `reload` emits ([#5400](undefined/undefined/undefined/issues/5400)) 736a547
8+
* **ColorModeButton:** missing icon import 5f30ccf, closes #5486
9+
* **Icon:** improve `name` type ([#5498](undefined/undefined/undefined/issues/5498)) b654a77
10+
* **Link:** define NuxtLinkProps instead of importing from `[#app](undefined/undefined/undefined/issues/app)` ([#5491](undefined/undefined/undefined/issues/5491)) da8daaa
11+
* **Link:** ensure consistency across Nuxt, Vue and Inertia a9ed10d, closes #5012
12+
* **module:** put back `[#build](undefined/undefined/undefined/issues/build)/ui.css` alias ([#5499](undefined/undefined/undefined/issues/5499)) d9aadc7
13+
314
## [4.2.0](https://github.com/nuxt/ui/compare/v4.1.0...v4.2.0) (2025-11-18)
415

516
### ⚠ BREAKING CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/ui",
33
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"packageManager": "[email protected]",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)