Skip to content

Commit

Permalink
chore(release): 15.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.15.0](v15.14.0...v15.15.0) (2024-07-16)

### Bug Fixes

* **overscroll color:** background color not changing when switching dark/light mode ([#1172](#1172)) ([9b74fe6](9b74fe6))

### Features

* **Cards:** add role prop for touchable cards ([#1169](#1169)) ([a2a7cbf](a2a7cbf))
* **css:** export mistica tokens as public css custom properties ([#1161](#1161)) ([c5f74bc](c5f74bc))
* **Header:** support headline (Tag) ([#1174](#1174)) ([07d8fae](07d8fae))
* **Text:** support setting heading level to span and header pretitleAs ([#1170](#1170)) ([8abf43e](8abf43e))
  • Loading branch information
semantic-release-bot committed Jul 16, 2024
1 parent c5f74bc commit 447aeef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [15.15.0](https://github.com/Telefonica/mistica-web/compare/v15.14.0...v15.15.0) (2024-07-16)


### Bug Fixes

* **overscroll color:** background color not changing when switching dark/light mode ([#1172](https://github.com/Telefonica/mistica-web/issues/1172)) ([9b74fe6](https://github.com/Telefonica/mistica-web/commit/9b74fe63178d54e56505974be56d235611da2360))


### Features

* **Cards:** add role prop for touchable cards ([#1169](https://github.com/Telefonica/mistica-web/issues/1169)) ([a2a7cbf](https://github.com/Telefonica/mistica-web/commit/a2a7cbf72158d37efe89466ff0d1dab91dbf5f15))
* **css:** export mistica tokens as public css custom properties ([#1161](https://github.com/Telefonica/mistica-web/issues/1161)) ([c5f74bc](https://github.com/Telefonica/mistica-web/commit/c5f74bc624ddd1f890537342b384b9d579fd22cc))
* **Header:** support headline (Tag) ([#1174](https://github.com/Telefonica/mistica-web/issues/1174)) ([07d8fae](https://github.com/Telefonica/mistica-web/commit/07d8fae820d810b7140f348825729d2c231f60ea))
* **Text:** support setting heading level to span and header pretitleAs ([#1170](https://github.com/Telefonica/mistica-web/issues/1170)) ([8abf43e](https://github.com/Telefonica/mistica-web/commit/8abf43e75d139049dea7857a5953e8c0f2d83045))

# [15.14.0](https://github.com/Telefonica/mistica-web/compare/v15.13.0...v15.14.0) (2024-07-11)


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.14.0",
"version": "15.15.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.14.0' as string;
export const PACKAGE_VERSION = '15.15.0' as string;

0 comments on commit 447aeef

Please sign in to comment.