From f86b1ca66721b0246196535bf59c73fdefd86dea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 14:59:26 +0000 Subject: [PATCH] chore(release): 2.20.2 [skip ci] # [@lightningjs/ui-components-v2.20.2](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.20.1...@lightningjs/ui-components-v2.20.2) (2024-02-23) ### Bug Fixes * Add marquee property to title in Card ([#469](https://github.com/rdkcentral/Lightning-UI-Components/issues/469)) ([ae187ec](https://github.com/rdkcentral/Lightning-UI-Components/commit/ae187ec6f433a2189b0acf7f724894d6e279d824)) * **Keyboard:** adding a check if currentFormat is valid before calling capitalize on it ([#474](https://github.com/rdkcentral/Lightning-UI-Components/issues/474)) ([76c4e49](https://github.com/rdkcentral/Lightning-UI-Components/commit/76c4e49b31b7a301a0c9f2c7c7b276e80d84bed7)) * **Keyboard:** make row render when key is empty ([#472](https://github.com/rdkcentral/Lightning-UI-Components/issues/472)) ([334bf88](https://github.com/rdkcentral/Lightning-UI-Components/commit/334bf88ffeb48e905b576a37410d6976b1b73b65)) * **MetadataBase:** fix layout order ([#471](https://github.com/rdkcentral/Lightning-UI-Components/issues/471)) ([b77db31](https://github.com/rdkcentral/Lightning-UI-Components/commit/b77db3121f7bf05525a5a8aa6f5ed6125abeac3e)) * **Title:** do not render title textbox unless there is a title present ([#475](https://github.com/rdkcentral/Lightning-UI-Components/issues/475)) ([81549db](https://github.com/rdkcentral/Lightning-UI-Components/commit/81549dbb0627e7594a36510154b486736bf21999)) * **Toggle:** fillInverseDisabled typo in styles ([#473](https://github.com/rdkcentral/Lightning-UI-Components/issues/473)) ([4ab5c0f](https://github.com/rdkcentral/Lightning-UI-Components/commit/4ab5c0fa807fad59b52daa8cb81f78795971bd10)) --- 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 11d7a664d..d941d50b0 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.20.1", + "version": "2.20.2", "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",