Skip to content

Commit c1119bb

Browse files
chore(release): 16.57.0 [skip ci]
# [16.57.0](v16.56.0...v16.57.0) (2026-03-27) ### Bug Fixes * **Logo:** Fix layout shifts caused by logos (specially in navbar) ([#1520](#1520)) ([0a77668](0a77668)) * **Select:** Fix layout shift caused by outline ([#1521](#1521)) ([87ecb85](87ecb85)) ### Features * **chore:** Create first version of mistica skill and update docs ([#1524](#1524)) ([b57e194](b57e194))
1 parent b57e194 commit c1119bb

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [16.57.0](https://github.com/Telefonica/mistica-web/compare/v16.56.0...v16.57.0) (2026-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **Logo:** Fix layout shifts caused by logos (specially in navbar) ([#1520](https://github.com/Telefonica/mistica-web/issues/1520)) ([0a77668](https://github.com/Telefonica/mistica-web/commit/0a77668da82380ed05e86921f60f24c6502518e5))
7+
* **Select:** Fix layout shift caused by outline ([#1521](https://github.com/Telefonica/mistica-web/issues/1521)) ([87ecb85](https://github.com/Telefonica/mistica-web/commit/87ecb8531bf1165033982aa5a30c603f3aed54b1))
8+
9+
10+
### Features
11+
12+
* **chore:** Create first version of mistica skill and update docs ([#1524](https://github.com/Telefonica/mistica-web/issues/1524)) ([b57e194](https://github.com/Telefonica/mistica-web/commit/b57e194e006208db9fc97efe53d30c3240c4426f))
13+
114
# [16.56.0](https://github.com/Telefonica/mistica-web/compare/v16.55.0...v16.56.0) (2026-03-20)
215

316

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.56.0",
3+
"version": "16.57.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.56.0' as string;
2+
export const PACKAGE_VERSION = '16.57.0' as string;

0 commit comments

Comments
 (0)