From c8eb39c10a9f40a6699c2e67a08ce727c3c8b07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 28 Jul 2020 09:14:55 +0200 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 10 +++++++++- appinfo/info.xml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 390fcfd..79c73e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog +## [2.0.0 - 2020-07-28 + +[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-rc.1...v2.0.0) + +### Fixed +- Fix dropdown submission insert + [\#520](https://github.com/nextcloud/forms/pull/520) ([skjnldsv](https://github.com/skjnldsv)) + ## v2.0.0-rc.1 - 2020-07-24 -[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.4...2.0.0-rc.1) +[Full Changelog](https://github.com/nextcloud/forms/compare/v2.0.0-beta.4...v2.0.0-rc.1) ### Enhancements - Add screenshot of response visualization, adjust readme diff --git a/appinfo/info.xml b/appinfo/info.xml index 75429ea..95e2490 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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)! ]]> - 2.0.0-rc.1 + 2.0.0 agpl Affan Hussain @@ -45,7 +45,7 @@ https://raw.githubusercontent.com/nextcloud/forms/master/screenshots/forms3.png - + diff --git a/package-lock.json b/package-lock.json index a9e9841..881d905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "forms", - "version": "2.0.0-rc.1", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ae9c29..e8d92f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forms", "description": "Forms app for nextcloud", - "version": "2.0.0-rc.1", + "version": "2.0.0", "repository": { "type": "git", "url": "git+https://github.com/nextcloud/forms.git"