From 79e2206c8740de7f1c22c3fd77b5c94fa2f98ebe Mon Sep 17 00:00:00 2001 From: "Pedro J. Molina" Date: Thu, 6 Jun 2024 20:00:17 +0200 Subject: [PATCH 1/6] version 0.29 for ng 18 --- package.json | 2 +- projects/lux/Changelog.md | 6 ++++++ projects/lux/package.json | 6 +++--- src/app/main/main.component.html | 5 ++++- src/environments/version.ts | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 76c46a3..e4c76b0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lux-demo", "description": "Lux Library and documentation. User Interface components for Angular.", "license": "MIT", - "version": "0.28.0", + "version": "0.29.0", "author": { "name": "Metadev S.L.", "url": "https://metadev.pro" diff --git a/projects/lux/Changelog.md b/projects/lux/Changelog.md index e9c650b..6cf3cc4 100644 --- a/projects/lux/Changelog.md +++ b/projects/lux/Changelog.md @@ -1,5 +1,11 @@ # Lux Changelog +## Version 0.29.0 + +2024.06.06 + +- Published support for ng18. + ## Version 0.28.0 2023.11.21 diff --git a/projects/lux/package.json b/projects/lux/package.json index 4ab58e5..ff11c6c 100644 --- a/projects/lux/package.json +++ b/projects/lux/package.json @@ -1,7 +1,7 @@ { "name": "@metadev/lux", "description": "Lux: Library with User Interface components for Angular.", - "version": "0.28.0", + "version": "0.29.0", "author": { "name": "Metadev S.L.", "url": "https://metadev.pro" @@ -25,8 +25,8 @@ ], "license": "MIT", "peerDependencies": { - "@angular/common": "^17.0.0", - "@angular/core": "^17.0.0", + "@angular/common": "^18.0.1", + "@angular/core": "^18.0.1", "ol": "^6.5.0" }, "dependencies": {} diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html index c6b8fb2..577429a 100644 --- a/src/app/main/main.component.html +++ b/src/app/main/main.component.html @@ -14,9 +14,12 @@

Lux Playground

Versions