Skip to content

Commit d5a28f6

Browse files
committed
v3.4.2
Signed-off-by: Christian Hartmann <[email protected]>
1 parent 0de7805 commit d5a28f6

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v3.4.2 - 2023-11-28
4+
5+
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.4.1...v3.4.2)
6+
7+
### Fixed
8+
- [stable3] fix: add canMoveUp/Down props to QuestionMixin [\#1807](https://github.com/nextcloud/forms/pull/1807) ([backportbot-nextcloud[bot]](https://github.com/apps/backportbot-nextcloud))
9+
10+
311
## v3.4.1 - 2023-11-28
412

513
[Full Changelog](https://github.com/nextcloud/forms/compare/v3.4.0...v3.4.1)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
1414
]]></description>
1515

16-
<version>3.4.1</version>
16+
<version>3.4.2</version>
1717
<licence>agpl</licence>
1818

1919
<author>Affan Hussain</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forms",
33
"description": "Forms app for nextcloud",
4-
"version": "3.4.1",
4+
"version": "3.4.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nextcloud/forms.git"

0 commit comments

Comments
 (0)