-
- Downloads
Chore: 1.24.0
# [1.24.0](v1.23.6...v1.24.0) (2023-02-09) ### Build * Tests for RCV ([3be51b26](3be51b26)) ### Docs * Add Commands ([e0a296ff](e0a296ff)) * Search Page Test ([c285baa7](c285baa7)) ### Fix * Change ui login page ([7ae06785](7ae06785)) * fix race condition (coscine/issues#2359) ([adf3c72f](adf3c72f)), closes [coscine/issues#2359](https://git.rwth-aachen.de/coscine/issues/issues/2359) * Update Help link on login and logout ([71e35726](71e35726)) ### Update * Complying with ORCID Brand Guidelines; Moved ORCID logo to local assets ([9cb3e43d](9cb3e43d)) * Setting up ToS tests ([69c2e545](69c2e545))
{ | ||
"name": "ui", | ||
"version": "1.23.6", | ||
"version": "1.24.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite", | ||
... | ... | @@ -101,7 +101,7 @@ |
"vitest": "^0.27.1", | ||
"vue-template-compiler": "^2.7.14" | ||
}, | ||
"packageManager": "yarn@3.3.1", | ||
"packageManager": "yarn@3.4.1", | ||
"resolutions": { | ||
"readable-stream": "3.6.0" | ||
} | ||
... | ... |
Please register or sign in to comment