Skip to content

Commit

Permalink
v3.0.3-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
miketalley committed Feb 2, 2021
1 parent b4c81cf commit f60755c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "3.0.3-beta.4"
"version": "3.0.3-beta.5"
}
2 changes: 1 addition & 1 deletion packages/cli-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/cli-lib",
"version": "3.0.3-beta.0",
"version": "3.0.3-beta.5",
"description": "Library for creating scripts for working with HubSpot",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@hubspot/cli",
"version": "3.0.3-beta.4",
"version": "3.0.3-beta.5",
"description": "CLI for working with HubSpot",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/hubspot-cms-tools"
},
"dependencies": {
"@hubspot/cli-lib": "^3.0.3-beta.0",
"@hubspot/serverless-dev-runtime": "^3.0.3-beta.4",
"@hubspot/cli-lib": "^3.0.3-beta.5",
"@hubspot/serverless-dev-runtime": "^3.0.3-beta.5",
"chalk": "^4.1.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-dev-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hubspot/serverless-dev-runtime",
"version": "3.0.3-beta.4",
"version": "3.0.3-beta.5",
"description": "A tool for testing HubSpot CMS serverless functions locally",
"main": "index.js",
"repository": "https://github.com/HubSpot/hubspot-cli",
"license": "Apache-2.0",
"dependencies": {
"@hubspot/cli-lib": "^3.0.3-beta.0",
"@hubspot/cli-lib": "^3.0.3-beta.5",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.3-beta.0",
"version": "3.0.3-beta.5",
"description": "Webpack plugins for using with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
Expand All @@ -17,7 +17,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@hubspot/cli-lib": "^3.0.3-beta.0"
"@hubspot/cli-lib": "^3.0.3-beta.5"
},
"gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8"
}

0 comments on commit f60755c

Please sign in to comment.