Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Christian Hartmann 2023-06-26 21:50:08 +02:00
Родитель e42a5a38bb
Коммит 6a4fb06247
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 01CF79F7199D2C63
4 изменённых файлов: 18 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,18 @@
# Changelog
## 3.3.1 - 2023-06-23
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.3.0...3.3.1)
### Fixed
- Allow to right click share-link buttons to copy link manually [\#1653](https://github.com/nextcloud/forms/pull/1653) ([susnux](https://github.com/susnux))
### Merged
- Drop 'Nextcloud' from connected responses string [\#1635](https://github.com/nextcloud/forms/pull/1635) ([Chartman123](https://github.com/Chartman123))
- Updated translations
- Updated dependencies
## 3.3.0 - 2023-05-22
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.2.0...3.3.0)

Просмотреть файл

@ -14,7 +14,7 @@
]]></description>
<licence>agpl</licence>
<version>3.3.0</version>
<version>3.3.1</version>
<dependencies>
<nextcloud min-version="25" max-version="27" />
</dependencies>
@ -22,6 +22,7 @@
<author>Affan Hussain</author>
<author>Ajfar Huq</author>
<author>Christian Hartmann</author>
<author>Ferdinand Thiessen</author>
<author>Inigo Jiron</author>
<author>Jan C. Borchardt</author>
<author>John Molakvoæ</author>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "forms",
"version": "3.3.0",
"version": "3.3.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "forms",
"version": "3.3.0",
"version": "3.3.1",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.1.0",

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "forms",
"description": "Forms app for nextcloud",
"version": "3.3.0",
"version": "3.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"