Skip to content

Commit a74cd0d

Browse files
next-teamivomurrell
authored andcommitted
chore: release main
1 parent b13d284 commit a74cd0d

File tree

26 files changed

+212
-71
lines changed

26 files changed

+212
-71
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"core/cli": "4.8.1",
2+
"core/cli": "4.8.2",
33
"core/create": "4.2.12",
44
"lib/error": "4.1.1",
55
"lib/logger": "4.2.2",
@@ -13,11 +13,11 @@
1313
"plugins/backend-app": "3.2.6",
1414
"plugins/circleci": "7.6.6",
1515
"plugins/circleci-heroku": "3.2.6",
16-
"plugins/circleci-npm": "6.1.17",
17-
"plugins/component": "5.1.17",
16+
"plugins/circleci-npm": "6.1.18",
17+
"plugins/component": "5.1.18",
1818
"plugins/eslint": "4.3.4",
19-
"plugins/frontend-app": "4.1.17",
20-
"plugins/heroku": "4.2.5",
19+
"plugins/frontend-app": "4.1.18",
20+
"plugins/heroku": "4.2.6",
2121
"plugins/husky-npm": "5.1.12",
2222
"plugins/jest": "4.3.5",
2323
"plugins/lint-staged": "5.2.12",
@@ -27,16 +27,16 @@
2727
"plugins/next-router": "4.3.4",
2828
"plugins/node": "4.3.4",
2929
"plugins/nodemon": "4.2.4",
30-
"plugins/npm": "4.2.15",
30+
"plugins/npm": "4.2.16",
3131
"plugins/pa11y": "0.5.3",
3232
"plugins/prettier": "4.3.5",
3333
"plugins/upload-assets-to-s3": "4.3.6",
3434
"plugins/webpack": "4.3.4",
3535
"plugins/cypress": "5.3.4",
3636
"plugins/typescript": "3.3.4",
37-
"plugins/backend-heroku-app": "4.1.17",
38-
"plugins/circleci-deploy": "4.1.17",
39-
"plugins/backend-serverless-app": "4.1.18",
37+
"plugins/backend-heroku-app": "4.1.18",
38+
"plugins/circleci-deploy": "4.1.18",
39+
"plugins/backend-serverless-app": "4.1.19",
4040
"plugins/serverless": "3.4.3",
4141
"lib/doppler": "2.2.3",
4242
"lib/base": "1.2.3",
@@ -50,8 +50,8 @@
5050
"plugins/docker": "0.4.4",
5151
"plugins/aws": "0.1.10",
5252
"plugins/hako": "0.1.16",
53-
"plugins/containerised-app": "0.2.4",
54-
"plugins/containerised-app-with-assets": "0.2.4",
55-
"plugins/monorepo": "0.1.4",
53+
"plugins/containerised-app": "0.2.5",
54+
"plugins/containerised-app-with-assets": "0.2.5",
55+
"plugins/monorepo": "0.1.5",
5656
"plugins/node-test": "1.0.5"
5757
}

core/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,13 @@
461461
* @dotcom-tool-kit/base bumped from ^1.2.0 to ^1.2.1
462462
* @dotcom-tool-kit/logger bumped from ^4.1.1 to ^4.2.0
463463

464+
## [4.8.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.8.1...dotcom-tool-kit-v4.8.2) (2025-06-25)
465+
466+
467+
### Bug Fixes
468+
469+
* **circleci-deploy:** make deployments depend on build job ([b13d284](https://github.com/Financial-Times/dotcom-tool-kit/commit/b13d2849ef550d5e25227b9ae730a7a7f6f0091d))
470+
464471
## [4.8.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/dotcom-tool-kit-v4.8.0...dotcom-tool-kit-v4.8.1) (2025-05-21)
465472

466473

core/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotcom-tool-kit",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"description": "modern, maintainable, modular developer tooling for FT.com projects",
55
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
66
"license": "MIT",

package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/backend-heroku-app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,19 @@
410410
* @dotcom-tool-kit/node bumped from ^4.3.1 to ^4.3.2
411411
* @dotcom-tool-kit/npm bumped from ^4.2.11 to ^4.2.12
412412

413+
## [4.1.18](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v4.1.17...backend-heroku-app-v4.1.18) (2025-06-25)
414+
415+
416+
### Dependencies
417+
418+
* The following workspace dependencies were updated
419+
* dependencies
420+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.17 to ^4.1.18
421+
* @dotcom-tool-kit/heroku bumped from ^4.2.5 to ^4.2.6
422+
* @dotcom-tool-kit/npm bumped from ^4.2.15 to ^4.2.16
423+
* peerDependencies
424+
* dotcom-tool-kit bumped from 4.x to 4.8.2
425+
413426
## [4.1.17](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v4.1.16...backend-heroku-app-v4.1.17) (2025-05-21)
414427

415428

plugins/backend-heroku-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@dotcom-tool-kit/backend-heroku-app",
3-
"version": "4.1.17",
3+
"version": "4.1.18",
44
"description": "",
55
"main": "index.js",
66
"keywords": [],
77
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
88
"license": "ISC",
99
"dependencies": {
10-
"@dotcom-tool-kit/circleci-deploy": "^4.1.17",
11-
"@dotcom-tool-kit/heroku": "^4.2.5",
10+
"@dotcom-tool-kit/circleci-deploy": "^4.1.18",
11+
"@dotcom-tool-kit/heroku": "^4.2.6",
1212
"@dotcom-tool-kit/node": "^4.3.4",
13-
"@dotcom-tool-kit/npm": "^4.2.15"
13+
"@dotcom-tool-kit/npm": "^4.2.16"
1414
},
1515
"repository": {
1616
"type": "git",

plugins/backend-serverless-app/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@
387387
* @dotcom-tool-kit/npm bumped from ^4.2.11 to ^4.2.12
388388
* @dotcom-tool-kit/serverless bumped from ^3.4.0 to ^3.4.1
389389

390+
## [4.1.19](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.18...backend-serverless-app-v4.1.19) (2025-06-25)
391+
392+
393+
### Dependencies
394+
395+
* The following workspace dependencies were updated
396+
* dependencies
397+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.17 to ^4.1.18
398+
* @dotcom-tool-kit/npm bumped from ^4.2.15 to ^4.2.16
399+
* peerDependencies
400+
* dotcom-tool-kit bumped from 4.x to 4.8.2
401+
390402
## [4.1.18](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.17...backend-serverless-app-v4.1.18) (2025-05-21)
391403

392404

plugins/backend-serverless-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@dotcom-tool-kit/backend-serverless-app",
3-
"version": "4.1.18",
3+
"version": "4.1.19",
44
"description": "",
55
"main": "index.js",
66
"keywords": [],
77
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
88
"license": "ISC",
99
"dependencies": {
10-
"@dotcom-tool-kit/circleci-deploy": "^4.1.17",
10+
"@dotcom-tool-kit/circleci-deploy": "^4.1.18",
1111
"@dotcom-tool-kit/node": "^4.3.4",
12-
"@dotcom-tool-kit/npm": "^4.2.15",
12+
"@dotcom-tool-kit/npm": "^4.2.16",
1313
"@dotcom-tool-kit/serverless": "^3.4.3"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)