diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdf7b199..25049cc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [15.13.0](https://github.com/Telefonica/mistica-web/compare/v15.12.0...v15.13.0) (2024-07-05) + + +### Bug Fixes + +* **Image:** set aspectRatio value equal to 0 by default ([#1163](https://github.com/Telefonica/mistica-web/issues/1163)) ([a8dff39](https://github.com/Telefonica/mistica-web/commit/a8dff391b09db6e91edcc855948c7b94e0d43670)) +* **ThemeContextProvider:** avoid rendering isolation extra div in server and first client render ([#1165](https://github.com/Telefonica/mistica-web/issues/1165)) ([d05098d](https://github.com/Telefonica/mistica-web/commit/d05098da03fd0567ad576636b278833c933ad444)) + + +### Features + +* **PreviewTools:** add forceTabs prop ([#1162](https://github.com/Telefonica/mistica-web/issues/1162)) ([d6413fa](https://github.com/Telefonica/mistica-web/commit/d6413faa2520a252a15abf4a30e9062421a81a96)) +* **skin:** update design tokens ([#1164](https://github.com/Telefonica/mistica-web/issues/1164)) ([c8d6e60](https://github.com/Telefonica/mistica-web/commit/c8d6e6034da89fe144fc697b58d1ecc4aceebf95)) + # [15.12.0](https://github.com/Telefonica/mistica-web/compare/v15.11.1...v15.12.0) (2024-07-02) diff --git a/package.json b/package.json index d7d869baf..262aa7d0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@telefonica/mistica", - "version": "15.12.0", + "version": "15.13.0", "license": "MIT", "repository": { "type": "git", diff --git a/src/package-version.tsx b/src/package-version.tsx index 69678718d..f63855c0a 100644 --- a/src/package-version.tsx +++ b/src/package-version.tsx @@ -1,2 +1,2 @@ // DO NOT EDIT THIS FILE. It's autogenerated by set-version.js -export const PACKAGE_VERSION = '15.12.0' as string; +export const PACKAGE_VERSION = '15.13.0' as string;