Skip to content

Commit

Permalink
chore(release): 15.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.8.0](v15.7.0...v15.8.0) (2024-05-17)

### Bug Fixes

* **Image:** fix bad aspect ratio cases ([#1119](#1119)) ([2bc69e1](2bc69e1))
* **TextFields:** Use textError color for errors ([#1125](#1125)) ([e9c5abd](e9c5abd))

### Features

* **Accordion:** improve accessibility ([#1113](#1113)) ([f85142c](f85142c))
  • Loading branch information
semantic-release-bot committed May 17, 2024
1 parent 2bc69e1 commit c3d3dc8
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.8.0](https://github.com/Telefonica/mistica-web/compare/v15.7.0...v15.8.0) (2024-05-17)


### Bug Fixes

* **Image:** fix bad aspect ratio cases ([#1119](https://github.com/Telefonica/mistica-web/issues/1119)) ([2bc69e1](https://github.com/Telefonica/mistica-web/commit/2bc69e1b1b51a68c9b91df256a867cc9c3823923))
* **TextFields:** Use textError color for errors ([#1125](https://github.com/Telefonica/mistica-web/issues/1125)) ([e9c5abd](https://github.com/Telefonica/mistica-web/commit/e9c5abd34d938a9367431b9ec1c7d3f8a5a4d7a4))


### Features

* **Accordion:** improve accessibility ([#1113](https://github.com/Telefonica/mistica-web/issues/1113)) ([f85142c](https://github.com/Telefonica/mistica-web/commit/f85142ce65037df78e420a9fbe439665960e5c8c))

# [15.7.0](https://github.com/Telefonica/mistica-web/compare/v15.6.1...v15.7.0) (2024-05-13)


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.7.0",
"version": "15.8.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.7.0' as string;
export const PACKAGE_VERSION = '15.8.0' as string;

0 comments on commit c3d3dc8

Please sign in to comment.