release/1.14.3

Signed-off-by: grnd-alt <git@belakkaf.net>
This commit is contained in:
grnd-alt
2025-01-14 11:47:40 +01:00
parent 0407d2109c
commit 5126de1719
4 changed files with 14 additions and 5 deletions

View File

@@ -5,6 +5,16 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.14.3
### Fixed
- fix: two close buttons on card modal @app/backportbot [#6659](https://github.com/nextcloud/deck/pull/6659)
- fix: Catch not found card @app/backportbot [#6652](https://github.com/nextcloud/deck/pull/6652)
- fix: close modal after deleting card @app/backportbot [#6619](https://github.com/nextcloud/deck/pull/6619)
- fix: Use new query builder @app/backportbot [#6612](https://github.com/nextcloud/deck/pull/6612)
- fix: new card input spacing @app/backportbot [#6576](https://github.com/nextcloud/deck/pull/6576)
- fix(sharing): list accounts with matches in email @app/backportbot [#6524](https://github.com/nextcloud/deck/pull/6524)
## 1.14.2
### Fixed ### Fixed
- fix: board bubble preview widget [#6477](https://github.com/nextcloud/deck/pull/6477) - fix: board bubble preview widget [#6477](https://github.com/nextcloud/deck/pull/6477)
@@ -891,4 +901,3 @@ Android app team for helping to improve our REST API:
- Assign labels - Assign labels
- Markdown notes for each card - Markdown notes for each card
- Archive cards - Archive cards

View File

@@ -20,7 +20,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.14.2</version> <version>1.14.3</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<documentation> <documentation>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "deck", "name": "deck",
"version": "1.14.2", "version": "1.14.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "deck", "name": "deck",
"version": "1.14.2", "version": "1.14.3",
"license": "agpl", "license": "agpl",
"dependencies": { "dependencies": {
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "deck", "name": "deck",
"description": "", "description": "",
"version": "1.14.2", "version": "1.14.3",
"authors": [ "authors": [
{ {
"name": "Julius Härtl", "name": "Julius Härtl",