Skip to content

Commit a1e5bc1

Browse files
chore(release): 16.51.0 [skip ci]
# [16.51.0](v16.50.0...v16.51.0) (2026-02-23) ### Features * **card:** add videoLoop, videoAutoPlay, videoDataAttributes to cards ([#1494](#1494)) ([2566651](2566651)) * **webview-bridge:** update to v4.0.0 ([#1502](#1502)) ([ef94133](ef94133))
1 parent ef94133 commit a1e5bc1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [16.51.0](https://github.com/Telefonica/mistica-web/compare/v16.50.0...v16.51.0) (2026-02-23)
2+
3+
4+
### Features
5+
6+
* **card:** add videoLoop, videoAutoPlay, videoDataAttributes to cards ([#1494](https://github.com/Telefonica/mistica-web/issues/1494)) ([2566651](https://github.com/Telefonica/mistica-web/commit/25666512f1ce61e794ab238e1f0530f21f52cf25))
7+
* **webview-bridge:** update to v4.0.0 ([#1502](https://github.com/Telefonica/mistica-web/issues/1502)) ([ef94133](https://github.com/Telefonica/mistica-web/commit/ef941330693abcd0a0af364362f32d0082af9216))
8+
19
# [16.50.0](https://github.com/Telefonica/mistica-web/compare/v16.49.0...v16.50.0) (2026-02-20)
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.50.0",
3+
"version": "16.51.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.50.0' as string;
2+
export const PACKAGE_VERSION = '16.51.0' as string;

0 commit comments

Comments
 (0)