Skip to content

Commit

Permalink
v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Feb 4, 2022
1 parent 47ad7de commit fe651e5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acceptance-tests",
"version": "3.0.10-beta.6",
"version": "3.0.11",
"description": "Acceptance tests for cli",
"private": true,
"author": "Mike Talley <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*",
"acceptance-tests"
],
"version": "3.0.11-beta.1"
"version": "3.0.11"
}
2 changes: 1 addition & 1 deletion packages/cli-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/cli-lib",
"version": "3.0.11-beta.1",
"version": "3.0.11",
"description": "Library for creating scripts for working with HubSpot",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@hubspot/cli",
"version": "3.0.11-beta.1",
"version": "3.0.11",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/hubspot-cms-tools"
},
"dependencies": {
"@hubspot/cli-lib": "^3.0.11-beta.1",
"@hubspot/serverless-dev-runtime": "^3.0.11-beta.1",
"@hubspot/cli-lib": "^3.0.11",
"@hubspot/serverless-dev-runtime": "^3.0.11",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
"express": "^4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-dev-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hubspot/serverless-dev-runtime",
"version": "3.0.11-beta.1",
"version": "3.0.11",
"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": "^3.0.11-beta.1",
"@hubspot/cli-lib": "^3.0.11",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-cms-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/webpack-cms-plugins",
"version": "3.0.11-beta.1",
"version": "3.0.11",
"description": "Webpack plugins for using with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
Expand All @@ -17,7 +17,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@hubspot/cli-lib": "^3.0.11-beta.1"
"@hubspot/cli-lib": "^3.0.11"
},
"gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8"
}

0 comments on commit fe651e5

Please sign in to comment.