From 4a9c28a96432c7e3a246b70b892468415e2bfe3b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 29 Feb 2024 21:59:20 +0000 Subject: [PATCH] chore(release): 2.20.3 [skip ci] # [@lightningjs/ui-components-v2.20.3](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.20.2...@lightningjs/ui-components-v2.20.3) (2024-02-29) ### Bug Fixes * **ControlRow:** fix right controls to use lazyScrolling too ([#480](https://github.com/rdkcentral/Lightning-UI-Components/issues/480)) ([9717848](https://github.com/rdkcentral/Lightning-UI-Components/commit/9717848e668bb560d73d1ec6565836bac24993e4)) * **NavigationManager:** check an items render size before its set width or height for layout (important for Tiles using metadata underneath) ([#479](https://github.com/rdkcentral/Lightning-UI-Components/issues/479)) ([40d2e21](https://github.com/rdkcentral/Lightning-UI-Components/commit/40d2e21a7025418723e93118bfd8348d1919e61e)) * **NavigationManager:** fix render order and storybook glitches ([#468](https://github.com/rdkcentral/Lightning-UI-Components/issues/468)) ([a90457a](https://github.com/rdkcentral/Lightning-UI-Components/commit/a90457a41ee2778b4d217b45eb27e173952de66e)) * **NavigationManager:** if an itemPosX or itemPosY are set, apply offset to scrolling ([#477](https://github.com/rdkcentral/Lightning-UI-Components/issues/477)) ([a02cf12](https://github.com/rdkcentral/Lightning-UI-Components/commit/a02cf122438bfd9816d52f7f4c0fe5dae93d0a13)) * **TitleRow:** move title props to separate getter for easier extension of other components ([#478](https://github.com/rdkcentral/Lightning-UI-Components/issues/478)) ([ad34043](https://github.com/rdkcentral/Lightning-UI-Components/commit/ad34043f49369bd577bb3ad2a57416f824f8647f)) --- 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 d941d50b0..a4df46c63 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.2", + "version": "2.20.3", "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",