Skip to content

Commit e5c5cea

Browse files
chore(release): 16.54.0 [skip ci]
# [16.54.0](v16.53.0...v16.54.0) (2026-03-13) ### Bug Fixes * **Hero:** Restore padding in hero mobile layouts ([#1514](#1514)) ([0513c35](0513c35)) ### Features * **Card:** Add space-between alignment for card slot ([#1516](#1516)) ([0900ebb](0900ebb)) * **Layout:** add extraLargeDesktop breakpoint ([#1503](#1503)) ([229ace4](229ace4)) * **MainNavigationBar:** topSlot support ([#1518](#1518)) ([818748f](818748f))
1 parent 818748f commit e5c5cea

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [16.54.0](https://github.com/Telefonica/mistica-web/compare/v16.53.0...v16.54.0) (2026-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **Hero:** Restore padding in hero mobile layouts ([#1514](https://github.com/Telefonica/mistica-web/issues/1514)) ([0513c35](https://github.com/Telefonica/mistica-web/commit/0513c35ce295be991a7367326853d25977092cef))
7+
8+
9+
### Features
10+
11+
* **Card:** Add space-between alignment for card slot ([#1516](https://github.com/Telefonica/mistica-web/issues/1516)) ([0900ebb](https://github.com/Telefonica/mistica-web/commit/0900ebbfd02a1cee68e2e3e48aef0781094498c7))
12+
* **Layout:** add extraLargeDesktop breakpoint ([#1503](https://github.com/Telefonica/mistica-web/issues/1503)) ([229ace4](https://github.com/Telefonica/mistica-web/commit/229ace49286cb1faf2ce82d0ef7b3ef8afce6699))
13+
* **MainNavigationBar:** topSlot support ([#1518](https://github.com/Telefonica/mistica-web/issues/1518)) ([818748f](https://github.com/Telefonica/mistica-web/commit/818748f1bf2f8a1d012c5085312ca91fef6eede5))
14+
115
# [16.53.0](https://github.com/Telefonica/mistica-web/compare/v16.52.0...v16.53.0) (2026-03-06)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@telefonica/mistica",
3-
"version": "16.53.0",
3+
"version": "16.54.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

src/package-version.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// DO NOT EDIT THIS FILE. It's autogenerated by set-version.js
2-
export const PACKAGE_VERSION = '16.53.0' as string;
2+
export const PACKAGE_VERSION = '16.54.0' as string;

0 commit comments

Comments
 (0)