Skip to content

Commit 52c7882

Browse files
chore(release): 16.26.0 [skip ci]
# [16.26.0](v16.25.0...v16.26.0) (2025-05-28) ### Features * **mistica-css:** counter ([#1372](#1372)) ([70d8beb](70d8beb)) * **mistica-css:** ErrorFeedbackScreen ([#1371](#1371)) ([99ea3cf](99ea3cf)) * **mistica-css:** slider ([#1374](#1374)) ([89c6aee](89c6aee)) * **mistica-css:** switch ([#1364](#1364)) ([7b6df80](7b6df80)) * **mistica-css:** TextField / SearchField ([#1370](#1370)) ([55781c4](55781c4)) * **RowList, BoxedRowList, Stack:** O2DE-7699 RowList with aria-live and aria-atomic attributes ([#1376](#1376)) ([5070c61](5070c61))
1 parent 5070c61 commit 52c7882

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.26.0](https://github.com/Telefonica/mistica-web/compare/v16.25.0...v16.26.0) (2025-05-28)
2+
3+
4+
### Features
5+
6+
* **mistica-css:** counter ([#1372](https://github.com/Telefonica/mistica-web/issues/1372)) ([70d8beb](https://github.com/Telefonica/mistica-web/commit/70d8bebab8667b611003ab0f419cc78c507ee924))
7+
* **mistica-css:** ErrorFeedbackScreen ([#1371](https://github.com/Telefonica/mistica-web/issues/1371)) ([99ea3cf](https://github.com/Telefonica/mistica-web/commit/99ea3cfc4ea9de60bdb90cfe808b5acbfc9e5f62))
8+
* **mistica-css:** slider ([#1374](https://github.com/Telefonica/mistica-web/issues/1374)) ([89c6aee](https://github.com/Telefonica/mistica-web/commit/89c6aee0e534e9d884854ac0b72ada0f65e16823))
9+
* **mistica-css:** switch ([#1364](https://github.com/Telefonica/mistica-web/issues/1364)) ([7b6df80](https://github.com/Telefonica/mistica-web/commit/7b6df8039278131c0c3f33c0f3ced7cd872eada9))
10+
* **mistica-css:** TextField / SearchField ([#1370](https://github.com/Telefonica/mistica-web/issues/1370)) ([55781c4](https://github.com/Telefonica/mistica-web/commit/55781c472d0485992f9d1b5adad03c5fa84b22ce))
11+
* **RowList, BoxedRowList, Stack:** O2DE-7699 RowList with aria-live and aria-atomic attributes ([#1376](https://github.com/Telefonica/mistica-web/issues/1376)) ([5070c61](https://github.com/Telefonica/mistica-web/commit/5070c6197dae571e64d3c88cf4a7dcf6f0cbc232))
12+
113
# [16.25.0](https://github.com/Telefonica/mistica-web/compare/v16.24.0...v16.25.0) (2025-05-13)
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.25.0",
3+
"version": "16.26.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.25.0' as string;
2+
export const PACKAGE_VERSION = '16.26.0' as string;

0 commit comments

Comments
 (0)