Skip to content

Commit 0e53cb3

Browse files
committed
chore(release): v2.22.2
1 parent 44382cd commit 0e53cb3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [2.22.2](https://github.com/nuxt/ui/compare/v2.22.1...v2.22.2) (2025-09-01)
4+
5+
### Bug Fixes
6+
7+
* **Meter:** correct vertical alignment of progress bar ([#4735](https://github.com/nuxt/ui/issues/4735)) ([875be4b](https://github.com/nuxt/ui/commit/875be4b680856b2e2b4e6b31d18f233f7e7fcdfb))
8+
* **SelectMenu/InputMenu:** ensure object compare with `by` prop ([#4791](https://github.com/nuxt/ui/issues/4791)) ([44382cd](https://github.com/nuxt/ui/commit/44382cd3404cb692a3a72336312d81a72fa7cde6))
9+
310
## [2.22.1](https://github.com/nuxt/ui/compare/v2.22.0...v2.22.1) (2025-07-16)
411

512
### Bug Fixes

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": "2.22.1",
4+
"version": "2.22.2",
55
"packageManager": "[email protected]",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)