Skip to content

Commit fec58df

Browse files
chore(release): 16.27.0 [skip ci]
# [16.27.0](v16.26.0...v16.27.0) (2025-05-29) ### Features * **skin:** allow customizing some components theme variant by skin ([#1375](#1375)) ([a80f5bd](a80f5bd)) * **skin:** Improve color contrast in Blau skin ([#1369](#1369)) ([e49e84d](e49e84d))
1 parent e49e84d commit fec58df

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [16.27.0](https://github.com/Telefonica/mistica-web/compare/v16.26.0...v16.27.0) (2025-05-29)
2+
3+
4+
### Features
5+
6+
* **skin:** allow customizing some components theme variant by skin ([#1375](https://github.com/Telefonica/mistica-web/issues/1375)) ([a80f5bd](https://github.com/Telefonica/mistica-web/commit/a80f5bdc0cd5981fd3c6ce7eda2eb4a38a585bcc))
7+
* **skin:** Improve color contrast in Blau skin ([#1369](https://github.com/Telefonica/mistica-web/issues/1369)) ([e49e84d](https://github.com/Telefonica/mistica-web/commit/e49e84d0c718b50d22b6ce193754d4e424782586))
8+
19
# [16.26.0](https://github.com/Telefonica/mistica-web/compare/v16.25.0...v16.26.0) (2025-05-28)
210

311

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

0 commit comments

Comments
 (0)