Skip to content

Commit 5e6cb09

Browse files
chore(release): 16.23.0 [skip ci]
# [16.23.0](v16.22.0...v16.23.0) (2025-05-06) ### Features * **mistica-css:** breadcrumbs ([#1349](#1349)) ([eeb36b2](eeb36b2)) * **mistica-css:** card asset ([#1351](#1351)) ([45c275f](45c275f)) * **mistica-css:** GridLayout ([#1355](#1355)) ([da0a953](da0a953)) * **mistica-css:** Table implementation ([#1352](#1352)) ([d26129e](d26129e)) * **PinField:** wrap to next line when digits don't fit in viewport ([#1359](#1359)) ([13e13ed](13e13ed)) * **TextField:** make field error aria-live ([#1348](#1348)) ([1c45c55](1c45c55))
1 parent eeb36b2 commit 5e6cb09

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.23.0](https://github.com/Telefonica/mistica-web/compare/v16.22.0...v16.23.0) (2025-05-06)
2+
3+
4+
### Features
5+
6+
* **mistica-css:** breadcrumbs ([#1349](https://github.com/Telefonica/mistica-web/issues/1349)) ([eeb36b2](https://github.com/Telefonica/mistica-web/commit/eeb36b25559c651351685e7b9a71c8006e0195da))
7+
* **mistica-css:** card asset ([#1351](https://github.com/Telefonica/mistica-web/issues/1351)) ([45c275f](https://github.com/Telefonica/mistica-web/commit/45c275fa4c67cf1af172e081369b6e363ba78ffb))
8+
* **mistica-css:** GridLayout ([#1355](https://github.com/Telefonica/mistica-web/issues/1355)) ([da0a953](https://github.com/Telefonica/mistica-web/commit/da0a95355b6974b0b880cc6d53db0bab6287a790))
9+
* **mistica-css:** Table implementation ([#1352](https://github.com/Telefonica/mistica-web/issues/1352)) ([d26129e](https://github.com/Telefonica/mistica-web/commit/d26129e7ac73f8eed7088adf28e2a87a3d33fd47))
10+
* **PinField:** wrap to next line when digits don't fit in viewport ([#1359](https://github.com/Telefonica/mistica-web/issues/1359)) ([13e13ed](https://github.com/Telefonica/mistica-web/commit/13e13ed49e5a14c2fcb241c1037f3558c7d0132e))
11+
* **TextField:** make field error aria-live ([#1348](https://github.com/Telefonica/mistica-web/issues/1348)) ([1c45c55](https://github.com/Telefonica/mistica-web/commit/1c45c552eeb361fc326f034864700491f4143326))
12+
113
# [16.22.0](https://github.com/Telefonica/mistica-web/compare/v16.21.0...v16.22.0) (2025-04-29)
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.22.0",
3+
"version": "16.23.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.22.0' as string;
2+
export const PACKAGE_VERSION = '16.23.0' as string;

0 commit comments

Comments
 (0)