From f4f5b41bb40761c5f3b604bc717b454eea306403 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2024 15:11:16 +0000 Subject: [PATCH] chore(release): 2.25.0 [skip ci] # [@lightningjs/ui-components-v2.25.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.24.0...@lightningjs/ui-components-v2.25.0) (2024-10-30) ### Bug Fixes * allow withEditItems to work with lazyScroll ([#496](https://github.com/rdkcentral/Lightning-UI-Components/issues/496)) ([0cf0522](https://github.com/rdkcentral/Lightning-UI-Components/commit/0cf0522baa5fd72465d169e314a7c4006343a9f9)) ### Features * allow surface class radius to be overwritten by parent ([#548](https://github.com/rdkcentral/Lightning-UI-Components/issues/548)) ([3db0c5c](https://github.com/rdkcentral/Lightning-UI-Components/commit/3db0c5c9cca56b27b6cd9bd917285eb7c446d5a2)) --- 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 6fc87d655..3d0750493 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.24.0", + "version": "2.25.0", "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",