Skip to content

Commit fb0223a

Browse files
chore(release): 16.31.0 [skip ci]
# [16.31.0](v16.30.1...v16.31.0) (2025-06-18) ### Bug Fixes * **Stepper:** improve a11y ([#1394](#1394)) ([8c3ca44](8c3ca44)) ### Features * **Modal,Sheet:** move focus to the element that triggered the modal when it closes ([#1389](#1389)) ([5ebd350](5ebd350)) * **Tabs:** improve a11y, and add renderPanel prop ([#1393](#1393)) ([08c5baf](08c5baf)) * **Touchable components:** add support for aria-description, aria-describedby, aria-labelledby and aria-current ([#1390](#1390)) ([9999788](9999788))
1 parent 08c5baf commit fb0223a

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.31.0](https://github.com/Telefonica/mistica-web/compare/v16.30.1...v16.31.0) (2025-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **Stepper:** improve a11y ([#1394](https://github.com/Telefonica/mistica-web/issues/1394)) ([8c3ca44](https://github.com/Telefonica/mistica-web/commit/8c3ca44e20dce16940b4f833e10e16f0e8fbb36c))
7+
8+
9+
### Features
10+
11+
* **Modal,Sheet:** move focus to the element that triggered the modal when it closes ([#1389](https://github.com/Telefonica/mistica-web/issues/1389)) ([5ebd350](https://github.com/Telefonica/mistica-web/commit/5ebd3509f04cdf753cabb346580a61b3950f88a2))
12+
* **Tabs:** improve a11y, and add renderPanel prop ([#1393](https://github.com/Telefonica/mistica-web/issues/1393)) ([08c5baf](https://github.com/Telefonica/mistica-web/commit/08c5bafe0b48c7febd6c08d940faeca608aafe06))
13+
* **Touchable components:** add support for aria-description, aria-describedby, aria-labelledby and aria-current ([#1390](https://github.com/Telefonica/mistica-web/issues/1390)) ([9999788](https://github.com/Telefonica/mistica-web/commit/99997884e3d3bc981febb4f17697a06f04a3b134))
14+
115
## [16.30.1](https://github.com/Telefonica/mistica-web/compare/v16.30.0...v16.30.1) (2025-06-11)
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.30.1",
3+
"version": "16.31.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.30.1' as string;
2+
export const PACKAGE_VERSION = '16.31.0' as string;

0 commit comments

Comments
 (0)