Skip to content

Commit 34ca546

Browse files
next-teamapaleslimghost
authored andcommitted
chore: release main
1 parent 4a22911 commit 34ca546

File tree

24 files changed

+145
-51
lines changed

24 files changed

+145
-51
lines changed

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"orb": "5.2.1",
1212
"plugins/babel": "4.3.6",
1313
"plugins/backend-app": "3.2.6",
14-
"plugins/circleci": "7.6.7",
14+
"plugins/circleci": "7.6.8",
1515
"plugins/circleci-heroku": "3.2.6",
16-
"plugins/circleci-npm": "6.1.19",
17-
"plugins/component": "5.1.19",
16+
"plugins/circleci-npm": "6.1.20",
17+
"plugins/component": "5.1.20",
1818
"plugins/eslint": "4.3.5",
19-
"plugins/frontend-app": "4.1.19",
19+
"plugins/frontend-app": "4.1.20",
2020
"plugins/heroku": "4.2.7",
2121
"plugins/husky-npm": "5.1.13",
2222
"plugins/jest": "4.3.6",
@@ -34,9 +34,9 @@
3434
"plugins/webpack": "4.4.0",
3535
"plugins/cypress": "5.3.5",
3636
"plugins/typescript": "3.3.5",
37-
"plugins/backend-heroku-app": "4.1.19",
38-
"plugins/circleci-deploy": "4.1.19",
39-
"plugins/backend-serverless-app": "4.1.20",
37+
"plugins/backend-heroku-app": "4.1.20",
38+
"plugins/circleci-deploy": "4.1.20",
39+
"plugins/backend-serverless-app": "4.1.21",
4040
"plugins/serverless": "3.5.0",
4141
"lib/doppler": "2.2.3",
4242
"lib/base": "1.3.0",
@@ -45,13 +45,13 @@
4545
"lib/plugin": "1.1.0",
4646
"lib/schemas": "1.9.0",
4747
"lib/validated": "1.0.3",
48-
"plugins/commitlint": "1.2.13",
48+
"plugins/commitlint": "1.3.0",
4949
"plugins/cloudsmith": "1.1.2",
50-
"plugins/docker": "0.4.5",
50+
"plugins/docker": "0.4.6",
5151
"plugins/aws": "0.1.11",
5252
"plugins/hako": "0.1.22",
53-
"plugins/containerised-app": "0.3.3",
54-
"plugins/containerised-app-with-assets": "0.3.3",
53+
"plugins/containerised-app": "0.3.4",
54+
"plugins/containerised-app-with-assets": "0.3.4",
5555
"plugins/monorepo": "0.1.6",
5656
"plugins/node-test": "1.0.6",
5757
"plugins/parallel": "1.0.1"

package-lock.json

Lines changed: 20 additions & 20 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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,15 @@
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.20](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v4.1.19...backend-heroku-app-v4.1.20) (2025-09-30)
414+
415+
416+
### Dependencies
417+
418+
* The following workspace dependencies were updated
419+
* dependencies
420+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.19 to ^4.1.20
421+
413422
## [4.1.19](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v4.1.18...backend-heroku-app-v4.1.19) (2025-08-12)
414423

415424

plugins/backend-heroku-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@dotcom-tool-kit/backend-heroku-app",
3-
"version": "4.1.19",
3+
"version": "4.1.20",
44
"description": "",
55
"main": "index.js",
66
"keywords": [],
77
"author": "FT.com Platforms Team <[email protected]>",
88
"license": "ISC",
99
"dependencies": {
10-
"@dotcom-tool-kit/circleci-deploy": "^4.1.19",
10+
"@dotcom-tool-kit/circleci-deploy": "^4.1.20",
1111
"@dotcom-tool-kit/heroku": "^4.2.7",
1212
"@dotcom-tool-kit/node": "^4.4.0",
1313
"@dotcom-tool-kit/npm": "^4.2.17"

plugins/backend-serverless-app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,15 @@
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.21](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.20...backend-serverless-app-v4.1.21) (2025-09-30)
391+
392+
393+
### Dependencies
394+
395+
* The following workspace dependencies were updated
396+
* dependencies
397+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.19 to ^4.1.20
398+
390399
## [4.1.20](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.19...backend-serverless-app-v4.1.20) (2025-08-12)
391400

392401

plugins/backend-serverless-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@dotcom-tool-kit/backend-serverless-app",
3-
"version": "4.1.20",
3+
"version": "4.1.21",
44
"description": "",
55
"main": "index.js",
66
"keywords": [],
77
"author": "FT.com Platforms Team <[email protected]>",
88
"license": "ISC",
99
"dependencies": {
10-
"@dotcom-tool-kit/circleci-deploy": "^4.1.19",
10+
"@dotcom-tool-kit/circleci-deploy": "^4.1.20",
1111
"@dotcom-tool-kit/node": "^4.4.0",
1212
"@dotcom-tool-kit/npm": "^4.2.17",
1313
"@dotcom-tool-kit/serverless": "^3.5.0"

plugins/circleci-deploy/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@
174174
* dependencies
175175
* @dotcom-tool-kit/circleci bumped from ^7.6.1 to ^7.6.2
176176

177+
## [4.1.20](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v4.1.19...circleci-deploy-v4.1.20) (2025-09-30)
178+
179+
180+
### Dependencies
181+
182+
* The following workspace dependencies were updated
183+
* dependencies
184+
* @dotcom-tool-kit/circleci bumped from ^7.6.7 to ^7.6.8
185+
177186
## [4.1.19](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v4.1.18...circleci-deploy-v4.1.19) (2025-08-12)
178187

179188

plugins/circleci-deploy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-tool-kit/circleci-deploy",
3-
"version": "4.1.19",
3+
"version": "4.1.20",
44
"description": "",
55
"main": "lib",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"author": "FT.com Platforms Team <[email protected]>",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@dotcom-tool-kit/circleci": "^7.6.7",
13+
"@dotcom-tool-kit/circleci": "^7.6.8",
1414
"tslib": "^2.8.1"
1515
},
1616
"repository": {

plugins/circleci-npm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,15 @@
333333
* @dotcom-tool-kit/circleci bumped from ^7.6.1 to ^7.6.2
334334
* @dotcom-tool-kit/npm bumped from ^4.2.11 to ^4.2.12
335335

336+
## [6.1.20](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.1.19...circleci-npm-v6.1.20) (2025-09-30)
337+
338+
339+
### Dependencies
340+
341+
* The following workspace dependencies were updated
342+
* dependencies
343+
* @dotcom-tool-kit/circleci bumped from ^7.6.7 to ^7.6.8
344+
336345
## [6.1.19](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.1.18...circleci-npm-v6.1.19) (2025-08-12)
337346

338347

plugins/circleci-npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dotcom-tool-kit/circleci-npm",
3-
"version": "6.1.19",
3+
"version": "6.1.20",
44
"description": "",
55
"main": "lib",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"author": "FT.com Platforms Team <[email protected]>",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@dotcom-tool-kit/circleci": "^7.6.7",
13+
"@dotcom-tool-kit/circleci": "^7.6.8",
1414
"@dotcom-tool-kit/npm": "^4.2.17",
1515
"tslib": "^2.8.1"
1616
},

0 commit comments

Comments
 (0)