Skip to content

Commit

Permalink
chore(release): 15.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.13.0](v15.12.0...v15.13.0) (2024-07-05)

### Bug Fixes

* **Image:** set aspectRatio value equal to 0 by default ([#1163](#1163)) ([a8dff39](a8dff39))
* **ThemeContextProvider:** avoid rendering isolation extra div in server and first client render ([#1165](#1165)) ([d05098d](d05098d))

### Features

* **PreviewTools:** add forceTabs prop ([#1162](#1162)) ([d6413fa](d6413fa))
* **skin:** update design tokens ([#1164](#1164)) ([c8d6e60](c8d6e60))
  • Loading branch information
semantic-release-bot committed Jul 5, 2024
1 parent d05098d commit 36ed8a5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telefonica/mistica",
"version": "15.12.0",
"version": "15.13.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/package-version.tsx
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 36ed8a5

Please sign in to comment.