Skip to content

Commit

Permalink
Merge pull request #413 from rdkcentral/release/5.5.1
Browse files Browse the repository at this point in the history
Release/5.5.1
  • Loading branch information
uguraslan authored Feb 14, 2024
2 parents 8a841d7 + 36515d2 commit 092fe4b
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4,213 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
],
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v5.5.1

*14 feb 2024*

- Updated Lightning core version to 2.12.1
- Updated metrological-sdk version to 1.0.2


## v5.5.0

*26 oct 2023*
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v5.5.1

*14 feb 2024*

- Updated Lightning core version to 2.12.1
- Updated metrological-sdk version to 1.0.2


## v5.5.0

*26 oct 2023*
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/sdk",
"version": "5.5.0",
"version": "5.5.1",
"license": "Apache-2.0",
"types": "index.d.ts",
"scripts": {
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@lightningjs/core": "^2.7.0",
"@metrological/sdk": "^1.0.0",
"@lightningjs/core": "^2.12.1",
"@metrological/sdk": "^1.0.2",
"@michieljs/execute-as-promise": "^1.0.0",
"deepmerge": "^4.2.2",
"is-plain-object": "^5.0.0",
Expand Down
Loading

0 comments on commit 092fe4b

Please sign in to comment.