Skip to content

Commit

Permalink
Updated major version due to the many controller dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Mar 26, 2024
1 parent 56b4bf5 commit 94234df
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion controller/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fs/monorepo",
"version": "3.1.4",
"version": "3.2.0",
"description": "Service for running pewpew tests",
"private": true,
"workspaces": [
Expand Down

0 comments on commit 94234df

Please sign in to comment.