From ee3fc3aeffc2126a066d2a11c899b158bea352ca Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Mon, 15 Apr 2024 19:19:40 +0200 Subject: [PATCH] v4.2.1 Signed-off-by: Christian Hartmann --- CHANGELOG.md | 12 ++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef37b70f1..83b77cec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v4.2.1 - 2024-04-15 + +[Full Changelog](https://github.com/nextcloud/forms/compare/v4.2.0...v4.2.1) + +### Fixed +- fix: remove setup() and move code to data() in Results.vue by @Chartman123 in [\#2065](https://github.com/nextcloud/forms/pull/2065) +- fix: Move non-reactive props and composables to `setup` by @susnux in [\#2068](https://github.com/nextcloud/forms/pull/2068) +- Set lastUpdated on link/unlink file by @Chartman123 in [\#2066](https://github.com/nextcloud/forms/pull/2066) +- fix: `legacyLink` access handling by @Chartman123 in [\#2060](https://github.com/nextcloud/forms/pull/2060) +- fix: don't filter expired forms in navigation by @Chartman123 in [\#2062](https://github.com/nextcloud/forms/pull/2062) + + ## v4.2.0 - 2024-04-14 [Full Changelog](https://github.com/nextcloud/forms/compare/v4.1.1...v4.2.0) diff --git a/appinfo/info.xml b/appinfo/info.xml index 1797a0690..81199d7a0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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)! ]]> - 4.2.0 + 4.2.1 agpl Affan Hussain diff --git a/package-lock.json b/package-lock.json index 1304858ba..98798a2ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "forms", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "forms", - "version": "4.2.0", + "version": "4.2.1", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 9476f0a4e..f25c1e7b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "forms", "description": "Forms app for nextcloud", - "version": "4.2.0", + "version": "4.2.1", "repository": { "type": "git", "url": "git+https://github.com/nextcloud/forms.git"