Skip to content

Commit

Permalink
chore(release): 14.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.19.0](v14.18.2...v14.19.0) (2023-07-28)

### Bug Fixes

* **ButtonLink, Title:** update alignments ([#829](#829)) ([87bd3e3](87bd3e3))
* **Cards:** CardAction type ([#831](#831)) ([6631788](6631788))

### Features

* **MediaCard:** add top icon support ([#824](#824)) ([e9a79a3](e9a79a3))
  • Loading branch information
semantic-release-bot committed Jul 28, 2023
1 parent e9a79a3 commit acfa9e4
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 @@
# [14.19.0](https://github.com/Telefonica/mistica-web/compare/v14.18.2...v14.19.0) (2023-07-28)


### Bug Fixes

* **ButtonLink, Title:** update alignments ([#829](https://github.com/Telefonica/mistica-web/issues/829)) ([87bd3e3](https://github.com/Telefonica/mistica-web/commit/87bd3e35de3a1e69b43a3c48b73761555b67e483))
* **Cards:** CardAction type ([#831](https://github.com/Telefonica/mistica-web/issues/831)) ([6631788](https://github.com/Telefonica/mistica-web/commit/6631788588cddbe247f8ae70308ba1d5c0492dc5))


### Features

* **MediaCard:** add top icon support ([#824](https://github.com/Telefonica/mistica-web/issues/824)) ([e9a79a3](https://github.com/Telefonica/mistica-web/commit/e9a79a3fc389106906b647fe1b6f90482ffa5e1d))

## [14.18.2](https://github.com/Telefonica/mistica-web/compare/v14.18.1...v14.18.2) (2023-07-24)


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": "14.18.2",
"version": "14.19.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 = '14.18.2' as string;
export const PACKAGE_VERSION = '14.19.0' as string;

0 comments on commit acfa9e4

Please sign in to comment.