diff --git a/monorepo/actionstep-auth-function/package.json b/monorepo/actionstep-auth-function/package.json index cf50bd3..2cb8682 100644 --- a/monorepo/actionstep-auth-function/package.json +++ b/monorepo/actionstep-auth-function/package.json @@ -1,6 +1,6 @@ { "name": "@dbc-tech/actionstep-auth-function", - "version": "1.30.0", + "version": "1.31.0", "description": "ActionStep API integration - Azure Function (Auth)", "repository": "https://github.com/dbc-tech/actionstep", "author": "DBC", diff --git a/monorepo/actionstep-auth/package.json b/monorepo/actionstep-auth/package.json index 580155e..19d1d7b 100644 --- a/monorepo/actionstep-auth/package.json +++ b/monorepo/actionstep-auth/package.json @@ -1,6 +1,6 @@ { "name": "@dbc-tech/actionstep-auth", - "version": "1.30.0", + "version": "1.31.0", "description": "ActionStep API integration", "repository": "https://github.com/dbc-tech/actionstep", "author": "DBC", diff --git a/monorepo/actionstep/package.json b/monorepo/actionstep/package.json index b235b28..541530f 100644 --- a/monorepo/actionstep/package.json +++ b/monorepo/actionstep/package.json @@ -1,6 +1,6 @@ { "name": "@dbc-tech/actionstep", - "version": "1.30.0", + "version": "1.31.0", "description": "ActionStep API integration", "repository": "https://github.com/dbc-tech/actionstep", "author": "DBC", diff --git a/monorepo/package-lock.json b/monorepo/package-lock.json index e76b491..69a9776 100644 --- a/monorepo/package-lock.json +++ b/monorepo/package-lock.json @@ -27,7 +27,7 @@ }, "actionstep": { "name": "@dbc-tech/actionstep", - "version": "1.30.0", + "version": "1.31.0", "license": "MIT", "dependencies": { "openapi-fetch": "^0.10.2" @@ -51,7 +51,7 @@ }, "actionstep-auth": { "name": "@dbc-tech/actionstep-auth", - "version": "1.30.0", + "version": "1.31.0", "license": "MIT", "dependencies": { "@dbc-tech/actionstep": "*", @@ -77,7 +77,7 @@ }, "actionstep-auth-function": { "name": "@dbc-tech/actionstep-auth-function", - "version": "1.30.0", + "version": "1.31.0", "license": "MIT", "dependencies": { "@azure/functions": "^4.0.0",