diff --git a/CHANGELOG.md b/CHANGELOG.md index 8067d892..54a3a56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# v0.6.11 + +_7 feb 2024_ + +- Enabled the use of `type` as a component prop or state variable +- Removed setting focus to AppComponent on back key press in RouterView +- Fixed broken app create flow caused by missing dev dependencies in npx command (temporary fix) + # v0.6.10 _2 feb 2024_ diff --git a/package-lock.json b/package-lock.json index 374823a3..aeb39629 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lightningjs/blits", - "version": "0.6.10", + "version": "0.6.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lightningjs/blits", - "version": "0.6.10", + "version": "0.6.11", "license": "Apache-2.0", "dependencies": { "@lightningjs/renderer": "^0.7.1", diff --git a/package.json b/package.json index af215404..fd87a464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lightningjs/blits", - "version": "0.6.10", + "version": "0.6.11", "description": "Blits: The Lightning 3 App Development Framework", "bin": "bin/index.js", "exports": {