Skip to content

Commit dc13edf

Browse files
committed
fix(deps): update @todovue/tv-menu to version 1.1.5
1 parent 994f411 commit dc13edf

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Updated `@todovue/tv-progress-bar` to version `1.1.2`.
1212
- Updated `@todovue/tv-toc` to version `1.2.0`.
1313
- Updated `@todovue/tv-footer` to version `1.1.2`.
14+
- Updated `@todovue/tv-menu` to version `1.1.5`.
1415

1516
## [0.1.3] - 2026-01-28
1617

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@todovue/tv-footer": "^1.1.2",
7777
"@todovue/tv-hero": "^1.2.1",
7878
"@todovue/tv-label": "^1.2.4",
79-
"@todovue/tv-menu": "^1.1.4",
79+
"@todovue/tv-menu": "^1.1.5",
8080
"@todovue/tv-modal": "^1.2.1",
8181
"@todovue/tv-pagination": "^1.1.4",
8282
"@todovue/tv-progress-bar": "^1.1.2",

public/demos/tv-menu/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to `@todovue/tv-menu` will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.5] - 2026-01-30
9+
10+
### Changed
11+
- Removed transform and padding adjustments for the button active state.
12+
813
## [1.1.4] - 2026-01-27
914

1015
### Changed
@@ -134,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134139
- Vite build configuration with CSS injection
135140
- Demo playground with example implementations
136141

142+
[1.1.5]: https://github.com/TODOvue/tv-menu/pull/10/files
137143
[1.1.4]: https://github.com/TODOvue/tv-menu/pull/9/files
138144
[1.1.3]: https://github.com/TODOvue/tv-menu/pull/8/files
139145
[1.1.2]: https://github.com/TODOvue/tv-menu/pull/7/files

0 commit comments

Comments
 (0)