mirror of
https://github.com/nextcloud/registration.git
synced 2025-07-20 16:53:48 +00:00
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:

committed by
nextcloud-command

parent
2bf176bc8d
commit
127837c763
10
CHANGELOG.md
10
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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "registration",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user