From 98e98ad688c98581cb0188152b12ba8fbc944f00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Sep 2023 13:42:23 +0000 Subject: [PATCH] chore(release): 14.22.0 [skip ci] # [14.22.0](https://github.com/Telefonica/mistica-web/compare/v14.21.0...v14.22.0) (2023-09-11) ### Bug Fixes * **AdvancedDataCard:** fix hover on actions removing hover on card ([#876](https://github.com/Telefonica/mistica-web/issues/876)) ([742a9d2](https://github.com/Telefonica/mistica-web/commit/742a9d292513aaa956394b7db08b53f07c47b51f)) * **DateTimeField:** add default value for max ([#873](https://github.com/Telefonica/mistica-web/issues/873)) ([1bd25a7](https://github.com/Telefonica/mistica-web/commit/1bd25a7fd8569317a87a6d8638b2735b5c2174e4)) * **Form:** set mountedRef value to true on client side first render ([#863](https://github.com/Telefonica/mistica-web/issues/863)) ([68f7f99](https://github.com/Telefonica/mistica-web/commit/68f7f9912334b38deadbe8b20684de5943afd805)) * **icons:** esim and funnel icons ([#874](https://github.com/Telefonica/mistica-web/issues/874)) ([ed39d6d](https://github.com/Telefonica/mistica-web/commit/ed39d6d2d4d93382a25a38e973a2d6d6c595e227)) * **Inline:** avoid content overflow with wrap and negative space ([#872](https://github.com/Telefonica/mistica-web/issues/872)) ([5c7f89f](https://github.com/Telefonica/mistica-web/commit/5c7f89f094ffa464ca2fe92256348356a5223806)) * **OverscrollColor:** add provider to storybook and fix possibly undefined height ([#879](https://github.com/Telefonica/mistica-web/issues/879)) ([f2d7edf](https://github.com/Telefonica/mistica-web/commit/f2d7edf82c8ef19f0a0c872a96840a210964941d)) * **ProgressBlock:** fix undefined check when progressPercent is 0 ([#862](https://github.com/Telefonica/mistica-web/issues/862)) ([abce1cf](https://github.com/Telefonica/mistica-web/commit/abce1cf717c3cabe47845c59a6f10b3108bad7d6)) ### Features * **getCssVarValue:** utility function ([#877](https://github.com/Telefonica/mistica-web/issues/877)) ([1fd0d3e](https://github.com/Telefonica/mistica-web/commit/1fd0d3e2530d357eac38a5cbcda986921d03ffb8)) * **Logo:** update component, story and screenshot tests ([#875](https://github.com/Telefonica/mistica-web/issues/875)) ([556a9f0](https://github.com/Telefonica/mistica-web/commit/556a9f0fff45f76166a69abd083c5590a93fae45)) * **showSheet:** fallback to web implementation when native one fails ([#860](https://github.com/Telefonica/mistica-web/issues/860)) ([8741a28](https://github.com/Telefonica/mistica-web/commit/8741a28480b843128cddf7ccf3120d9a8487da59)) * **Text:** support textAlign right ([#878](https://github.com/Telefonica/mistica-web/issues/878)) ([9cdc6b7](https://github.com/Telefonica/mistica-web/commit/9cdc6b7c1217b9e95e77682335791488b621f8bc)) --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- src/package-version.tsx | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 363385ad6b..c322e16961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [14.22.0](https://github.com/Telefonica/mistica-web/compare/v14.21.0...v14.22.0) (2023-09-11) + + +### Bug Fixes + +* **AdvancedDataCard:** fix hover on actions removing hover on card ([#876](https://github.com/Telefonica/mistica-web/issues/876)) ([742a9d2](https://github.com/Telefonica/mistica-web/commit/742a9d292513aaa956394b7db08b53f07c47b51f)) +* **DateTimeField:** add default value for max ([#873](https://github.com/Telefonica/mistica-web/issues/873)) ([1bd25a7](https://github.com/Telefonica/mistica-web/commit/1bd25a7fd8569317a87a6d8638b2735b5c2174e4)) +* **Form:** set mountedRef value to true on client side first render ([#863](https://github.com/Telefonica/mistica-web/issues/863)) ([68f7f99](https://github.com/Telefonica/mistica-web/commit/68f7f9912334b38deadbe8b20684de5943afd805)) +* **icons:** esim and funnel icons ([#874](https://github.com/Telefonica/mistica-web/issues/874)) ([ed39d6d](https://github.com/Telefonica/mistica-web/commit/ed39d6d2d4d93382a25a38e973a2d6d6c595e227)) +* **Inline:** avoid content overflow with wrap and negative space ([#872](https://github.com/Telefonica/mistica-web/issues/872)) ([5c7f89f](https://github.com/Telefonica/mistica-web/commit/5c7f89f094ffa464ca2fe92256348356a5223806)) +* **OverscrollColor:** add provider to storybook and fix possibly undefined height ([#879](https://github.com/Telefonica/mistica-web/issues/879)) ([f2d7edf](https://github.com/Telefonica/mistica-web/commit/f2d7edf82c8ef19f0a0c872a96840a210964941d)) +* **ProgressBlock:** fix undefined check when progressPercent is 0 ([#862](https://github.com/Telefonica/mistica-web/issues/862)) ([abce1cf](https://github.com/Telefonica/mistica-web/commit/abce1cf717c3cabe47845c59a6f10b3108bad7d6)) + + +### Features + +* **getCssVarValue:** utility function ([#877](https://github.com/Telefonica/mistica-web/issues/877)) ([1fd0d3e](https://github.com/Telefonica/mistica-web/commit/1fd0d3e2530d357eac38a5cbcda986921d03ffb8)) +* **Logo:** update component, story and screenshot tests ([#875](https://github.com/Telefonica/mistica-web/issues/875)) ([556a9f0](https://github.com/Telefonica/mistica-web/commit/556a9f0fff45f76166a69abd083c5590a93fae45)) +* **showSheet:** fallback to web implementation when native one fails ([#860](https://github.com/Telefonica/mistica-web/issues/860)) ([8741a28](https://github.com/Telefonica/mistica-web/commit/8741a28480b843128cddf7ccf3120d9a8487da59)) +* **Text:** support textAlign right ([#878](https://github.com/Telefonica/mistica-web/issues/878)) ([9cdc6b7](https://github.com/Telefonica/mistica-web/commit/9cdc6b7c1217b9e95e77682335791488b621f8bc)) + # [14.21.0](https://github.com/Telefonica/mistica-web/compare/v14.20.1...v14.21.0) (2023-08-24) diff --git a/package.json b/package.json index 8850f84323..4eb237968b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@telefonica/mistica", - "version": "14.21.0", + "version": "14.22.0", "license": "MIT", "repository": { "type": "git", diff --git a/src/package-version.tsx b/src/package-version.tsx index 384e3735a4..b56d4ce221 100644 --- a/src/package-version.tsx +++ b/src/package-version.tsx @@ -1,2 +1,2 @@ // DO NOT EDIT THIS FILE. It's autogenerated by set-version.js -export const PACKAGE_VERSION = '14.21.0' as string; +export const PACKAGE_VERSION = '14.22.0' as string;