Merge pull request #6780 from nextcloud/release/1.14.4

chore(release): bump version to 1.14.4
This commit is contained in:
Luka Trovic
2025-02-21 19:06:28 +01:00
committed by GitHub
4 changed files with 15 additions and 4 deletions

View File

@@ -5,6 +5,17 @@
# 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.4
### Fixed
- fix: skip exporting a deleted card #6722
- fix: Properly show attachment extension #6673
### Maintenance
- Update nextcloud/ocp dependency #6769
- Update nextcloud/ocp dependency #6718
- Update nextcloud/ocp dependency #6700
- Update nextcloud/ocp dependency #6656
## 1.14.3 ## 1.14.3
### Fixed ### Fixed
- fix: two close buttons on card modal @app/backportbot [#6659](https://github.com/nextcloud/deck/pull/6659) - fix: two close buttons on card modal @app/backportbot [#6659](https://github.com/nextcloud/deck/pull/6659)

View File

@@ -20,7 +20,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.14.3</version> <version>1.14.4</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.3", "version": "1.14.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "deck", "name": "deck",
"version": "1.14.3", "version": "1.14.4",
"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.3", "version": "1.14.4",
"authors": [ "authors": [
{ {
"name": "Julius Härtl", "name": "Julius Härtl",