Skip to content

Commit 994f411

Browse files
committed
fix(deps): update @todovue/tv-footer to version 1.1.2
1 parent 71cdd4d commit 994f411

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

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

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

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
@@ -73,7 +73,7 @@
7373
"@todovue/tv-button": "^1.2.6",
7474
"@todovue/tv-card": "^1.1.4",
7575
"@todovue/tv-demo": "^1.4.11",
76-
"@todovue/tv-footer": "^1.1.1",
76+
"@todovue/tv-footer": "^1.1.2",
7777
"@todovue/tv-hero": "^1.2.1",
7878
"@todovue/tv-label": "^1.2.4",
7979
"@todovue/tv-menu": "^1.1.4",

public/demos/tv-footer/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to `@todovue/tv-footer` 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.2] - 2026-01-30
9+
10+
### Added
11+
- Implemented event handling for link clicks within the footer component.
12+
13+
### Changed
14+
- Applied a maximum width constraint to the footer section to improve layout consistency and readability.
15+
816
## [1.1.1] - 2026-01-27
917

1018
### Changed
@@ -62,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6270
- Backdrop blur effect on social icons
6371
- Comprehensive documentation and examples
6472

73+
[1.1.2]: https://github.com/TODOvue/tv-footer/pull/4/files
6574
[1.1.1]: https://github.com/TODOvue/tv-footer/pull/3/files
6675
[1.1.0]: https://github.com/TODOvue/tv-footer/pull/2/files
6776
[1.0.0]: https://github.com/TODOvue/tv-footer/pull/1/files

0 commit comments

Comments
 (0)