Skip to content

Commit

Permalink
v5.0.0-alpha.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
  • Loading branch information
Chartman123 committed Jan 31, 2025
1 parent 1280b9c commit 69ba7f6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@

# Changelog

## v5.0.0-alpha.2 - 2025-01-31

[Full Changelog](https://github.com/nextcloud/forms/compare/v5.0.0-alpha.1...v5.0.0-alpha.2)

### Fixed

- Fix: Show sidebar toggle in all views by @Chartman123 in [\#2532](https://github.com/nextcloud/forms/pull/2532)
- fix: Fix spreadsheet unlinking by @Koc in [\#2534](https://github.com/nextcloud/forms/pull/2534)
- Fix: Add disabled state to PillMenu and update Results view when there are no submissions by @Chartman123 in [\#2530](https://github.com/nextcloud/forms/pull/2530)

## v5.0.0-alpha.1 - 2025-01-24

[Full Changelog](https://github.com/nextcloud/forms/compare/v5.0.0-alpha.0...v5.0.0-alpha.1)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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)!
]]></description>

<version>5.0.0-alpha.1</version>
<version>5.0.0-alpha.2</version>
<licence>agpl</licence>

<author>Affan Hussain</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forms",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"private": true,
"description": "Forms app for nextcloud",
"homepage": "https://github.com/nextcloud/forms#readme",
Expand Down

0 comments on commit 69ba7f6

Please sign in to comment.