Skip to content

Commit

Permalink
bump version to 1.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <[email protected]>
  • Loading branch information
grnd-alt committed Sep 24, 2024
1 parent 925c4c5 commit 687deb4
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.13.2
### Fixed
- fix: Load archived card if URL is opened directly #6325
- copy labels when moving cards between boards #6288
- Translation call fix #6262
- use deleted_users for users that do not exist #6204
- fix: losing focus while editing title field #6161
- fix: remove redundant log #6116
- Fix: incorrect height of editing windows and edit bar #6093
- Update nextcloud/ocp dependency #6301
- Only check path for being accessible when the storage is a object home #6064

### Maintenance
- Fix npm audit #6306
- Fix npm audit #6254
- Fix npm audit #6226
- Fix npm audit #6177
- Update nextcloud/ocp dependency #6197
- Update nextcloud/ocp dependency #6130
- Update nextcloud/ocp dependency #6109
- Update nextcloud/ocp dependency #6060

### Other
- Completed card button wording change #6182

## 1.13.1
### Fixed
- fix: Adjust dependencies to fix filepicker #6038
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- 🚀 Get your project organized

</description>
<version>1.13.1</version>
<version>1.13.2</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.13.1",
"version": "1.13.2",
"authors": [
{
"name": "Julius Härtl",
Expand Down Expand Up @@ -107,4 +107,4 @@
"<rootDir>/node_modules/jest-serializer-vue"
]
}
}
}

0 comments on commit 687deb4

Please sign in to comment.