Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v5.5.7

*10 feb 2026*

- Updated Lightning core version to 2.20.1

## v5.5.6

*8 sep 2025*
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v5.5.7

*10 feb 2026*

- Updated Lightning core version to 2.20.1

## v5.5.6

*8 sep 2025*

- Updated Lightning core version to 2.15.1
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The v5.5.6 changelog entry says Lightning core was updated to 2.15.1, but the dependency version (prior to this PR) was already @lightningjs/core ^2.16.1. Please reconcile this release note (or clarify if there was an intentional downgrade) to avoid publishing misleading changelog information.

Suggested change
- Updated Lightning core version to 2.15.1
- No change to Lightning core version (remains at 2.16.1)

Copilot uses AI. Check for mistakes.

## v5.5.5

*12 mar 2025*
Expand Down
26 changes: 19 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/sdk",
"version": "5.5.6",
"version": "5.5.7",
"license": "Apache-2.0",
"types": "index.d.ts",
"scripts": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@lightningjs/core": "^2.16.1",
"@lightningjs/core": "^2.20.1",
"@metrological/sdk": "^1.0.2",
"@michieljs/execute-as-promise": "^1.0.0",
"deepmerge": "^4.2.2",
Expand Down