Skip to content

Commit a5ddd59

Browse files
chore(release): 16.61.0 [skip ci]
# [16.61.0](v16.60.0...v16.61.0) (2026-04-24) ### Bug Fixes * **Image:** handle SSR image already complete before inline script runs ([#1536](#1536)) ([ec1e35c](ec1e35c)) ### Features * **chore:** Minimal github conventions ([#1530](#1530)) ([f7ca38a](f7ca38a)) * **fixedFooterLayout:** include footerScrollEffect prop ([#1532](#1532)) ([bd56fb2](bd56fb2)) * **llms:** Include source code in mistica package ([#1531](#1531)) ([bf6280b](bf6280b))
1 parent bf6280b commit a5ddd59

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [16.61.0](https://github.com/Telefonica/mistica-web/compare/v16.60.0...v16.61.0) (2026-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **Image:** handle SSR image already complete before inline script runs ([#1536](https://github.com/Telefonica/mistica-web/issues/1536)) ([ec1e35c](https://github.com/Telefonica/mistica-web/commit/ec1e35c80a1a0e2c49ff6891e29966cc6c986134))
7+
8+
9+
### Features
10+
11+
* **chore:** Minimal github conventions ([#1530](https://github.com/Telefonica/mistica-web/issues/1530)) ([f7ca38a](https://github.com/Telefonica/mistica-web/commit/f7ca38abb9f27a9299cd466e607718f89d2033d9))
12+
* **fixedFooterLayout:** include footerScrollEffect prop ([#1532](https://github.com/Telefonica/mistica-web/issues/1532)) ([bd56fb2](https://github.com/Telefonica/mistica-web/commit/bd56fb22d579efa281be85660c76e0f3fcfc0123))
13+
* **llms:** Include source code in mistica package ([#1531](https://github.com/Telefonica/mistica-web/issues/1531)) ([bf6280b](https://github.com/Telefonica/mistica-web/commit/bf6280b4e8664fb2d4a0c5c1c4ebd75ce5ba7619))
14+
115
# [16.60.0](https://github.com/Telefonica/mistica-web/compare/v16.59.0...v16.60.0) (2026-04-17)
216

317

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

0 commit comments

Comments
 (0)