Skip to content

Commit 009b23c

Browse files
authored
Merge pull request #729 from nextcloud/release-2.7.0
chore(release): 2.7.0
2 parents 2bf176b + 127837c commit 009b23c

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
# Changelog
77
All notable changes to this project will be documented in this file.
88

9+
## 2.7.0 - 2025-04-03
10+
11+
### Changed
12+
13+
- Front-end build system from Webpack to Vite
14+
15+
### Fixed
16+
17+
- Installation issues with symlinked licence files
18+
919
## 2.6.0 - 2025-02-05
1020

1121
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This app allows users to register a new account.
2828
4. User is lead to a form where they can choose their username and password
2929
5. New account is created and is logged in automatically
3030
]]></description>
31-
<version>2.6.0</version>
31+
<version>2.7.0</version>
3232
<licence>agpl</licence>
3333
<author mail="nextcloud@tcit.fr" homepage="https://tcit.fr">Thomas Citharel</author>
3434
<author>Joas Schilling</author>

js/registration-form.mjs.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This file is generated from multiple sources. Included packages:
99
- version: 8.24.0
1010
- license: AGPL-3.0-or-later
1111
- registration
12-
- version: 2.6.0
12+
- version: 2.7.0
1313
- license: AGPL-3.0-or-later
1414
- vue-material-design-icons
1515
- version: 5.3.1

js/registration-form.mjs.map.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This file is generated from multiple sources. Included packages:
99
- version: 8.24.0
1010
- license: AGPL-3.0-or-later
1111
- registration
12-
- version: 2.6.0
12+
- version: 2.7.0
1313
- license: AGPL-3.0-or-later
1414
- vue-material-design-icons
1515
- version: 5.3.1

js/registration-settings.mjs.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This file is generated from multiple sources. Included packages:
7979
- version: 1.0.1
8080
- license: MIT
8181
- registration
82-
- version: 2.6.0
82+
- version: 2.7.0
8383
- license: AGPL-3.0-or-later
8484
- striptags
8585
- version: 3.2.0

js/registration-settings.mjs.map.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This file is generated from multiple sources. Included packages:
7979
- version: 1.0.1
8080
- license: MIT
8181
- registration
82-
- version: 2.6.0
82+
- version: 2.7.0
8383
- license: AGPL-3.0-or-later
8484
- striptags
8585
- version: 3.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "registration",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "",
55
"license": "AGPL-3.0-or-later",
66
"scripts": {

0 commit comments

Comments
 (0)