Skip to content

Commit 379fca9

Browse files
chore(release): 16.53.0 [skip ci]
# [16.53.0](v16.52.0...v16.53.0) (2026-03-06) ### Bug Fixes * **Input:** WEB-2382 Fix some misalignements and make startIcon small ([#1510](#1510)) ([686a092](686a092)) ### Features * **FileUpload:** new component ([#1489](#1489)) ([8b623cf](8b623cf)) * **skin:** WEB-2382 Movistar alignment p2 ([#1499](#1499)) ([86213c8](86213c8))
1 parent 8b623cf commit 379fca9

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [16.53.0](https://github.com/Telefonica/mistica-web/compare/v16.52.0...v16.53.0) (2026-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **Input:** WEB-2382 Fix some misalignements and make startIcon small ([#1510](https://github.com/Telefonica/mistica-web/issues/1510)) ([686a092](https://github.com/Telefonica/mistica-web/commit/686a0925b80aaae8dc352ed35f95cb7a0ac92932))
7+
8+
9+
### Features
10+
11+
* **FileUpload:** new component ([#1489](https://github.com/Telefonica/mistica-web/issues/1489)) ([8b623cf](https://github.com/Telefonica/mistica-web/commit/8b623cf45b14153b5bcb2b6bdd79ff14ca64cd8c))
12+
* **skin:** WEB-2382 Movistar alignment p2 ([#1499](https://github.com/Telefonica/mistica-web/issues/1499)) ([86213c8](https://github.com/Telefonica/mistica-web/commit/86213c87cb1c87f06edd564214c50e4d6c6fe7fb))
13+
114
# [16.52.0](https://github.com/Telefonica/mistica-web/compare/v16.51.0...v16.52.0) (2026-02-27)
215

316

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

0 commit comments

Comments
 (0)