chore(release): 2.7.0

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Thomas Citharel
2025-04-03 17:14:12 +02:00
committed by nextcloud-command
parent 2bf176bc8d
commit 127837c763
7 changed files with 16 additions and 6 deletions

View File

@ -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

View File

@ -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
]]></description>
<version>2.6.0</version>
<version>2.7.0</version>
<licence>agpl</licence>
<author mail="nextcloud@tcit.fr" homepage="https://tcit.fr">Thomas Citharel</author>
<author>Joas Schilling</author>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "registration",
"version": "2.6.0",
"version": "2.7.0",
"description": "",
"license": "AGPL-3.0-or-later",
"scripts": {