Skip to content

Commit 34c454d

Browse files
committed
v4.2.0-alpha.1
Signed-off-by: Christian Hartmann <[email protected]>
1 parent 662f789 commit 34c454d

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## v4.2.0-alpha.1 - 2024-03-13
4+
5+
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.1.1...v4.2.0-alpha.1)
6+
7+
### Merged
8+
- chore: Add Nextcloud 29 support [\#2003](https://github.com/nextcloud/forms/pull/2003) ([susnux](https://github.com/susnux))
9+
- Rename Circles to Teams in UI/logging [\#2000](https://github.com/nextcloud/forms/pull/2000) ([Chartman123](https://github.com/Chartman123))
10+
- Update cypress.yml [\#1976](https://github.com/nextcloud/forms/pull/1976) ([Chartman123](https://github.com/Chartman123))
11+
- Update dependencies and translations
12+
13+
314
## v4.1.1 - 2024-02-18
415

516
[Full Changelog](https://github.com/nextcloud/forms/compare/v4.1.0...v4.1.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>4.1.1</version>
16+
<version>4.2.0-alpha.1</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": "4.1.1",
4+
"version": "4.2.0-alpha.1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nextcloud/forms.git"

0 commit comments

Comments
 (0)