Skip to content

Commit fe651e5

Browse files
v3.0.11
1 parent 47ad7de commit fe651e5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

acceptance-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acceptance-tests",
3-
"version": "3.0.10-beta.6",
3+
"version": "3.0.11",
44
"description": "Acceptance tests for cli",
55
"private": true,
66
"author": "Mike Talley <[email protected]>",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*",
66
"acceptance-tests"
77
],
8-
"version": "3.0.11-beta.1"
8+
"version": "3.0.11"
99
}

packages/cli-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/cli-lib",
3-
"version": "3.0.11-beta.1",
3+
"version": "3.0.11",
44
"description": "Library for creating scripts for working with HubSpot",
55
"license": "Apache-2.0",
66
"main": "index.js",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@hubspot/cli",
3-
"version": "3.0.11-beta.1",
3+
"version": "3.0.11",
44
"description": "CLI for working with HubSpot",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/HubSpot/hubspot-cms-tools"
99
},
1010
"dependencies": {
11-
"@hubspot/cli-lib": "^3.0.11-beta.1",
12-
"@hubspot/serverless-dev-runtime": "^3.0.11-beta.1",
11+
"@hubspot/cli-lib": "^3.0.11",
12+
"@hubspot/serverless-dev-runtime": "^3.0.11",
1313
"archiver": "^5.3.0",
1414
"chalk": "^4.1.2",
1515
"express": "^4.17.1",

packages/serverless-dev-runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@hubspot/serverless-dev-runtime",
3-
"version": "3.0.11-beta.1",
3+
"version": "3.0.11",
44
"description": "A tool for testing HubSpot CMS serverless functions locally",
55
"main": "index.js",
66
"repository": "https://github.com/HubSpot/hubspot-cli",
77
"license": "Apache-2.0",
88
"dependencies": {
9-
"@hubspot/cli-lib": "^3.0.11-beta.1",
9+
"@hubspot/cli-lib": "^3.0.11",
1010
"body-parser": "^1.19.0",
1111
"chalk": "^4.1.0",
1212
"chokidar": "^3.4.3",

packages/webpack-cms-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hubspot/webpack-cms-plugins",
3-
"version": "3.0.11-beta.1",
3+
"version": "3.0.11",
44
"description": "Webpack plugins for using with the HubSpot CMS",
55
"license": "Apache-2.0",
66
"repository": {
@@ -17,7 +17,7 @@
1717
"test": "echo \"Error: run tests from root\" && exit 1"
1818
},
1919
"dependencies": {
20-
"@hubspot/cli-lib": "^3.0.11-beta.1"
20+
"@hubspot/cli-lib": "^3.0.11"
2121
},
2222
"gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8"
2323
}

0 commit comments

Comments
 (0)