chore: centralise version field in root package.json

- remove version from server and client workspace packages
- bump root to 1.2.0 to match previous server version
This commit is contained in:
2026-04-09 10:35:07 +03:00
parent f83141b484
commit b4d576c6e9
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
{
"name": "liquio-qa-bot-client",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "liquio-qa-bot",
"version": "1.0.0",
"version": "1.2.0",
"private": true,
"workspaces": [
"server",
-1
View File
@@ -1,6 +1,5 @@
{
"name": "liquio-qa-bot",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {