From 2dc6f812793a65fbcd60da02a503d9f2b5cc60c7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 20:37:56 +0000 Subject: [PATCH] chore(release): 2.14.4 [skip ci] # [@lightningjs/ui-components-v2.14.4](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.14.3...@lightningjs/ui-components-v2.14.4) (2023-10-25) ### Bug Fixes * Replace pointerH and pointerW with pointerHeight and pointerWidth ([#391](https://github.com/rdkcentral/Lightning-UI-Components/issues/391)) ([8711fbf](https://github.com/rdkcentral/Lightning-UI-Components/commit/8711fbf42771c6da4792045801c1a7ca6ed6c530)) --- 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 df3c8c15c..cf226988f 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.14.3", + "version": "2.14.4", "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",