Skip to content

Commit

Permalink
Merge pull request #748 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 Jan 9, 2025
2 parents 057ff97 + 2c39d10 commit 81c052e
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.2",
"core/create": "4.2.2",
"core/cli": "4.3.3",
"core/create": "4.2.3",
"lib/error": "4.1.0",
"lib/logger": "4.1.0",
"plugins/package-json-hook": "5.1.1",
Expand Down
7 changes: 7 additions & 0 deletions core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,13 @@
* @dotcom-tool-kit/base bumped from ^1.1.2 to ^1.1.3
* @dotcom-tool-kit/config bumped from ^1.0.5 to ^1.0.6

## [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)


### Bug Fixes

* actually support CJS in importEntryPoint ([2caed3d](https://github.com/Financial-Times/dotcom-tool-kit/commit/2caed3db66f678e49db09a72456cf072604826a8))

## [4.3.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.3.0...dotcom-tool-kit-v4.3.1) (2025-01-06)


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.2",
"version": "4.3.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 @@ -290,6 +290,12 @@
* devDependencies
* dotcom-tool-kit bumped from ^4.3.1 to ^4.3.2

### Dependencies

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

## [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.2",
"version": "4.2.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.3.2",
"dotcom-tool-kit": "^4.3.3",
"type-fest": "^3.13.1"
},
"volta": {
Expand Down

0 comments on commit 81c052e

Please sign in to comment.