File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " acceptance-tests" ,
3
- "version" : " 3.0.10-beta.6 " ,
3
+ "version" : " 3.0.11 " ,
4
4
"description" : " Acceptance tests for cli" ,
5
5
"private" : true ,
6
6
"author" :
" Mike Talley <[email protected] >" ,
Original file line number Diff line number Diff line change 5
5
" packages/*" ,
6
6
" acceptance-tests"
7
7
],
8
- "version" : " 3.0.11-beta.1 "
8
+ "version" : " 3.0.11"
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubspot/cli-lib" ,
3
- "version" : " 3.0.11-beta.1 " ,
3
+ "version" : " 3.0.11" ,
4
4
"description" : " Library for creating scripts for working with HubSpot" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubspot/cli" ,
3
- "version" : " 3.0.11-beta.1 " ,
3
+ "version" : " 3.0.11" ,
4
4
"description" : " CLI for working with HubSpot" ,
5
5
"license" : " Apache-2.0" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/HubSpot/hubspot-cms-tools"
9
9
},
10
10
"dependencies" : {
11
- "@hubspot/cli-lib" : " ^3.0.11-beta.1 " ,
12
- "@hubspot/serverless-dev-runtime" : " ^3.0.11-beta.1 " ,
11
+ "@hubspot/cli-lib" : " ^3.0.11" ,
12
+ "@hubspot/serverless-dev-runtime" : " ^3.0.11" ,
13
13
"archiver" : " ^5.3.0" ,
14
14
"chalk" : " ^4.1.2" ,
15
15
"express" : " ^4.17.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubspot/serverless-dev-runtime" ,
3
- "version" : " 3.0.11-beta.1 " ,
3
+ "version" : " 3.0.11" ,
4
4
"description" : " A tool for testing HubSpot CMS serverless functions locally" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/HubSpot/hubspot-cli" ,
7
7
"license" : " Apache-2.0" ,
8
8
"dependencies" : {
9
- "@hubspot/cli-lib" : " ^3.0.11-beta.1 " ,
9
+ "@hubspot/cli-lib" : " ^3.0.11" ,
10
10
"body-parser" : " ^1.19.0" ,
11
11
"chalk" : " ^4.1.0" ,
12
12
"chokidar" : " ^3.4.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubspot/webpack-cms-plugins" ,
3
- "version" : " 3.0.11-beta.1 " ,
3
+ "version" : " 3.0.11" ,
4
4
"description" : " Webpack plugins for using with the HubSpot CMS" ,
5
5
"license" : " Apache-2.0" ,
6
6
"repository" : {
17
17
"test" : " echo \" Error: run tests from root\" && exit 1"
18
18
},
19
19
"dependencies" : {
20
- "@hubspot/cli-lib" : " ^3.0.11-beta.1 "
20
+ "@hubspot/cli-lib" : " ^3.0.11"
21
21
},
22
22
"gitHead" : " 0659fd19cabc3645af431b177c11d0c1b089e0f8"
23
23
}
You can’t perform that action at this time.
0 commit comments