Skip to content

Commit

Permalink
v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Feb 6, 2024
1 parent 4b53ba3 commit a6b8f2a
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": "5.1.2",
"version": "5.1.3",
"description": "Acceptance tests for cli",
"private": true,
"author": "Mike Talley <mtalley@hubspot.com>",
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": "5.1.3-beta.1"
"version": "5.1.3"
}
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.3-beta.1",
"version": "5.1.3",
"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.0",
"@hubspot/serverless-dev-runtime": "5.1.3-beta.1",
"@hubspot/serverless-dev-runtime": "5.1.3",
"@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.3-beta.1",
"version": "5.1.3",
"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.3-beta.1",
"version": "5.1.3",
"description": "Webpack plugins for using with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit a6b8f2a

Please sign in to comment.