From c1d70e3a47033e4a7e9610646347cfe45d8f49a8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Nov 2023 20:48:20 +0000 Subject: [PATCH] chore(release): 2.15.0 [skip ci] # [@lightningjs/ui-components-v2.15.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.14.4...@lightningjs/ui-components-v2.15.0) (2023-11-01) ### Bug Fixes * **Badge:** update contentSpacing and paddingX ([#393](https://github.com/rdkcentral/Lightning-UI-Components/issues/393)) ([3c5e13a](https://github.com/rdkcentral/Lightning-UI-Components/commit/3c5e13a9faeeca39f113ee462ef999a4bdb6bf48)) * **Surface:** update backgroundColor to use interactive tokens ([#395](https://github.com/rdkcentral/Lightning-UI-Components/issues/395)) ([d3b81ef](https://github.com/rdkcentral/Lightning-UI-Components/commit/d3b81ef8a53502abb5fde06b69cf3c29ad5398a8)) ### Features * **Base:** update theme to include new interactive tokens and footnote1 typography ([#392](https://github.com/rdkcentral/Lightning-UI-Components/issues/392)) ([63cff01](https://github.com/rdkcentral/Lightning-UI-Components/commit/63cff012d864a17ced365af0d202b2464cd27456)) * **Button:** update default style mappings and calculate height dynamically ([#394](https://github.com/rdkcentral/Lightning-UI-Components/issues/394)) ([77ccf44](https://github.com/rdkcentral/Lightning-UI-Components/commit/77ccf4478b37e25ec9a66bd52ea1f4de56aefd4e)) --- 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 cf226988f..9e1aedd3a 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.4", + "version": "2.15.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",