Skip to content

Commit

Permalink
chore(release): 15.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.18.0](v15.17.0...v15.18.0) (2024-08-20)

### Bug Fixes

* **FeedbackScreen:** avoid double responsive margins in buttons when they are not fixed ([#1195](#1195)) ([41c10ad](41c10ad))
* **Inline:** wrap content if required when space equals between/around/evenly ([#1199](#1199)) ([b121227](b121227))
* **Snackbar:** allow dataAttributes passed to openSnackbar ([#1192](#1192)) ([c5c65bd](c5c65bd))

### Features

* **Popover, Snackbar, Callout, Chip, Dialog, Cards:** allow customizable close button label ([#1193](#1193)) ([63de33a](63de33a))
  • Loading branch information
semantic-release-bot committed Aug 20, 2024
1 parent b121227 commit 447a677
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.18.0](https://github.com/Telefonica/mistica-web/compare/v15.17.0...v15.18.0) (2024-08-20)


### Bug Fixes

* **FeedbackScreen:** avoid double responsive margins in buttons when they are not fixed ([#1195](https://github.com/Telefonica/mistica-web/issues/1195)) ([41c10ad](https://github.com/Telefonica/mistica-web/commit/41c10ad0a60fe3bfd7e191eca4583da37f2cf84e))
* **Inline:** wrap content if required when space equals between/around/evenly ([#1199](https://github.com/Telefonica/mistica-web/issues/1199)) ([b121227](https://github.com/Telefonica/mistica-web/commit/b121227d6de61f2dbc2e6e60a4f0b2b9ecc8a646))
* **Snackbar:** allow dataAttributes passed to openSnackbar ([#1192](https://github.com/Telefonica/mistica-web/issues/1192)) ([c5c65bd](https://github.com/Telefonica/mistica-web/commit/c5c65bdf486554e466fa325b3dbcef06eaccfecb))


### Features

* **Popover, Snackbar, Callout, Chip, Dialog, Cards:** allow customizable close button label ([#1193](https://github.com/Telefonica/mistica-web/issues/1193)) ([63de33a](https://github.com/Telefonica/mistica-web/commit/63de33a8fc9960f32c121db8e81f45e0ba32bdb6))

# [15.17.0](https://github.com/Telefonica/mistica-web/compare/v15.16.4...v15.17.0) (2024-08-01)


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.17.0",
"version": "15.18.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.17.0' as string;
export const PACKAGE_VERSION = '15.18.0' as string;

0 comments on commit 447a677

Please sign in to comment.