Merge pull request #6353 from nextcloud/release/1.13.2
bump version to 1.13.2
This commit is contained in:
25
CHANGELOG.md
25
CHANGELOG.md
@@ -1,6 +1,31 @@
|
|||||||
# 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.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
|
## 1.13.1
|
||||||
### Fixed
|
### Fixed
|
||||||
- fix: Adjust dependencies to fix filepicker #6038
|
- fix: Adjust dependencies to fix filepicker #6038
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>1.13.1</version>
|
<version>1.13.2</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<documentation>
|
<documentation>
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"version": "1.13.1",
|
"version": "1.13.2",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"version": "1.13.1",
|
"version": "1.13.2",
|
||||||
"license": "agpl",
|
"license": "agpl",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.12.1",
|
"@babel/polyfill": "^7.12.1",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"description": "",
|
"description": "",
|
||||||
"version": "1.13.1",
|
"version": "1.13.2",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Julius Härtl",
|
"name": "Julius Härtl",
|
||||||
@@ -107,4 +107,4 @@
|
|||||||
"<rootDir>/node_modules/jest-serializer-vue"
|
"<rootDir>/node_modules/jest-serializer-vue"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user