Skip to content

Commit c6fd58f

Browse files
committed
Bumped the version to 4.8.2 and updated the change log
1 parent c39171e commit c6fd58f

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

CHANGELOG.md

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

3+
## v4.8.2
4+
5+
*21 mar 2022*
6+
7+
- Fixed bug in initialization of Colors plugin when receiving an object instead of a file path
8+
- Improved calculation of alpha values in Colors plugin
9+
- Fixed bug in beforeEachRoute of Router plugin
10+
311
## v4.8.1
412

513
*13 dec 2021*

docs/changelog.md

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

3+
## v4.8.2
4+
5+
*21 mar 2022*
6+
7+
- Fixed bug in initialization of Colors plugin when receiving an object instead of a file path
8+
- Improved calculation of alpha values in Colors plugin
9+
- Fixed bug in beforeEachRoute of Router plugin
10+
311
## v4.8.1
412

513
*13 dec 2021*
614

715
- Fixed auto detect 720p resolution
816

17+
918
## v4.8.0
1019

1120
*7 dec 2021*
@@ -17,6 +26,7 @@
1726
- Added support to accept all characters in hash
1827
- Added `Router.root()` support
1928
- Added `Router.reload()` support
29+
2030
## v4.7.0
2131

2232
*20 oct 2021*

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": "4.8.1",
3+
"version": "4.8.2",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",
@@ -26,7 +26,7 @@
2626
"@michieljs/execute-as-promise": "^1.0.0",
2727
"deepmerge": "^4.2.2",
2828
"localCookie": "github:WebPlatformForEmbedded/localCookie",
29-
"shelljs": "^0.8.4",
29+
"shelljs": "^0.8.5",
3030
"url-polyfill": "^1.1.10",
3131
"whatwg-fetch": "^3.0.0"
3232
},

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/sdk",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",

0 commit comments

Comments
 (0)