Skip to content

Commit

Permalink
Merge pull request #697 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 Oct 7, 2024
2 parents 54a14f5 + 6f33444 commit 7b492a0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"core/cli": "4.0.2",
"core/create": "4.0.2",
"core/cli": "4.0.3",
"core/create": "4.0.3",
"lib/error": "4.0.0",
"lib/logger": "4.0.0",
"lib/options": "4.0.2",
Expand Down
7 changes: 7 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,13 @@
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.4 to ^3.4.5
* @dotcom-tool-kit/frontend-app bumped from ^3.2.5 to ^3.2.6

## [4.0.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.0.2...dotcom-tool-kit-v4.0.3) (2024-10-07)


### Bug Fixes

* **cli:** add missing dependency on @dotcom-tool-kit/state ([eee137c](https://github.com/Financial-Times/dotcom-tool-kit/commit/eee137ca3f1b91b20e76f88ea2cb7ba358b592b6))

## [4.0.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.0.1...dotcom-tool-kit-v4.0.2) (2024-10-04)


Expand Down
2 changes: 1 addition & 1 deletion core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotcom-tool-kit",
"version": "4.0.2",
"version": "4.0.3",
"description": "modern, maintainable, modular developer tooling for FT.com projects",
"author": "FT.com Platforms Team <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions core/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@
* devDependencies
* dotcom-tool-kit bumped from ^4.0.1 to ^4.0.2

### Dependencies

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

## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v3.8.1...create-v4.0.0) (2024-09-10)


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": "4.0.2",
"version": "4.0.3",
"description": "",
"main": "lib",
"bin": "./bin/create-tool-kit",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/node-fetch": "^2.6.2",
"@types/pacote": "^11.1.3",
"@types/prompts": "^2.0.14",
"dotcom-tool-kit": "^4.0.2",
"dotcom-tool-kit": "^4.0.3",
"type-fest": "^3.13.1"
},
"volta": {
Expand Down

0 comments on commit 7b492a0

Please sign in to comment.