Skip to content

Commit 558126d

Browse files
chore(release): 16.43.1 [skip ci]
## [16.43.1](v16.43.0...v16.43.1) (2025-12-02) ### Bug Fixes * **Chip:** close button not working with mouse/touch ([#1467](#1467)) ([87648ce](87648ce))
1 parent 87648ce commit 558126d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [16.43.1](https://github.com/Telefonica/mistica-web/compare/v16.43.0...v16.43.1) (2025-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **Chip:** close button not working with mouse/touch ([#1467](https://github.com/Telefonica/mistica-web/issues/1467)) ([87648ce](https://github.com/Telefonica/mistica-web/commit/87648ceb7df6f12cd116ae2f3b955f0f195fd286))
7+
18
# [16.43.0](https://github.com/Telefonica/mistica-web/compare/v16.42.2...v16.43.0) (2025-11-21)
29

310

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

0 commit comments

Comments
 (0)