Skip to content

Commit

Permalink
chore(release): 15.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.1.0](v15.0.0...v15.1.0) (2024-04-08)

### Bug Fixes

* **IconButton:** prevent interactive area from affecting button layout ([#1069](#1069)) ([f377aac](f377aac))

### Features

* **Accordion,Callout,Cards,EmptyState,Header,Hero,Row,NavigationBar:** added titleAs prop to allow configuring heading level ([#1067](#1067)) ([814c297](814c297))
* **RowList, BoxedRowList, Inline:** support list a11y role ([#1068](#1068)) ([7e2fe37](7e2fe37)), closes [/github.com/Telefonica/mistica-web/blob/master/src/stack.tsx#L64](https://github.com//github.com/Telefonica/mistica-web/blob/master/src/stack.tsx/issues/L64)
* **skin:** o2 new brand ([#968](#968)) ([56e3945](56e3945))
* **Switch:** add minimum interactive area in touchable devices ([#1063](#1063)) ([fb202e7](fb202e7))
* **Touchable, Buttons:** Improve touchable and buttons accessibility ([#1070](#1070)) ([8d93c71](8d93c71))
  • Loading branch information
semantic-release-bot committed Apr 8, 2024
1 parent f377aac commit ced5395
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [15.1.0](https://github.com/Telefonica/mistica-web/compare/v15.0.0...v15.1.0) (2024-04-08)


### Bug Fixes

* **IconButton:** prevent interactive area from affecting button layout ([#1069](https://github.com/Telefonica/mistica-web/issues/1069)) ([f377aac](https://github.com/Telefonica/mistica-web/commit/f377aac4eea1bc698ec9cfa1354ba2a37114fd15))


### Features

* **Accordion,Callout,Cards,EmptyState,Header,Hero,Row,NavigationBar:** added titleAs prop to allow configuring heading level ([#1067](https://github.com/Telefonica/mistica-web/issues/1067)) ([814c297](https://github.com/Telefonica/mistica-web/commit/814c2977d2612f65b290f89dda9a2f361cde4b71))
* **RowList, BoxedRowList, Inline:** support list a11y role ([#1068](https://github.com/Telefonica/mistica-web/issues/1068)) ([7e2fe37](https://github.com/Telefonica/mistica-web/commit/7e2fe3736d3399d990ec28d2e0107a7b7a3057c9)), closes [/github.com/Telefonica/mistica-web/blob/master/src/stack.tsx#L64](https://github.com//github.com/Telefonica/mistica-web/blob/master/src/stack.tsx/issues/L64)
* **skin:** o2 new brand ([#968](https://github.com/Telefonica/mistica-web/issues/968)) ([56e3945](https://github.com/Telefonica/mistica-web/commit/56e39454e7b144a3d6fe852162df8c52ed7a76bd))
* **Switch:** add minimum interactive area in touchable devices ([#1063](https://github.com/Telefonica/mistica-web/issues/1063)) ([fb202e7](https://github.com/Telefonica/mistica-web/commit/fb202e7669c651061d0ce473e8c22f0d31dbd8c1))
* **Touchable, Buttons:** Improve touchable and buttons accessibility ([#1070](https://github.com/Telefonica/mistica-web/issues/1070)) ([8d93c71](https://github.com/Telefonica/mistica-web/commit/8d93c71a672f1943d352f8ad7bb26b296c81b21d))

# [15.0.0](https://github.com/Telefonica/mistica-web/compare/v14.48.0...v15.0.0) (2024-04-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.0.0",
"version": "15.1.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.0.0' as string;
export const PACKAGE_VERSION = '15.1.0' as string;

0 comments on commit ced5395

Please sign in to comment.