Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2021-10-26)

### Bug Fixes

* **exports:** correct layout export path ([#70](#70)) ([f736c89](f736c89))
* **withUpdates:** bind this to getter and add detach method ([#72](#72)) ([65f9dbe](65f9dbe))

### Features

* **Checkbox:** add Checkbox component ([#73](#73)) ([5e82a79](5e82a79))
* **Column:** update with latest bug fixes ([#81](#81)) ([0a08842](0a08842))
* **FocusManager:** update to latest from LUI ([#80](#80)) ([7c2a89e](7c2a89e))
* **ProgressBar:** add ProgressBar element ([#78](#78)) ([c0396f4](c0396f4))
* **Radio:** add Radio element, tests, and docs ([#69](#69)) ([3413886](3413886))
* **Row:** update to latest ([#82](#82)) ([0bf1ef4](0bf1ef4))
* **Slider:** add Slider element ([#79](#79)) ([673b392](673b392))
* **storybook:** storybook minor version bump ([#83](#83)) ([a762da9](a762da9))
* **Toggle:** add Toggle element ([#71](#71)) ([9149350](9149350))
* enable eslint ([#66](#66)) ([600c898](600c898))
  • Loading branch information
semantic-release-bot committed Oct 26, 2021
1 parent 0a08842 commit 131457e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.2.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/v1.1.0...v1.2.0) (2021-10-26)


### Bug Fixes

* **exports:** correct layout export path ([#70](https://github.com/rdkcentral/Lightning-UI-Components/issues/70)) ([f736c89](https://github.com/rdkcentral/Lightning-UI-Components/commit/f736c89f9355db03a71c96817f0863c851efa8ab))
* **withUpdates:** bind this to getter and add detach method ([#72](https://github.com/rdkcentral/Lightning-UI-Components/issues/72)) ([65f9dbe](https://github.com/rdkcentral/Lightning-UI-Components/commit/65f9dbe5929cd98c4d04410a96bd3d65d263e9ab))


### Features

* **Checkbox:** add Checkbox component ([#73](https://github.com/rdkcentral/Lightning-UI-Components/issues/73)) ([5e82a79](https://github.com/rdkcentral/Lightning-UI-Components/commit/5e82a7968254765aac193c3f0d4f465ae883db04))
* **Column:** update with latest bug fixes ([#81](https://github.com/rdkcentral/Lightning-UI-Components/issues/81)) ([0a08842](https://github.com/rdkcentral/Lightning-UI-Components/commit/0a08842d517a71b9dee746f170048b1ed9df2244))
* **FocusManager:** update to latest from LUI ([#80](https://github.com/rdkcentral/Lightning-UI-Components/issues/80)) ([7c2a89e](https://github.com/rdkcentral/Lightning-UI-Components/commit/7c2a89e9a77942c06190a970ca72d7aeaa8f3bd8))
* **ProgressBar:** add ProgressBar element ([#78](https://github.com/rdkcentral/Lightning-UI-Components/issues/78)) ([c0396f4](https://github.com/rdkcentral/Lightning-UI-Components/commit/c0396f45d61c332ba8c1fa02f811eeb02da162c1))
* **Radio:** add Radio element, tests, and docs ([#69](https://github.com/rdkcentral/Lightning-UI-Components/issues/69)) ([3413886](https://github.com/rdkcentral/Lightning-UI-Components/commit/3413886c64acb79ce67cd67ad2c901163e08c507))
* **Row:** update to latest ([#82](https://github.com/rdkcentral/Lightning-UI-Components/issues/82)) ([0bf1ef4](https://github.com/rdkcentral/Lightning-UI-Components/commit/0bf1ef4b6318f4a449d115c891100896332bd878))
* **Slider:** add Slider element ([#79](https://github.com/rdkcentral/Lightning-UI-Components/issues/79)) ([673b392](https://github.com/rdkcentral/Lightning-UI-Components/commit/673b3929a145b77d660c317c1d5ac5d16ea4265c))
* **storybook:** storybook minor version bump ([#83](https://github.com/rdkcentral/Lightning-UI-Components/issues/83)) ([a762da9](https://github.com/rdkcentral/Lightning-UI-Components/commit/a762da9952a827293b77c9d84593162f6554bdf9))
* **Toggle:** add Toggle element ([#71](https://github.com/rdkcentral/Lightning-UI-Components/issues/71)) ([9149350](https://github.com/rdkcentral/Lightning-UI-Components/commit/914935007e6e052ac9a4d86f0b8131f3adf15c4d))
* enable eslint ([#66](https://github.com/rdkcentral/Lightning-UI-Components/issues/66)) ([600c898](https://github.com/rdkcentral/Lightning-UI-Components/commit/600c8986c2a8eb73db07f7d26f7939c8abbf392b))

# [1.1.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/v1.0.0...v1.1.0) (2021-09-27)


Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.2.0",
"dependencies": {
"debounce": "^1.2.1"
},
Expand Down

0 comments on commit 131457e

Please sign in to comment.