Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@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](#117)) ([71479f4](71479f4))
* update imports inside ui-components to local paths ([#124](#124)) ([845b814](845b814))

### Features

* add descriptions to each new package (ui-components, ui-base-theme, ui-test-utils, and overarching monorepo) ([947b500](947b500))
* **Row:** add lazyUpCountBuffer prop and more docs on lazyUpCount ([#112](#112)) ([ac00567](ac00567))

### BREAKING CHANGES

* Bump ui-components to 2.0 for Theming
  • Loading branch information
semantic-release-bot committed Mar 4, 2023
1 parent 5484a47 commit 22785f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lightningjs/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 22785f4

Please sign in to comment.