Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.1...v1.3.0) (2022-07-15)

### Bug Fixes

* **ci:** add missing dependency required by semantic-release ([#100](#100)) ([25e6994](25e6994))
* **FocusManager:** refactor to extend Base ([#90](#90)) ([b11baf5](b11baf5))
* **Row:** lazy scrolling was scrolling too much on left press ([#89](#89)) ([539c869](539c869))

### Features

* support adding and removing items by index and lazy loading in Rows and Column  ([#99](#99)) ([4dd96a4](4dd96a4))
  • Loading branch information
semantic-release-bot committed Jul 15, 2022
1 parent 25e6994 commit 0e8b119
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.3.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/v1.2.1...v1.3.0) (2022-07-15)


### Bug Fixes

* **ci:** add missing dependency required by semantic-release ([#100](https://github.com/rdkcentral/Lightning-UI-Components/issues/100)) ([25e6994](https://github.com/rdkcentral/Lightning-UI-Components/commit/25e6994a3a1b71ca9d89ddf0f0811eaabcd5347d))
* **FocusManager:** refactor to extend Base ([#90](https://github.com/rdkcentral/Lightning-UI-Components/issues/90)) ([b11baf5](https://github.com/rdkcentral/Lightning-UI-Components/commit/b11baf57637e032439aef63946cd93ecda232f5f))
* **Row:** lazy scrolling was scrolling too much on left press ([#89](https://github.com/rdkcentral/Lightning-UI-Components/issues/89)) ([539c869](https://github.com/rdkcentral/Lightning-UI-Components/commit/539c8694d5f6dabb4c293e5fb02ae8ec7d2582fd))


### Features

* support adding and removing items by index and lazy loading in Rows and Column ([#99](https://github.com/rdkcentral/Lightning-UI-Components/issues/99)) ([4dd96a4](https://github.com/rdkcentral/Lightning-UI-Components/commit/4dd96a4bc7c43f170d35f6e9130306a9c407a9ad))

## [1.2.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/v1.2.0...v1.2.1) (2021-10-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/ui-components",
"version": "1.2.1",
"version": "1.3.0",
"dependencies": {
"debounce": "^1.2.1"
},
Expand Down

0 comments on commit 0e8b119

Please sign in to comment.