Skip to content

Commit

Permalink
v2.2.3-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthmatic committed Jan 11, 2021
1 parent 041b40f commit dfcd0fb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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": "2.2.2"
"version": "2.2.3-beta.0"
}
4 changes: 2 additions & 2 deletions packages/cms-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@hubspot/cms-cli",
"version": "2.2.2",
"version": "2.2.3-beta.0",
"description": "CLI for interacting with the HubSpot CMS",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/hubspot-cms-tools"
},
"dependencies": {
"@hubspot/cms-lib": "^2.2.2",
"@hubspot/cms-lib": "^2.2.3-beta.0",
"chalk": "^4.1.0",
"express": "^4.17.1",
"inquirer": "^6.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cms-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cms-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/cms-lib",
"version": "2.2.2",
"version": "2.2.3-beta.0",
"description": "Library for working with the HubSpot CMS",
"license": "Apache-2.0",
"main": "index.js",
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": "2.2.2",
"version": "2.2.3-beta.0",
"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/cms-lib": "^2.2.2"
"@hubspot/cms-lib": "^2.2.3-beta.0"
},
"gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8"
}

0 comments on commit dfcd0fb

Please sign in to comment.