Skip to content

Commit

Permalink
Bumped version to 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Aug 22, 2022
1 parent 722ccd0 commit fd6b0ba
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog

## v4.9.0
## v5.0.0

*11 jul 2022*
*22 aug 2022*

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


Expand Down
7 changes: 3 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Changelog

## v4.9.0
## v5.0.0

*11 jul 2022*
*22 aug 2022*

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



## v4.8.3

*19 apr 2022*
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/sdk",
"version": "4.9.0",
"version": "5.0.0",
"license": "Apache-2.0",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
Expand All @@ -23,6 +23,7 @@
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@lightningjs/core": "*",
"@metrological/sdk": "github:metrological/metrological-sdk",
"@michieljs/execute-as-promise": "^1.0.0",
"deepmerge": "^4.2.2",
"localCookie": "github:WebPlatformForEmbedded/localCookie",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/sdk",
"version": "4.9.0",
"version": "5.0.0",
"license": "Apache-2.0",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
Expand Down

0 comments on commit fd6b0ba

Please sign in to comment.