From 22785f46b85e7dabf5628e64205a7675fd4fdc1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Mar 2023 00:00:19 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [@lightningjs/ui-components-v2.0.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v1.3.1...@lightningjs/ui-components-v2.0.0) (2023-03-04) ### Bug Fixes * **Row:** prevent items scrolling off screen when quickly navigating ([#117](https://github.com/rdkcentral/Lightning-UI-Components/issues/117)) ([71479f4](https://github.com/rdkcentral/Lightning-UI-Components/commit/71479f4a40f170f4319aaad8bf89e149e15b1d20)) * update imports inside ui-components to local paths ([#124](https://github.com/rdkcentral/Lightning-UI-Components/issues/124)) ([845b814](https://github.com/rdkcentral/Lightning-UI-Components/commit/845b8147d007a327c43bfd7ca898489a6a8d3159)) ### Features * add descriptions to each new package (ui-components, ui-base-theme, ui-test-utils, and overarching monorepo) ([947b500](https://github.com/rdkcentral/Lightning-UI-Components/commit/947b5005473dd687927fac6d78ec14e728b82f07)) * **Row:** add lazyUpCountBuffer prop and more docs on lazyUpCount ([#112](https://github.com/rdkcentral/Lightning-UI-Components/issues/112)) ([ac00567](https://github.com/rdkcentral/Lightning-UI-Components/commit/ac00567c7be3d51fc50e2b89278ad287a47538a3)) ### BREAKING CHANGES * Bump ui-components to 2.0 for Theming --- 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 c58f7ebcb..2c0c97c02 100644 --- a/packages/@lightningjs/ui-components/package.json +++ b/packages/@lightningjs/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@lightningjs/ui-components", - "version": "1.3.1", + "version": "2.0.0", "description": "A shared library of helpful LightningJS components utilizing theme files to easily customize for any LightningJS application.", "sideEffects": false, "type": "module",