зеркало из https://github.com/nextcloud/forms.git
v4.3.0-alpha6
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Родитель
9aa2a89929
Коммит
f06a76ffbc
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v4.3.0-alpha6 - 2024-08-24
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.0-alpha5...v4.3.0-alpha6)
|
||||||
|
|
||||||
|
### Merged
|
||||||
|
|
||||||
|
- fix: make FilePicker work with latest dialogs by @Chartman123 in [\#2300](https://github.com/nextcloud/forms/pull/2300)
|
||||||
|
|
||||||
## v4.3.0-alpha5 - 2024-08-21
|
## v4.3.0-alpha5 - 2024-08-21
|
||||||
|
|
||||||
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.0-alpha4...v4.3.0-alpha5)
|
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.3.0-alpha4...v4.3.0-alpha5)
|
||||||
|
|
|
@ -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)!
|
- **🙋 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>
|
]]></description>
|
||||||
|
|
||||||
<version>4.3.0-alpha5</version>
|
<version>4.3.0-alpha6</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
|
|
||||||
<author>Affan Hussain</author>
|
<author>Affan Hussain</author>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "forms",
|
"name": "forms",
|
||||||
"version": "4.3.0-alpha5",
|
"version": "4.3.0-alpha6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "forms",
|
"name": "forms",
|
||||||
"version": "4.3.0-alpha5",
|
"version": "4.3.0-alpha6",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextcloud/auth": "^2.4.0",
|
"@nextcloud/auth": "^2.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "forms",
|
"name": "forms",
|
||||||
"version": "4.3.0-alpha5",
|
"version": "4.3.0-alpha6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Forms app for nextcloud",
|
"description": "Forms app for nextcloud",
|
||||||
"homepage": "https://github.com/nextcloud/forms#readme",
|
"homepage": "https://github.com/nextcloud/forms#readme",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче