Skip to content

Commit fd6b0ba

Browse files
Bumped version to 5.0.0.
1 parent 722ccd0 commit fd6b0ba

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CHANGELOG.md

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

3-
## v4.9.0
3+
## v5.0.0
44

5-
*11 jul 2022*
5+
*22 aug 2022*
66

7+
- Moved Metrological and Platform specific plugins to [metrological-sdk](https://github.com/Metrological/metrological-sdk) (Metedata, Metrics, Pin, Profile, Purchase, TV, VideoPlayer)
78
- Added base 64 image support for Image plugin
89
- Fixed bug in Image plugin as Img cover stretches image
910
- Fixed named route property not being accessed properly
10-
- Fixed typo in videoplayer documentation
1111
- Added/Updated Router available methods
1212

1313

docs/changelog.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Changelog
22

3-
## v4.9.0
3+
## v5.0.0
44

5-
*11 jul 2022*
5+
*22 aug 2022*
66

7+
- Moved Metrological and Platform specific plugins to [metrological-sdk](https://github.com/Metrological/metrological-sdk) (Metedata, Metrics, Pin, Profile, Purchase, TV, VideoPlayer)
78
- Added base 64 image support for Image plugin
89
- Fixed bug in Image plugin as Img cover stretches image
910
- Fixed named route property not being accessed properly
10-
- Fixed typo in videoplayer documentation
1111
- Added/Updated Router available methods
1212

1313

14-
1514
## v4.8.3
1615

1716
*19 apr 2022*

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": "4.9.0",
3+
"version": "5.0.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"postinstall": "node ./scripts/postinstall.js",
@@ -23,6 +23,7 @@
2323
"dependencies": {
2424
"@babel/polyfill": "^7.11.5",
2525
"@lightningjs/core": "*",
26+
"@metrological/sdk": "github:metrological/metrological-sdk",
2627
"@michieljs/execute-as-promise": "^1.0.0",
2728
"deepmerge": "^4.2.2",
2829
"localCookie": "github:WebPlatformForEmbedded/localCookie",

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

0 commit comments

Comments
 (0)