Skip to content

Commit e9e37b3

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-09-27) ### Bug Fixes * update import paths in withSelections and withTransitions ([#53](#53)) ([4c0994e](4c0994e)) * update publish Action ([#62](#62)) ([1ec12ca](1ec12ca)) ### Features * **Base:** add Base component ([#45](#45)) ([bed91f2](bed91f2)) * **Base:** wrap Base component with mixins ([#61](#61)) ([a95185b](a95185b)) * **ci:** add semantic-release/changelog config ([#63](#63)) ([702fddc](702fddc)) * **mixins:** add withHandleKey ([#52](#52)) ([979c599](979c599)) * **mixins:** add withLayout mixin ([#59](#59)) ([e6e3e8b](e6e3e8b)) * update layout components ([#49](#49)) ([9292db9](9292db9))
1 parent 4363d18 commit e9e37b3

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [1.1.0](https://github.com/rdkcentral/Lightning-UI-Components/compare/v1.0.0...v1.1.0) (2021-09-27)
2+
3+
4+
### Bug Fixes
5+
6+
* update import paths in withSelections and withTransitions ([#53](https://github.com/rdkcentral/Lightning-UI-Components/issues/53)) ([4c0994e](https://github.com/rdkcentral/Lightning-UI-Components/commit/4c0994e0ad6f764478b0a40af19ccd84dc24dc25))
7+
* update publish Action ([#62](https://github.com/rdkcentral/Lightning-UI-Components/issues/62)) ([1ec12ca](https://github.com/rdkcentral/Lightning-UI-Components/commit/1ec12ca7ef3ddd47c28b1a482661ac2ecfb0e045))
8+
9+
10+
### Features
11+
12+
* **Base:** add Base component ([#45](https://github.com/rdkcentral/Lightning-UI-Components/issues/45)) ([bed91f2](https://github.com/rdkcentral/Lightning-UI-Components/commit/bed91f294cc4686ac5995a4325b84b40f1409b33))
13+
* **Base:** wrap Base component with mixins ([#61](https://github.com/rdkcentral/Lightning-UI-Components/issues/61)) ([a95185b](https://github.com/rdkcentral/Lightning-UI-Components/commit/a95185bdf1d9493784259cb5c641c76bf748a3fa))
14+
* **ci:** add semantic-release/changelog config ([#63](https://github.com/rdkcentral/Lightning-UI-Components/issues/63)) ([702fddc](https://github.com/rdkcentral/Lightning-UI-Components/commit/702fddcde1bff73c0eec52a780420fc54bf94bc1))
15+
* **mixins:** add withHandleKey ([#52](https://github.com/rdkcentral/Lightning-UI-Components/issues/52)) ([979c599](https://github.com/rdkcentral/Lightning-UI-Components/commit/979c599da89a2ce21e3f29701b3f7e26c84647c8))
16+
* **mixins:** add withLayout mixin ([#59](https://github.com/rdkcentral/Lightning-UI-Components/issues/59)) ([e6e3e8b](https://github.com/rdkcentral/Lightning-UI-Components/commit/e6e3e8b260aa726f3de4b0948f15ba7062fa3e7a))
17+
* update layout components ([#49](https://github.com/rdkcentral/Lightning-UI-Components/issues/49)) ([9292db9](https://github.com/rdkcentral/Lightning-UI-Components/commit/9292db9634ade6dbd324e7ba3acd02903dc0102b))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/ui-components",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"dependencies": {
55
"debounce": "^1.2.1"
66
},

0 commit comments

Comments
 (0)