diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d1ea9e..c33e01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.7.0 - 2025-04-03 + +### Changed + +- Front-end build system from Webpack to Vite + +### Fixed + +- Installation issues with symlinked licence files + ## 2.6.0 - 2025-02-05 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index aa39a27..c4c50d6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -28,7 +28,7 @@ This app allows users to register a new account. 4. User is lead to a form where they can choose their username and password 5. New account is created and is logged in automatically ]]> - 2.6.0 + 2.7.0 agpl Thomas Citharel Joas Schilling diff --git a/js/registration-form.mjs.license b/js/registration-form.mjs.license index d14bff5..5acd06b 100644 --- a/js/registration-form.mjs.license +++ b/js/registration-form.mjs.license @@ -9,7 +9,7 @@ This file is generated from multiple sources. Included packages: - version: 8.24.0 - license: AGPL-3.0-or-later - registration - - version: 2.6.0 + - version: 2.7.0 - license: AGPL-3.0-or-later - vue-material-design-icons - version: 5.3.1 diff --git a/js/registration-form.mjs.map.license b/js/registration-form.mjs.map.license index d14bff5..5acd06b 100644 --- a/js/registration-form.mjs.map.license +++ b/js/registration-form.mjs.map.license @@ -9,7 +9,7 @@ This file is generated from multiple sources. Included packages: - version: 8.24.0 - license: AGPL-3.0-or-later - registration - - version: 2.6.0 + - version: 2.7.0 - license: AGPL-3.0-or-later - vue-material-design-icons - version: 5.3.1 diff --git a/js/registration-settings.mjs.license b/js/registration-settings.mjs.license index 223a67a..aed7409 100644 --- a/js/registration-settings.mjs.license +++ b/js/registration-settings.mjs.license @@ -79,7 +79,7 @@ This file is generated from multiple sources. Included packages: - version: 1.0.1 - license: MIT - registration - - version: 2.6.0 + - version: 2.7.0 - license: AGPL-3.0-or-later - striptags - version: 3.2.0 diff --git a/js/registration-settings.mjs.map.license b/js/registration-settings.mjs.map.license index 223a67a..aed7409 100644 --- a/js/registration-settings.mjs.map.license +++ b/js/registration-settings.mjs.map.license @@ -79,7 +79,7 @@ This file is generated from multiple sources. Included packages: - version: 1.0.1 - license: MIT - registration - - version: 2.6.0 + - version: 2.7.0 - license: AGPL-3.0-or-later - striptags - version: 3.2.0 diff --git a/package.json b/package.json index d16313b..7248e04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "registration", - "version": "2.6.0", + "version": "2.7.0", "description": "", "license": "AGPL-3.0-or-later", "scripts": {