Skip to content

Commit

Permalink
Bumped version to 1.11.0 and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Nov 19, 2024
1 parent 80e5f33 commit 34f884e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# Changelog

## v1.11.0

_19 nov 2024_

- Added support for splitting up translation file per language
- Added hasFocus property to ComponentBase type
- Fixed issue with alpha during router transitions


## v1.10.1

_15 nov 2024_

- Upgraded to renderer 2.7.1
- Added documentation on Router


## v1.10.0

_8 nov 2024_
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/blits",
"version": "1.10.1",
"version": "1.11.0",
"description": "Blits: The Lightning 3 App Development Framework",
"bin": "bin/index.js",
"exports": {
Expand Down

0 comments on commit 34f884e

Please sign in to comment.