From 2d8902f201ac9b6ff8130ffa80e0a04975f0458d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Apr 2024 19:35:39 +0000 Subject: [PATCH] chore(release): 2.21.1 [skip ci] # [@lightningjs/ui-components-v2.21.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.21.0...@lightningjs/ui-components-v2.21.1) (2024-04-10) ### Bug Fixes * if the color parser fails to generate a color, return the original value ([#497](https://github.com/rdkcentral/Lightning-UI-Components/issues/497)) ([21759b2](https://github.com/rdkcentral/Lightning-UI-Components/commit/21759b2216a3a072f1027d12428a0dd962fa0319)) --- 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 004036d30..bcad383f1 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.21.0", + "version": "2.21.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",