From cc31852c260a55f9dab16e15e67f399a829ccedd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Feb 2024 16:59:42 +0000 Subject: [PATCH] chore(release): 2.20.1 [skip ci] # [@lightningjs/ui-components-v2.20.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.20.0...@lightningjs/ui-components-v2.20.1) (2024-02-06) ### Bug Fixes * **Keyboard:** setting selectedIndex when creating rows ([#462](https://github.com/rdkcentral/Lightning-UI-Components/issues/462)) ([0f7b6c3](https://github.com/rdkcentral/Lightning-UI-Components/commit/0f7b6c331ddc070b67cf95dbb26e15cf546b13ee)) * **TabBar:** add missing getters/setters from LUI 4 ([#460](https://github.com/rdkcentral/Lightning-UI-Components/issues/460)) ([fc5a142](https://github.com/rdkcentral/Lightning-UI-Components/commit/fc5a14219f7036cb959455bf042fea238ffa02a6)) --- 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 a40e932c6..11d7a664d 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.0", + "version": "2.20.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",