From d3a7d89692456bc4fc031b023a9905e8804f0aff Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Nov 2023 19:52:09 +0000 Subject: [PATCH] chore(release): 2.16.1 [skip ci] # [@lightningjs/ui-components-v2.16.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.16.0...@lightningjs/ui-components-v2.16.1) (2023-11-14) ### Bug Fixes * calculated height displayed in the inspector for Button and Tile ([#403](https://github.com/rdkcentral/Lightning-UI-Components/issues/403)) ([a84c1f7](https://github.com/rdkcentral/Lightning-UI-Components/commit/a84c1f78ee06f05b60bc004a2693622baf130dfa)) --- 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 7c027486c..abfa9a98e 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.16.0", + "version": "2.16.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",