chore(release): Bump version to 1.12.0-beta.4

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-11-29 12:32:01 +01:00
parent 2d9febf8a4
commit 216967e976
3 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.12.0-beta.4
### Added
- scroll board by dragging @shoetten [#5293](https://github.com/nextcloud/deck/pull/5293)
### Fixed
- fix: Use text content as result for comments @juliushaertl [#5294](https://github.com/nextcloud/deck/pull/5294)
- fix: Bring back due date indicator to compact mode @juliushaertl [#5292](https://github.com/nextcloud/deck/pull/5292)
- Fix small issues around delete/undo @juliushaertl [#5296](https://github.com/nextcloud/deck/pull/5296)
- fix(controls): use primary when filter is active @fitrahfm [#5299](https://github.com/nextcloud/deck/pull/5299)
## 1.12.0-beta.3
### Added

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.12.0-beta.3</version>
<version>1.12.0-beta.4</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.12.0-beta.3",
"version": "1.12.0-beta.4",
"authors": [
{
"name": "Julius Härtl",