Compare commits

..

2 Commits

Author SHA1 Message Date
renovate 4c862e112b chore(deps): update dependency electron to v28.2.1
continuous-integration/drone/push Build is passing Details
2024-01-31 21:06:04 +00:00
kolaente 15f553f8e7
chore: release preparation
continuous-integration/drone/push Build is passing Details
2024-01-28 20:31:09 +01:00
4 changed files with 14 additions and 6 deletions

View File

@ -9,6 +9,14 @@ All releases can be found on https://code.vikunja.io/desktop/releases.
The releases aim at the api and frontend versions which is why there are missing versions.
## [0.22.1] - 2024-01-28
### Dependencies
* *(deps)* Update dependency electron-builder to v24.9.1 (#180)
* *(deps)* Update dependency electron to v28 (#183)
* *(deps)* Update dependency electron to v28.1.4 (#185)
## [0.22.0] - 2023-12-19
### Bug Fixes

View File

@ -2,7 +2,7 @@
[![Build Status](https://drone.kolaente.de/api/badges/vikunja/desktop/status.svg)](https://drone.kolaente.de/vikunja/desktop)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](LICENSE)
[![Download](https://img.shields.io/badge/download-v0.22.0-brightgreen.svg)](https://dl.vikunja.io)
[![Download](https://img.shields.io/badge/download-v0.22.1-brightgreen.svg)](https://dl.vikunja.io)
The Vikunja frontend all repackaged as an electron app to run as a desktop app!

View File

@ -51,7 +51,7 @@
}
},
"devDependencies": {
"electron": "28.2.0",
"electron": "28.2.1",
"electron-builder": "24.9.1"
},
"dependencies": {

View File

@ -768,10 +768,10 @@ electron-publish@24.8.1:
lazy-val "^1.0.5"
mime "^2.5.2"
electron@28.2.0:
version "28.2.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-28.2.0.tgz#ecf7097d4a1e47dd08111c0229a9d03c44f485ad"
integrity sha512-22SylXQQ9IHtwLw4D+Z4Si7OUpeDtpHfJVTjy3yv53iLg5zJKKPOCWT4ZwgYGHQZ0eldyBrYBHF/P9FPd2CcVQ==
electron@28.2.1:
version "28.2.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-28.2.1.tgz#8edf2be24d97160b7eb52b7ce9a2424cf14c0791"
integrity sha512-wlzXf+OvOiVlBf9dcSeMMf7Q+N6DG+wtgFbMK0sA/JpIJcdosRbLMQwLg/LTwNVKIbmayqFLDp4FmmFkEMhbYA==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^18.11.18"