Skip to content

Commit b38e89c

Browse files
chore(release): 16.30.0 [skip ci]
# [16.30.0](v16.29.0...v16.30.0) (2025-06-11) ### Bug Fixes * **ProgressBar, ProgressBarStepped:** fix screen reader anouncement ([#1385](#1385)) ([8e41dd3](8e41dd3)) ### Features * **Callout:** allow setting title aria-label ([#1386](#1386)) ([f467238](f467238)) * CHECKOUT-8438. Allow fake ButtonLink ([#1391](#1391)) ([2dd60ec](2dd60ec)) * **mistica-css:** padding, stack, inline, align ([#1384](#1384)) ([1b5a32e](1b5a32e))
1 parent 2dd60ec commit b38e89c

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.30.0](https://github.com/Telefonica/mistica-web/compare/v16.29.0...v16.30.0) (2025-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **ProgressBar, ProgressBarStepped:** fix screen reader anouncement ([#1385](https://github.com/Telefonica/mistica-web/issues/1385)) ([8e41dd3](https://github.com/Telefonica/mistica-web/commit/8e41dd3730aa4de0c95369be306c88cad6858372))
7+
8+
9+
### Features
10+
11+
* **Callout:** allow setting title aria-label ([#1386](https://github.com/Telefonica/mistica-web/issues/1386)) ([f467238](https://github.com/Telefonica/mistica-web/commit/f467238e32e364bfde2e288a1df0cac2582e17fb))
12+
* CHECKOUT-8438. Allow fake ButtonLink ([#1391](https://github.com/Telefonica/mistica-web/issues/1391)) ([2dd60ec](https://github.com/Telefonica/mistica-web/commit/2dd60ec28c91b6d7f0fa4dd66af27ba37111b566))
13+
* **mistica-css:** padding, stack, inline, align ([#1384](https://github.com/Telefonica/mistica-web/issues/1384)) ([1b5a32e](https://github.com/Telefonica/mistica-web/commit/1b5a32e7e6bd9bd4a4eb1f2073ae53d8e3f9a329))
14+
115
# [16.29.0](https://github.com/Telefonica/mistica-web/compare/v16.28.1...v16.29.0) (2025-06-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.29.0",
3+
"version": "16.30.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.29.0' as string;
2+
export const PACKAGE_VERSION = '16.30.0' as string;

0 commit comments

Comments
 (0)