From 8bd219732eecccb455fa4ca53a379b35ddd1ce23 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Nov 2023 19:16:56 +0000 Subject: [PATCH] chore(release): 2.15.1 [skip ci] # [@lightningjs/ui-components-v2.15.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.15.0...@lightningjs/ui-components-v2.15.1) (2023-11-07) ### Bug Fixes * **Button:** ensure height will be honored if set in or outside styles ([#399](https://github.com/rdkcentral/Lightning-UI-Components/issues/399)) ([2a78f28](https://github.com/rdkcentral/Lightning-UI-Components/commit/2a78f28d9fe7a79b38b78352c10ae4ef0c432af0)) * withThemeStyles order refactor ([#388](https://github.com/rdkcentral/Lightning-UI-Components/issues/388)) ([3e34026](https://github.com/rdkcentral/Lightning-UI-Components/commit/3e340268a53bee5e64b8964d8ac775c9ce334460)) --- 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 9e1aedd3a..d7a66a67a 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.15.0", + "version": "2.15.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",