Skip to content

Commit

Permalink
chore(release): 14.22.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.22.0](v14.21.0...v14.22.0) (2023-09-11)

### Bug Fixes

* **AdvancedDataCard:** fix hover on actions removing hover on card ([#876](#876)) ([742a9d2](742a9d2))
* **DateTimeField:** add default value for max ([#873](#873)) ([1bd25a7](1bd25a7))
* **Form:** set mountedRef value to true on client side first render ([#863](#863)) ([68f7f99](68f7f99))
* **icons:** esim and funnel icons ([#874](#874)) ([ed39d6d](ed39d6d))
* **Inline:** avoid content overflow with wrap and negative space ([#872](#872)) ([5c7f89f](5c7f89f))
* **OverscrollColor:** add provider to storybook and fix possibly undefined height ([#879](#879)) ([f2d7edf](f2d7edf))
* **ProgressBlock:** fix undefined check when progressPercent is 0 ([#862](#862)) ([abce1cf](abce1cf))

### Features

* **getCssVarValue:** utility function ([#877](#877)) ([1fd0d3e](1fd0d3e))
* **Logo:** update component, story and screenshot tests ([#875](#875)) ([556a9f0](556a9f0))
* **showSheet:** fallback to web implementation when native one fails ([#860](#860)) ([8741a28](8741a28))
* **Text:** support textAlign right ([#878](#878)) ([9cdc6b7](9cdc6b7))
  • Loading branch information
semantic-release-bot committed Sep 11, 2023
1 parent 1fd0d3e commit 98e98ad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.21.0",
"version": "14.22.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.21.0' as string;
export const PACKAGE_VERSION = '14.22.0' as string;

0 comments on commit 98e98ad

Please sign in to comment.