Skip to content

Commit

Permalink
Bumped version to 1.20.0 and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Feb 12, 2025
1 parent 173964e commit a2cf7e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.20.0

_12 feb 2025_

- Improved attribute definitions used for autocompletion in VScode extension
- Fixed calculation of `align-items` in Layout component
- Fixed issue with sorting reactive arrays
- Upgraded to renderer v2.12.0

## v1.19.1

_3 feb 2025_
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.19.1",
"version": "1.20.0",
"description": "Blits: The Lightning 3 App Development Framework",
"bin": "bin/index.js",
"exports": {
Expand Down

0 comments on commit a2cf7e2

Please sign in to comment.