Skip to content

Commit b6d8a78

Browse files
committed
Bumped version to 5.5.0 and updated changelog
1 parent 939f080 commit b6d8a78

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## v5.4.2
3+
## v5.5.0
44

5-
*13 oct 2023*
5+
*26 oct 2023*
66

77
- Added colors type definitions ([#394](https://github.com/rdkcentral/Lightning-SDK/issues/394))
88
- Added support to allow Colors to take ARGB values([#399](https://github.com/rdkcentral/Lightning-SDK/issues/399))
99
- 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))
1011

1112
## v5.4.1
1213

docs/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## v5.4.2
3+
## v5.5.0
44

5-
*13 oct 2023*
5+
*26 oct 2023*
66

77
- Added colors type definitions ([#394](https://github.com/rdkcentral/Lightning-SDK/issues/394))
88
- Added support to allow Colors to take ARGB values([#399](https://github.com/rdkcentral/Lightning-SDK/issues/399))
99
- 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))
1011

1112
## v5.4.1
1213

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.2",
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.2",
3+
"version": "5.5.0",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)