Compare commits

..

2 Commits

Author SHA1 Message Date
renovate 38c809cb0c chore(deps): update dependency electron to v21.3.0
continuous-integration/drone/push Build is passing Details
2022-11-17 01:01:24 +00:00
kolaente 416b906ee2
chore: 0.20.1 release preperations
continuous-integration/drone/push Build is passing Details
2022-11-11 12:04:26 +01:00
4 changed files with 13 additions and 6 deletions

View File

@ -9,6 +9,13 @@ 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.20.1] - 2022-11-11
### Dependencies
* *(deps)* Update dependency electron to v21.2.1 (#125)
* *(deps)* Update dependency electron to v21.2.2 (#126)
## [0.20.0] - 2022-10-28
### Dependencies

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.20.0-brightgreen.svg)](https://dl.vikunja.io)
[![Download](https://img.shields.io/badge/download-v0.20.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": "21.2.3",
"electron": "21.3.0",
"electron-builder": "23.6.0"
},
"dependencies": {

View File

@ -774,10 +774,10 @@ electron-publish@23.6.0:
lazy-val "^1.0.5"
mime "^2.5.2"
electron@21.2.3:
version "21.2.3"
resolved "https://registry.yarnpkg.com/electron/-/electron-21.2.3.tgz#7bd190f57b154ab85c92a2e52e0329fd40cbc7b9"
integrity sha512-Wyj0ri3P8hnWEvX7+2Q1OtNzJI8Qn4V9J+aeypoXh+wtlX/fjfHxi4vZkos/XRncoIeYCeUZ5nhGjsOIQwSElQ==
electron@21.3.0:
version "21.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-21.3.0.tgz#e9905e240add950443dc115b4be13d36162f0a05"
integrity sha512-MGRpshN8fBcx4IRuBABIsGDv0tB/MclIFsyFHFFXsBCUc+vIXaE/E6vuWaniGIFSz5WyeuapfTH5IeRb+7yIfw==
dependencies:
"@electron/get" "^1.14.1"
"@types/node" "^16.11.26"