Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team authored and apaleslimghost committed Jan 9, 2025
1 parent 096f826 commit ac8b1e9
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.3.4",
"core/create": "4.2.4",
"core/cli": "4.3.5",
"core/create": "4.2.5",
"lib/error": "4.1.0",
"lib/logger": "4.1.0",
"plugins/package-json-hook": "5.1.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 @@ -420,6 +420,13 @@
* @dotcom-tool-kit/base bumped from ^1.1.3 to ^1.1.4
* @dotcom-tool-kit/config bumped from ^1.0.6 to ^1.0.7

## [4.3.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.3.4...dotcom-tool-kit-v4.3.5) (2025-01-09)


### Bug Fixes

* imports aren't always plain objects ([096f826](https://github.com/Financial-Times/dotcom-tool-kit/commit/096f82631308ccedab96de474c633ad5edd93c9b))

## [4.3.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.3.2...dotcom-tool-kit-v4.3.3) (2025-01-09)


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.3.4",
"version": "4.3.5",
"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 @@ -305,6 +305,12 @@
* devDependencies
* dotcom-tool-kit bumped from ^4.3.3 to ^4.3.4

### Dependencies

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

## [4.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/create-v4.1.1...create-v4.2.0) (2025-01-02)


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.2.4",
"version": "4.2.5",
"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.3.4",
"dotcom-tool-kit": "^4.3.5",
"type-fest": "^3.13.1"
},
"volta": {
Expand Down

0 comments on commit ac8b1e9

Please sign in to comment.