From a8da675fd39f6b43505f20c89caf20fe6e28a19f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Dec 2023 19:46:29 +0000 Subject: [PATCH] chore(release): 2.19.1 [skip ci] # [@lightningjs/ui-components-v2.19.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.19.0...@lightningjs/ui-components-v2.19.1) (2023-12-20) ### Bug Fixes * **Column:** revert to original number of buttons ([#438](https://github.com/rdkcentral/Lightning-UI-Components/issues/438)) ([dbf17c9](https://github.com/rdkcentral/Lightning-UI-Components/commit/dbf17c92a78ea493aaf9c346a0b83124467f6ec8)) * **Tile:** if there is no metadata, position logo off of progress bar ([#440](https://github.com/rdkcentral/Lightning-UI-Components/issues/440)) ([494d7e8](https://github.com/rdkcentral/Lightning-UI-Components/commit/494d7e81a66ef9ba427b341e4fd75fd03e7d683e)) * **Tile:** remove extra patch call before calling animate to avoid stutter effect ([#437](https://github.com/rdkcentral/Lightning-UI-Components/issues/437)) ([95a20f5](https://github.com/rdkcentral/Lightning-UI-Components/commit/95a20f551bf6c5938a3970cc715dcf46b0dae332)) * **TitleRow:** animate row repositioning for title instead of popping (important for focus/unfocus) ([#441](https://github.com/rdkcentral/Lightning-UI-Components/issues/441)) ([0848b45](https://github.com/rdkcentral/Lightning-UI-Components/commit/0848b45e7e48c4e95e55a2d2c6e734ff281752dd)) ### Reverts * Revert "fix: update global typography props when new theme is set (#432)" (#442) ([ca3d2d1](https://github.com/rdkcentral/Lightning-UI-Components/commit/ca3d2d1bb7a5676832dd1ff6eda76c1d9567dfe0)), closes [#432](https://github.com/rdkcentral/Lightning-UI-Components/issues/432) [#442](https://github.com/rdkcentral/Lightning-UI-Components/issues/442) --- packages/@lightningjs/ui-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@lightningjs/ui-components/package.json b/packages/@lightningjs/ui-components/package.json index b73db524d..d6a2dd271 100644 --- a/packages/@lightningjs/ui-components/package.json +++ b/packages/@lightningjs/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@lightningjs/ui-components", - "version": "2.19.0", + "version": "2.19.1", "description": "A shared library of helpful LightningJS components utilizing theme files to easily customize for any LightningJS application.", "repository": { "url": "https://github.com/rdkcentral/Lightning-UI-Components",