This commit is contained in:
John Molakvoæ (skjnldsv) 2020-07-30 13:35:29 +02:00
parent fc2f4d7c3f
commit 0a51790b32
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
4 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## v2.0.2 - 2020-07-30
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.1...v2.0.2)
### Fixed
- Increase description and long-text max length
[\#533](https://github.com/nextcloud/forms/pull/533) ([jotoeri](https://github.com/jotoeri))
## v2.0.1 - 2020-07-29
[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0...v2.0.1)

View File

@ -11,7 +11,7 @@
- **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
- **🙋 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>2.0.1</version>
<version>2.0.2</version>
<licence>agpl</licence>
<author>Affan Hussain</author>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "forms",
"version": "2.0.1",
"version": "2.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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