Skip to content

Commit 0da6411

Browse files
chore(release): 16.29.0 [skip ci]
# [16.29.0](v16.28.1...v16.29.0) (2025-06-06) ### Features * **Form, Select, MenuItem:** support dataAttributes ([#1387](#1387)) ([ebeb3a7](ebeb3a7)) * **mistica-css:** lists and rows ([#1379](#1379)) ([2e09c14](2e09c14)) * **mistica-css:** style any a element inside mistica-text as text link ([#1382](#1382)) ([e857c3f](e857c3f))
1 parent ebeb3a7 commit 0da6411

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [16.29.0](https://github.com/Telefonica/mistica-web/compare/v16.28.1...v16.29.0) (2025-06-06)
2+
3+
4+
### Features
5+
6+
* **Form, Select, MenuItem:** support dataAttributes ([#1387](https://github.com/Telefonica/mistica-web/issues/1387)) ([ebeb3a7](https://github.com/Telefonica/mistica-web/commit/ebeb3a7f9d2a860ffb69c77664b90a2e0a5aae6e))
7+
* **mistica-css:** lists and rows ([#1379](https://github.com/Telefonica/mistica-web/issues/1379)) ([2e09c14](https://github.com/Telefonica/mistica-web/commit/2e09c141660f02d04dacb89b65044251cbe00453))
8+
* **mistica-css:** style any a element inside mistica-text as text link ([#1382](https://github.com/Telefonica/mistica-web/issues/1382)) ([e857c3f](https://github.com/Telefonica/mistica-web/commit/e857c3f10f6dac26501d5535ec5f146a57c8bf21))
9+
110
## [16.28.1](https://github.com/Telefonica/mistica-web/compare/v16.28.0...v16.28.1) (2025-06-03)
211

312

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

0 commit comments

Comments
 (0)