Skip to content

Commit bcc1ba4

Browse files
Updated changelog and bumped version to 5.3.2.
1 parent 191bfd9 commit bcc1ba4

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
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.3.2
4+
5+
*28 apr 2023*
6+
7+
- Fixed issue where some stage options are not properly preserved during deep merge (i.e canvas and webgl context) ([#388](https://github.com/rdkcentral/Lightning-SDK/pull/388))
8+
- Fixed router backtrack issue ([#385](https://github.com/rdkcentral/Lightning-SDK/issues/385)
9+
310
## v5.3.1
411
*23 feb 2023*
512

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.3.2
4+
5+
*28 apr 2023*
6+
7+
- Fixed issue where some stage options are not properly preserved during deep merge (i.e canvas and webgl context) ([#388](https://github.com/rdkcentral/Lightning-SDK/pull/388))
8+
- Fixed router backtrack issue ([#385](https://github.com/rdkcentral/Lightning-SDK/issues/385)
9+
310
## v5.3.1
411
*23 feb 2023*
512

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightningjs/sdk",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"license": "Apache-2.0",
55
"types": "index.d.ts",
66
"scripts": {
@@ -29,6 +29,7 @@
2929
"@metrological/sdk": "^1.0.0",
3030
"@michieljs/execute-as-promise": "^1.0.0",
3131
"deepmerge": "^4.2.2",
32+
"is-plain-object": "^5.0.0",
3233
"localcookies": "^2.0.0",
3334
"shelljs": "^0.8.5",
3435
"url-polyfill": "^1.1.10",

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

0 commit comments

Comments
 (0)