bump version to 1.12.5
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
This commit is contained in:
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,6 +1,28 @@
|
|||||||
# 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.12.5
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- fix: Load archived card if URL is opened directly #6324
|
||||||
|
- use deleted_users for users that do not exist #6203
|
||||||
|
- fix: losing focus while editing title field #6163
|
||||||
|
- copy labels when moving cards between boards #6287
|
||||||
|
|
||||||
|
### Maintenance
|
||||||
|
|
||||||
|
- Fix npm audit #6305
|
||||||
|
- Fix npm audit #6255
|
||||||
|
- Fix npm audit #6199
|
||||||
|
- Fix npm audit #6178
|
||||||
|
- Update nextcloud/ocp dependency #6302
|
||||||
|
- Update nextcloud/ocp dependency #6111
|
||||||
|
|
||||||
|
### Other
|
||||||
|
|
||||||
|
- Completed card button wording change #6183
|
||||||
|
|
||||||
## 1.12.4
|
## 1.12.4
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>1.12.4</version>
|
<version>1.12.5</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.12.4",
|
"version": "1.12.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"version": "1.12.4",
|
"version": "1.12.5",
|
||||||
"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.12.4",
|
"version": "1.12.5",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Julius Härtl",
|
"name": "Julius Härtl",
|
||||||
@@ -106,4 +106,4 @@
|
|||||||
"<rootDir>/node_modules/jest-serializer-vue"
|
"<rootDir>/node_modules/jest-serializer-vue"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user