Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Oct 2, 2024
1 parent e5c3154 commit 7609393
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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": "6.0.0",
"version": "6.2.0",
"description": "Acceptance tests for cli",
"private": true,
"homepage": "https://github.com/HubSpot/hubspot-cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*", "acceptance-tests"],
"version": "6.1.1"
"version": "6.2.0"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/cli",
"version": "6.1.1",
"version": "6.2.0",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@hubspot/local-dev-lib": "2.0.0",
"@hubspot/serverless-dev-runtime": "6.1.1",
"@hubspot/serverless-dev-runtime": "6.2.0",
"@hubspot/theme-preview-dev-server": "0.0.8",
"@hubspot/ui-extensions-dev-server": "0.8.33",
"archiver": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-dev-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/serverless-dev-runtime",
"version": "6.1.1",
"version": "6.2.0",
"description": "A tool for testing HubSpot CMS serverless functions locally",
"main": "index.js",
"repository": "https://github.com/HubSpot/hubspot-cli",
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.1.1",
"version": "6.2.0",
"description": "Webpack plugins for using with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 7609393

Please sign in to comment.