Skip to content

Commit

Permalink
v5.2.1-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed May 14, 2024
1 parent 8c1ef0e commit 3998510
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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": "5.2.1-beta.5"
"version": "5.2.1-beta.6"
}
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": "5.2.1-beta.5",
"version": "5.2.1-beta.6",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@hubspot/local-dev-lib": "1.2.0",
"@hubspot/serverless-dev-runtime": "5.2.1-beta.4",
"@hubspot/serverless-dev-runtime": "5.2.1-beta.6",
"@hubspot/theme-preview-dev-server": "0.0.6",
"@hubspot/ui-extensions-dev-server": "0.8.19",
"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": "5.2.1-beta.4",
"version": "5.2.1-beta.6",
"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": "5.2.1-beta.4",
"version": "5.2.1-beta.6",
"description": "Webpack plugins for using with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 3998510

Please sign in to comment.