From a2488bb882075a3f8377ba25c9e910321063ac7e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Jul 2023 14:00:36 +0000 Subject: [PATCH] chore(release): 2.5.1 [skip ci] # [@lightningjs/ui-components-v2.5.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.5.0...@lightningjs/ui-components-v2.5.1) (2023-07-12) ### Bug Fixes * **Tile:** pass Tile's mode to nested components (specifically to be able to update Metadata styles on focus/unfocus) ([#281](https://github.com/rdkcentral/Lightning-UI-Components/issues/281)) ([2dba67e](https://github.com/rdkcentral/Lightning-UI-Components/commit/2dba67e1579fe8337f9e25a9a2f76e16ecd9cc56)) --- 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 af3da6e3f..813a83812 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.5.0", + "version": "2.5.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",