Skip to content

Commit 6112530

Browse files
Merge pull request #411 from rdkcentral/master
Merge Master to dev
2 parents bc5eb36 + 8a841d7 commit 6112530

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v5.5.0
4+
5+
*26 oct 2023*
6+
7+
- Added colors type definitions ([#394](https://github.com/rdkcentral/Lightning-SDK/issues/394))
8+
- Added support to allow Colors to take ARGB values([#399](https://github.com/rdkcentral/Lightning-SDK/issues/399))
9+
- Added condition for c2d upon app close([#403](https://github.com/rdkcentral/Lightning-SDK/issues/403))
10+
- Fixed Router cross fade issue([#406](https://github.com/rdkcentral/Lightning-SDK/issues/406))
11+
312
## v5.4.1
413

514
*30 aug 2023*

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v5.5.0
4+
5+
*26 oct 2023*
6+
7+
- Added colors type definitions ([#394](https://github.com/rdkcentral/Lightning-SDK/issues/394))
8+
- Added support to allow Colors to take ARGB values([#399](https://github.com/rdkcentral/Lightning-SDK/issues/399))
9+
- Added condition for c2d upon app close([#403](https://github.com/rdkcentral/Lightning-SDK/issues/403))
10+
- Fixed Router cross fade issue([#406](https://github.com/rdkcentral/Lightning-SDK/issues/406))
11+
312
## v5.4.1
413

514
*30 aug 2023*

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.4.1",
3+
"version": "5.5.0",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {

package-lock.json

Lines changed: 2 additions & 2 deletions
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/sdk",
3-
"version": "5.4.1",
3+
"version": "5.5.0",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)