Skip to content

Commit

Permalink
chore(release): 14.45.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.45.0](v14.44.0...v14.45.0) (2024-02-29)

### Bug Fixes

* **SuccessFeedbackScreen:** remove unnecesary background color ([#1029](#1029)) ([557b989](557b989))

### Features

* **Badge, Tag:** add badge to Tag and fix Badge's border and fontSize scaling ([#1025](#1025)) ([a7b31a7](a7b31a7))
* **ButtonIcon:** refactor component ([#1022](#1022)) ([c8a82c6](c8a82c6))
* **HighlightedCard:** Title & Description optional ([#1033](#1033)) ([7ebbb48](7ebbb48))
  • Loading branch information
semantic-release-bot committed Feb 29, 2024
1 parent 7ebbb48 commit 2f8aef4
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 @@
# [14.45.0](https:/Telefonica/mistica-web/compare/v14.44.0...v14.45.0) (2024-02-29)


### Bug Fixes

* **SuccessFeedbackScreen:** remove unnecesary background color ([#1029](https:/Telefonica/mistica-web/issues/1029)) ([557b989](https:/Telefonica/mistica-web/commit/557b98965e9a382bcc590619a65117f1761d5944))


### Features

* **Badge, Tag:** add badge to Tag and fix Badge's border and fontSize scaling ([#1025](https:/Telefonica/mistica-web/issues/1025)) ([a7b31a7](https:/Telefonica/mistica-web/commit/a7b31a707f31c4d8baf490de84e52f867a60d860))
* **ButtonIcon:** refactor component ([#1022](https:/Telefonica/mistica-web/issues/1022)) ([c8a82c6](https:/Telefonica/mistica-web/commit/c8a82c6ce7f8a89a9a6ea5d9ed53b3361613d1e5))
* **HighlightedCard:** Title & Description optional ([#1033](https:/Telefonica/mistica-web/issues/1033)) ([7ebbb48](https:/Telefonica/mistica-web/commit/7ebbb48bc7669f6e29be0e0aa333b50cc216c453))

# [14.44.0](https:/Telefonica/mistica-web/compare/v14.43.0...v14.44.0) (2024-02-20)


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.44.0",
"version": "14.45.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.44.0' as string;
export const PACKAGE_VERSION = '14.45.0' as string;

0 comments on commit 2f8aef4

Please sign in to comment.