Skip to content

Commit

Permalink
Merge pull request #610 from Financial-Times/release-please--branches…
Browse files Browse the repository at this point in the history
…--main

chore: release main
  • Loading branch information
apaleslimghost authored Apr 16, 2024
2 parents e62390c + 8c3de36 commit 2557b78
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"core/cli": "3.4.5",
"core/create": "3.7.1",
"core/cli": "3.5.0",
"core/create": "3.7.2",
"lib/error": "3.2.0",
"lib/logger": "3.4.0",
"lib/options": "3.2.0",
Expand All @@ -16,7 +16,7 @@
"plugins/circleci-heroku": "3.2.4",
"plugins/circleci-npm": "5.3.3",
"plugins/component": "4.1.3",
"plugins/eslint": "3.2.0",
"plugins/eslint": "3.2.1",
"plugins/frontend-app": "3.2.4",
"plugins/heroku": "3.4.1",
"plugins/husky-npm": "4.2.0",
Expand Down
14 changes: 14 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,20 @@
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.2 to ^3.4.3
* @dotcom-tool-kit/frontend-app bumped from ^3.2.3 to ^3.2.4

## [3.5.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v3.4.5...dotcom-tool-kit-v3.5.0) (2024-04-16)


### Features

* exit running tasks early if the task threw an error with an exitCode ([d98850a](https://github.com/Financial-Times/dotcom-tool-kit/commit/d98850a85df0c629675535ef5d5ea7915887cde0))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @dotcom-tool-kit/eslint bumped from ^3.2.0 to ^3.2.1

## [3.4.4](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v3.4.3...dotcom-tool-kit-v3.4.4) (2024-02-08)


Expand Down
4 changes: 2 additions & 2 deletions core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotcom-tool-kit",
"version": "3.4.5",
"version": "3.5.0",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"@dotcom-tool-kit/backend-heroku-app": "^3.1.4",
"@dotcom-tool-kit/circleci": "^6.0.1",
"@dotcom-tool-kit/circleci-deploy": "^3.4.3",
"@dotcom-tool-kit/eslint": "^3.2.0",
"@dotcom-tool-kit/eslint": "^3.2.1",
"@dotcom-tool-kit/frontend-app": "^3.2.4",
"@dotcom-tool-kit/heroku": "^3.4.1",
"@dotcom-tool-kit/mocha": "^3.2.0",
Expand Down
14 changes: 14 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,20 @@
* devDependencies
* dotcom-tool-kit bumped from ^3.4.3 to ^3.4.4

## [3.7.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v3.7.1...create-v3.7.2) (2024-04-16)


### Bug Fixes

* **create:** use Doppler-managed AWS key format ([67622a4](https://github.com/Financial-Times/dotcom-tool-kit/commit/67622a456df0517fc6b5572109b5f5418324fe2b))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* dotcom-tool-kit bumped from ^3.4.5 to ^3.5.0

## [3.7.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v3.7.0...create-v3.7.1) (2024-03-05)


Expand Down
4 changes: 2 additions & 2 deletions core/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/create",
"version": "3.7.1",
"version": "3.7.2",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.0.14",
"cosmiconfig": "^7.0.1",
"dotcom-tool-kit": "^3.4.5",
"dotcom-tool-kit": "^3.5.0",
"type-fest": "^3.13.1"
},
"volta": {
Expand Down
7 changes: 7 additions & 0 deletions plugins/eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@
* @dotcom-tool-kit/logger bumped from ^3.3.0 to ^3.3.1
* @dotcom-tool-kit/types bumped from ^3.4.1 to ^3.5.0

## [3.2.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/eslint-v3.2.0...eslint-v3.2.1) (2024-04-16)


### Bug Fixes

* remove exitCode from eslint-thrown errors ([8c314ff](https://github.com/Financial-Times/dotcom-tool-kit/commit/8c314ffafdc59112284a730ffc6933b8075f6790))

## [3.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/eslint-v3.1.6...eslint-v3.2.0) (2024-01-11)


Expand Down
2 changes: 1 addition & 1 deletion plugins/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/eslint",
"version": "3.2.0",
"version": "3.2.1",
"description": "",
"main": "lib",
"scripts": {
Expand Down

0 comments on commit 2557b78

Please sign in to comment.