diff --git a/lerna.json b/lerna.json index 13e9cd9f3..d4891dcd9 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/*", "acceptance-tests" ], - "version": "4.1.0" + "version": "4.1.1" } diff --git a/packages/cli-lib/package.json b/packages/cli-lib/package.json index c0ffd2acf..e78a16d8a 100644 --- a/packages/cli-lib/package.json +++ b/packages/cli-lib/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/cli-lib", - "version": "4.1.0", + "version": "4.1.1", "description": "Library for creating scripts for working with HubSpot", "license": "Apache-2.0", "main": "index.js", diff --git a/packages/cli/package.json b/packages/cli/package.json index 37cd30d85..5b7de1db4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/cli", - "version": "4.1.0", + "version": "4.1.1", "description": "CLI for working with HubSpot", "license": "Apache-2.0", "repository": { @@ -8,8 +8,8 @@ "url": "https://github.com/HubSpot/hubspot-cms-tools" }, "dependencies": { - "@hubspot/cli-lib": "4.1.0", - "@hubspot/serverless-dev-runtime": "4.1.0", + "@hubspot/cli-lib": "4.1.1", + "@hubspot/serverless-dev-runtime": "4.1.1", "archiver": "^5.3.0", "chalk": "^4.1.2", "express": "^4.17.1", diff --git a/packages/serverless-dev-runtime/package.json b/packages/serverless-dev-runtime/package.json index d29179124..0b7c4dff2 100644 --- a/packages/serverless-dev-runtime/package.json +++ b/packages/serverless-dev-runtime/package.json @@ -1,12 +1,12 @@ { "name": "@hubspot/serverless-dev-runtime", - "version": "4.1.0", + "version": "4.1.1", "description": "A tool for testing HubSpot CMS serverless functions locally", "main": "index.js", "repository": "https://github.com/HubSpot/hubspot-cli", "license": "Apache-2.0", "dependencies": { - "@hubspot/cli-lib": "4.1.0", + "@hubspot/cli-lib": "4.1.1", "body-parser": "^1.19.0", "chalk": "^4.1.0", "chokidar": "^3.4.3", diff --git a/packages/webpack-cms-plugins/package.json b/packages/webpack-cms-plugins/package.json index 6c9aa35b2..1fe90a1ba 100644 --- a/packages/webpack-cms-plugins/package.json +++ b/packages/webpack-cms-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/webpack-cms-plugins", - "version": "4.1.0", + "version": "4.1.1", "description": "Webpack plugins for using with the HubSpot CMS", "license": "Apache-2.0", "repository": { @@ -17,7 +17,7 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { - "@hubspot/cli-lib": "4.1.0" + "@hubspot/cli-lib": "4.1.1" }, "gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8" }