Skip to content

Commit e1646d6

Browse files
authored
Merge pull request #418 from rdkcentral/release/5.5.3
Release - v5.5.3
2 parents 9bb0022 + 9da6f55 commit e1646d6

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed

CHANGELOG.md

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

3+
## v5.5.3
4+
5+
*19 apr 2024*
6+
7+
- Updated Lightning core version to 2.13.1
8+
- Fixed Router augmentation TSD test
9+
310
## v5.5.2
411

512
*17 apr 2024*

docs/changelog.md

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

3+
## v5.5.3
4+
5+
*19 apr 2024*
6+
7+
- Updated Lightning core version to 2.13.1
8+
- Fixed Router augmentation TSD test
9+
310
## v5.5.2
411

512
*17 apr 2024*

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.5.2",
3+
"version": "5.5.3",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@babel/polyfill": "^7.11.5",
28-
"@lightningjs/core": "^2.13.0",
28+
"@lightningjs/core": "^2.13.1",
2929
"@metrological/sdk": "^1.0.2",
3030
"@michieljs/execute-as-promise": "^1.0.0",
3131
"deepmerge": "^4.2.2",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.5.2",
3+
"version": "5.5.3",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@babel/polyfill": "^7.11.5",
28-
"@lightningjs/core": "^2.13.0",
28+
"@lightningjs/core": "^2.13.1",
2929
"@metrological/sdk": "^1.0.2",
3030
"@michieljs/execute-as-promise": "^1.0.0",
3131
"deepmerge": "^4.2.2",

test-d/Router/Router-augmentations.test-d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { Lightning, Router } from "../../index.js";
2626
declare module '../../index.js' {
2727
namespace Router {
2828
interface CustomWidgets {
29-
MyClockWidget: Lightning.components.BloomComponent
30-
MyMenuWidget: Lightning.components.ListComponent
29+
MyClockWidget: typeof Lightning.components.BloomComponent
30+
MyMenuWidget: typeof Lightning.components.ListComponent
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)