Skip to content

Commit a536a36

Browse files
chore(release): 16.58.0 [skip ci]
# [16.58.0](v16.57.0...v16.58.0) (2026-04-10) ### Bug Fixes * **chore:** Fix ssr acceptance image ([#1527](#1527)) ([298f052](298f052)) ### Features * **Card:** Card reading order when interactive (segregate touchable content) ([#1523](#1523)) ([eee43ec](eee43ec))
1 parent 298f052 commit a536a36

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [16.58.0](https://github.com/Telefonica/mistica-web/compare/v16.57.0...v16.58.0) (2026-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **chore:** Fix ssr acceptance image ([#1527](https://github.com/Telefonica/mistica-web/issues/1527)) ([298f052](https://github.com/Telefonica/mistica-web/commit/298f0528babf274d88fd04cc0ea3c71698f41d82))
7+
8+
9+
### Features
10+
11+
* **Card:** Card reading order when interactive (segregate touchable content) ([#1523](https://github.com/Telefonica/mistica-web/issues/1523)) ([eee43ec](https://github.com/Telefonica/mistica-web/commit/eee43ec1381a2594219385758a1d031e7968c16e))
12+
113
# [16.57.0](https://github.com/Telefonica/mistica-web/compare/v16.56.0...v16.57.0) (2026-03-27)
214

315

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

0 commit comments

Comments
 (0)