chore(release): v2.0.0

This commit is contained in:
raiper34
2025-01-26 23:18:12 +01:00
parent 80ea9c0a5d
commit 6595da1a95
5 changed files with 10 additions and 5 deletions
+3
View File
@@ -4,5 +4,8 @@ All notable changes to this project will be documented in this file. Dates are d
<!-- auto-changelog-above -->
### 2.0.0
- refactor(backend): queue system presented
### 1.0.0
- initial release
+4 -2
View File
@@ -20,7 +20,8 @@
"release-it": "^18.1.2",
"release-it-docker-plugin": "^0.0.6",
"rimraf": "^6.0.1"
}
},
"version": "2.0.0"
},
"node_modules/@ampproject/remapping": {
"version": "2.3.0",
@@ -36128,5 +36129,6 @@
"typescript": "~5.6.3"
}
}
}
},
"version": "2.0.0"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "2.0.0",
"name": "spooty",
"workspaces": [
"src/backend",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.1",
"version": "2.0.0",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.0.0",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",