Skip to content

Commit

Permalink
chore(release): 15.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.6.0](v15.5.0...v15.6.0) (2024-05-09)

### Bug Fixes

* **AdvancedDataCard:** minHeight issues caused by [#1102](#1102) ([#1118](#1118)) ([5ff819f](5ff819f))
* **Image:** force async image decoding to avoid broken images in iOS ([#1111](#1111)) ([06b97f9](06b97f9))

### Features

* **Row,BoxedRow:** danger style ([#1101](#1101)) ([d1ab168](d1ab168))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 5ff819f commit 1fccf89
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [15.6.0](https://github.com/Telefonica/mistica-web/compare/v15.5.0...v15.6.0) (2024-05-09)


### Bug Fixes

* **AdvancedDataCard:** minHeight issues caused by [#1102](https://github.com/Telefonica/mistica-web/issues/1102) ([#1118](https://github.com/Telefonica/mistica-web/issues/1118)) ([5ff819f](https://github.com/Telefonica/mistica-web/commit/5ff819f12a20089b1c49dfbbf486f2a49eea75ae))
* **Image:** force async image decoding to avoid broken images in iOS ([#1111](https://github.com/Telefonica/mistica-web/issues/1111)) ([06b97f9](https://github.com/Telefonica/mistica-web/commit/06b97f94a38e640fcbf8e0726640dc4365334dfc))


### Features

* **Row,BoxedRow:** danger style ([#1101](https://github.com/Telefonica/mistica-web/issues/1101)) ([d1ab168](https://github.com/Telefonica/mistica-web/commit/d1ab168379bd76a77fb106f4dc796d7fc4abbbb9))

# [15.5.0](https://github.com/Telefonica/mistica-web/compare/v15.4.0...v15.5.0) (2024-05-07)


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.5.0",
"version": "15.6.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.5.0' as string;
export const PACKAGE_VERSION = '15.6.0' as string;

0 comments on commit 1fccf89

Please sign in to comment.