Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Christian Hartmann 2024-11-11 22:01:01 +01:00
Родитель c316d83a95
Коммит d2ac24e3f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 01CF79F7199D2C63
4 изменённых файлов: 13 добавлений и 4 удалений

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

@ -1,5 +1,14 @@
# Changelog
## v4.3.3 - 2024-11-11
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.2...v4.3.3)
### Fixed
- [stable4] Add padding and max width so they don't stick to right screen border by @backportbot[bot] in [\#2406](https://github.com/nextcloud/forms/pull/2406)
- [stable4] (fix) default timezone for export by @backportbot[bot] in [\#2398](https://github.com/nextcloud/forms/pull/2398)
## v4.3.2 - 2024-10-20
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.1...v4.3.2)

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

@ -13,7 +13,7 @@
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
]]></description>
<version>4.3.2</version>
<version>4.3.3</version>
<licence>agpl</licence>
<author>Affan Hussain</author>

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

@ -1,12 +1,12 @@
{
"name": "forms",
"version": "4.3.2",
"version": "4.3.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "forms",
"version": "4.3.2",
"version": "4.3.3",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.4.0",

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

@ -1,6 +1,6 @@
{
"name": "forms",
"version": "4.3.2",
"version": "4.3.3",
"private": true,
"description": "Forms app for nextcloud",
"homepage": "https://github.com/nextcloud/forms#readme",