diff --git a/agent/package.json b/agent/package.json index f512253a..790375ee 100644 --- a/agent/package.json +++ b/agent/package.json @@ -1,6 +1,6 @@ { "name": "@fs/ppaas-agent", - "version": "3.1.4", + "version": "3.2.0", "description": "Agent Service for running pewpew tests", "main": "dist/src/app.js", "scripts": { diff --git a/common/package.json b/common/package.json index 582726bc..16e71cb5 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@fs/ppaas-common", - "version": "3.1.4", + "version": "3.2.0", "description": "Common Code for the PewPewController and PewPewAgent", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/controller/package.json b/controller/package.json index 4a8ef90f..6e2b4fd5 100644 --- a/controller/package.json +++ b/controller/package.json @@ -1,6 +1,6 @@ { "name": "@fs/ppaas-controller", - "version": "3.1.4", + "version": "3.2.0", "description": "Controller Service for running pewpew tests", "private": true, "scripts": { diff --git a/package-lock.json b/package-lock.json index cfce1fbe..ccc3da1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fs/monorepo", - "version": "3.1.4", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fs/monorepo", - "version": "3.1.4", + "version": "3.2.0", "workspaces": [ "./lib/config-wasm/pkg", "./common", @@ -38,7 +38,7 @@ }, "agent": { "name": "@fs/ppaas-agent", - "version": "3.1.4", + "version": "3.2.0", "dependencies": { "@fs/config-wasm": "*", "@fs/ppaas-common": "*", @@ -75,7 +75,7 @@ }, "common": { "name": "@fs/ppaas-common", - "version": "3.1.4", + "version": "3.2.0", "dependencies": { "@aws-sdk/client-ec2": "^3.363.0", "@aws-sdk/client-s3": "^3.363.0", @@ -112,7 +112,7 @@ }, "controller": { "name": "@fs/ppaas-controller", - "version": "3.1.4", + "version": "3.2.0", "dependencies": { "@aws-sdk/client-s3": "^3.363.0", "@aws-sdk/client-secrets-manager": "^3.363.0", diff --git a/package.json b/package.json index 3c80177f..10f0c0cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fs/monorepo", - "version": "3.1.4", + "version": "3.2.0", "description": "Service for running pewpew tests", "private": true, "workspaces": [