Skip to content

Commit

Permalink
v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
miketalley committed Jan 9, 2023
1 parent b144f41 commit 45c65e4
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.5](https://github.com/HubSpot/hubspot-cms-tools/compare/v4.1.5-beta.4...v4.1.5) (2023-01-09)

**Note:** Version bump only for package hubspot-cms-tools





# Change Log

## Changelog has moved to releases
Expand Down
8 changes: 8 additions & 0 deletions acceptance-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.5](https://github.com/HubSpot/hubspot-cli/compare/v4.1.5-beta.4...v4.1.5) (2023-01-09)

**Note:** Version bump only for package acceptance-tests
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": "4.1.5-beta.4",
"version": "4.1.5",
"description": "Acceptance tests for cli",
"private": true,
"author": "Mike Talley <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*",
"acceptance-tests"
],
"version": "4.1.5-beta.4"
"version": "4.1.5"
}
8 changes: 8 additions & 0 deletions packages/cli-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.5](https://github.com/HubSpot/hubspot-cms-tools/compare/v4.1.5-beta.4...v4.1.5) (2023-01-09)

**Note:** Version bump only for package @hubspot/cli-lib





## [3.0.4](https://github.com/HubSpot/hubspot-cms-tools/compare/v3.0.4-beta.1...v3.0.4) (2021-04-01)

**Note:** Version bump only for package @hubspot/cli-lib
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": "4.1.5-beta.4",
"version": "4.1.5",
"description": "Library for creating scripts for working with HubSpot",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.5](https://github.com/HubSpot/hubspot-cms-tools/compare/v4.1.5-beta.4...v4.1.5) (2023-01-09)

**Note:** Version bump only for package @hubspot/cli





## [3.0.4](https://github.com/HubSpot/hubspot-cms-tools/compare/v3.0.4-beta.1...v3.0.4) (2021-04-01)

**Note:** Version bump only for package @hubspot/cli
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": "4.1.5-beta.4",
"version": "4.1.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": "4.1.5-beta.4",
"@hubspot/serverless-dev-runtime": "4.1.5-beta.4",
"@hubspot/cli-lib": "^4.1.5",
"@hubspot/serverless-dev-runtime": "^4.1.5",
"archiver": "^5.3.0",
"chalk": "^4.1.2",
"express": "^4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/serverless-dev-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.5](https://github.com/HubSpot/hubspot-cli/compare/v4.1.5-beta.4...v4.1.5) (2023-01-09)

**Note:** Version bump only for package @hubspot/serverless-dev-runtime





## [3.0.4](https://github.com/HubSpot/hubspot-cli/compare/v3.0.4-beta.1...v3.0.4) (2021-04-01)

**Note:** Version bump only for package @hubspot/serverless-dev-runtime
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": "4.1.5-beta.4",
"version": "4.1.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": "4.1.5-beta.4",
"@hubspot/cli-lib": "^4.1.5",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/webpack-cms-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.5](https://github.com/HubSpot/hubspot-cms-tools/compare/v4.1.5-beta.4...v4.1.5) (2023-01-09)

**Note:** Version bump only for package @hubspot/webpack-cms-plugins





## [3.0.4](https://github.com/HubSpot/hubspot-cms-tools/compare/v3.0.4-beta.1...v3.0.4) (2021-04-01)

**Note:** Version bump only for package @hubspot/webpack-cms-plugins
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": "4.1.5-beta.4",
"version": "4.1.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": "4.1.5-beta.4"
"@hubspot/cli-lib": "^4.1.5"
},
"gitHead": "0659fd19cabc3645af431b177c11d0c1b089e0f8"
}

0 comments on commit 45c65e4

Please sign in to comment.