Skip to content

Commit

Permalink
chore(release): 14.46.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.46.0](v14.45.0...v14.46.0) (2024-03-13)

### Bug Fixes

* **CSS:** prevent browser default behaviours when long pressing or dragging links ([#1045](#1045)) ([717343d](717343d))
* **HighlightedCard:** improve optional types of title and description, make one mandatory ([#1039](#1039)) ([a818ffa](a818ffa))
* **Logo:** old version of Tu logo ([#1036](#1036)) ([0dc09e2](0dc09e2))
* **Switch:** iOS background in dark mode ([#1037](#1037)) ([a77c42d](a77c42d))

### Features

* **dialogs:** Remove history hacks in dialog ([#1041](#1041)) ([2a48cb4](2a48cb4))
* **IconButton:** update internal usages in Mistica components ([#1044](#1044)) ([12bf970](12bf970))
* **Icons:** New vivo icons ([#1038](#1038)) ([d070a25](d070a25))
* **Input fields:** update iconButton in all fields ([#1042](#1042)) ([062c0bd](062c0bd))
* **Naked & Small Naked Card:** Inner padding right in card content ([#1040](#1040)) ([d97ea17](d97ea17))
* **Rows:** add icon button as control ([#1030](#1030)) ([4d47e8f](4d47e8f))
* **ToggleIconButton:** create component ([#1034](#1034)) ([f4b9c6e](f4b9c6e))
* **Video:** `stop` method. To stop video and show the poster (if available) ([#1035](#1035)) ([e21998f](e21998f))
  • Loading branch information
semantic-release-bot committed Mar 13, 2024
1 parent 12bf970 commit efb790b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [14.46.0](https:/Telefonica/mistica-web/compare/v14.45.0...v14.46.0) (2024-03-13)


### Bug Fixes

* **CSS:** prevent browser default behaviours when long pressing or dragging links ([#1045](https:/Telefonica/mistica-web/issues/1045)) ([717343d](https:/Telefonica/mistica-web/commit/717343dd27c536d7760d37c72ea2cc89a19c66bf))
* **HighlightedCard:** improve optional types of title and description, make one mandatory ([#1039](https:/Telefonica/mistica-web/issues/1039)) ([a818ffa](https:/Telefonica/mistica-web/commit/a818ffa4f58bdf77c9d1ce3a42ea82de12a7a214))
* **Logo:** old version of Tu logo ([#1036](https:/Telefonica/mistica-web/issues/1036)) ([0dc09e2](https:/Telefonica/mistica-web/commit/0dc09e2103ffbefac2ef8573edd30172488b789a))
* **Switch:** iOS background in dark mode ([#1037](https:/Telefonica/mistica-web/issues/1037)) ([a77c42d](https:/Telefonica/mistica-web/commit/a77c42d587dbec0512559cf82cc841a2abf24171))


### Features

* **dialogs:** Remove history hacks in dialog ([#1041](https:/Telefonica/mistica-web/issues/1041)) ([2a48cb4](https:/Telefonica/mistica-web/commit/2a48cb48fb923cf97ee8f88ddc990dd865c246de))
* **IconButton:** update internal usages in Mistica components ([#1044](https:/Telefonica/mistica-web/issues/1044)) ([12bf970](https:/Telefonica/mistica-web/commit/12bf970d1b11e58ec88a9339df9921fac2623df9))
* **Icons:** New vivo icons ([#1038](https:/Telefonica/mistica-web/issues/1038)) ([d070a25](https:/Telefonica/mistica-web/commit/d070a250083f630e1b566c4f1c92cd4001fba1b8))
* **Input fields:** update iconButton in all fields ([#1042](https:/Telefonica/mistica-web/issues/1042)) ([062c0bd](https:/Telefonica/mistica-web/commit/062c0bdc627926a08dd18faea8a3777cb40c4988))
* **Naked & Small Naked Card:** Inner padding right in card content ([#1040](https:/Telefonica/mistica-web/issues/1040)) ([d97ea17](https:/Telefonica/mistica-web/commit/d97ea17c095bc1315b151fbf68dd051ea9444040))
* **Rows:** add icon button as control ([#1030](https:/Telefonica/mistica-web/issues/1030)) ([4d47e8f](https:/Telefonica/mistica-web/commit/4d47e8f5b1f2645c1d6036822bc3198eea806422))
* **ToggleIconButton:** create component ([#1034](https:/Telefonica/mistica-web/issues/1034)) ([f4b9c6e](https:/Telefonica/mistica-web/commit/f4b9c6e599eabe1c8492ab1ce55c422f14875fad))
* **Video:** `stop` method. To stop video and show the poster (if available) ([#1035](https:/Telefonica/mistica-web/issues/1035)) ([e21998f](https:/Telefonica/mistica-web/commit/e21998f66d601dee75c9d54aa5ab3c13203d502b))

# [14.45.0](https:/Telefonica/mistica-web/compare/v14.44.0...v14.45.0) (2024-02-29)


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.45.0",
"version": "14.46.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.45.0' as string;
export const PACKAGE_VERSION = '14.46.0' as string;

0 comments on commit efb790b

Please sign in to comment.