Skip to content

Commit

Permalink
v5.1.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Feb 20, 2024
1 parent 2f88882 commit 8c66f7e
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.1.4-beta.0"
"version": "5.1.4-beta.1"
}
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.1.4-beta.0",
"version": "5.1.4-beta.1",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@hubspot/cli-lib": "^9.0.0",
"@hubspot/local-dev-lib": "^0.3.4",
"@hubspot/serverless-dev-runtime": "5.1.4-beta.0",
"@hubspot/serverless-dev-runtime": "5.1.4-beta.1",
"@hubspot/ui-extensions-dev-server": "0.8.9",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
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.1.4-beta.0",
"version": "5.1.4-beta.1",
"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.1.4-beta.0",
"version": "5.1.4-beta.1",
"description": "Webpack plugins for using with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 8c66f7e

Please sign in to comment.