Up version number to 0.5.2

This commit is contained in:
Caramel 2023-06-15 13:28:28 +02:00
parent b0c53850db
commit 5195f1f5d8
No known key found for this signature in database
6 changed files with 9 additions and 5 deletions

4
.yarn/versions/e0bbb8ad.yml vendored Normal file
View File

@ -0,0 +1,4 @@
undecided:
- root-workspace-0b6124
- picsur-backend
- picsur-frontend

View File

@ -1,6 +1,6 @@
{ {
"name": "picsur-backend", "name": "picsur-backend",
"version": "0.5.1", "version": "0.5.2",
"description": "Backend for Picsur", "description": "Backend for Picsur",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": "https://github.com/caramelfur/Picsur", "repository": "https://github.com/caramelfur/Picsur",

View File

@ -1,6 +1,6 @@
{ {
"name": "picsur-frontend", "name": "picsur-frontend",
"version": "0.5.1", "version": "0.5.2",
"description": "Frontend for Picsur", "description": "Frontend for Picsur",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": "https://github.com/caramelfur/Picsur", "repository": "https://github.com/caramelfur/Picsur",

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"version": "0.5.1", "version": "0.5.2",
"workspaces": [ "workspaces": [
"shared", "shared",
"backend", "backend",

View File

@ -1,6 +1,6 @@
{ {
"name": "picsur-shared", "name": "picsur-shared",
"version": "0.5.1", "version": "0.5.2",
"description": "Shared libraries for Picsur", "description": "Shared libraries for Picsur",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": "https://github.com/caramelfur/Picsur", "repository": "https://github.com/caramelfur/Picsur",

View File

@ -12016,7 +12016,7 @@ __metadata:
resolution: "picsur-shared@workspace:shared" resolution: "picsur-shared@workspace:shared"
dependencies: dependencies:
"@types/node": ^20.3.1 "@types/node": ^20.3.1
ms: 3.0.0-canary.1 ms: 2.1.3
tsc-watch: ^6.0.4 tsc-watch: ^6.0.4
typescript: ^5.1.3 typescript: ^5.1.3
zod: ^3.21.4 zod: ^3.21.4