Compare commits

...

2 Commits

Author SHA1 Message Date
4c862e112b chore(deps): update dependency electron to v28.2.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-31 21:06:04 +00:00
15f553f8e7
chore: release preparation
All checks were successful
continuous-integration/drone/push Build is passing
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. 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 ## [0.22.0] - 2023-12-19
### Bug Fixes ### 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) [![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) [![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! The Vikunja frontend all repackaged as an electron app to run as a desktop app!

View File

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

View File

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