Skip to content

Commit adaba36

Browse files
committed
chore: release main
1 parent 5842ed4 commit adaba36

File tree

24 files changed

+236
-55
lines changed

24 files changed

+236
-55
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": "5.0.0",
1313
"plugins/backend-app": "3.2.6",
14-
"plugins/circleci": "8.0.0",
14+
"plugins/circleci": "9.0.0",
1515
"plugins/circleci-heroku": "3.2.6",
16-
"plugins/circleci-npm": "7.0.0",
17-
"plugins/component": "6.0.0",
16+
"plugins/circleci-npm": "8.0.0",
17+
"plugins/component": "7.0.0",
1818
"plugins/eslint": "5.0.0",
19-
"plugins/frontend-app": "5.0.0",
19+
"plugins/frontend-app": "6.0.0",
2020
"plugins/heroku": "5.0.0",
2121
"plugins/husky-npm": "6.0.0",
2222
"plugins/jest": "5.0.0",
@@ -30,13 +30,13 @@
3030
"plugins/npm": "5.0.0",
3131
"plugins/pa11y": "0.5.3",
3232
"plugins/prettier": "5.0.0",
33-
"plugins/upload-assets-to-s3": "5.0.0",
33+
"plugins/upload-assets-to-s3": "5.1.0",
3434
"plugins/webpack": "5.0.0",
3535
"plugins/cypress": "6.0.0",
3636
"plugins/typescript": "4.0.0",
37-
"plugins/backend-heroku-app": "5.0.0",
38-
"plugins/circleci-deploy": "5.0.0",
39-
"plugins/backend-serverless-app": "5.0.0",
37+
"plugins/backend-heroku-app": "6.0.0",
38+
"plugins/circleci-deploy": "6.0.0",
39+
"plugins/backend-serverless-app": "6.0.0",
4040
"plugins/serverless": "4.0.0",
4141
"lib/doppler": "3.0.0",
4242
"lib/base": "2.0.0",
@@ -49,9 +49,9 @@
4949
"plugins/cloudsmith": "2.0.0",
5050
"plugins/docker": "1.0.0",
5151
"plugins/aws": "1.0.0",
52-
"plugins/hako": "1.0.0",
53-
"plugins/containerised-app": "1.0.0",
54-
"plugins/containerised-app-with-assets": "1.0.0",
52+
"plugins/hako": "2.0.0",
53+
"plugins/containerised-app": "2.0.0",
54+
"plugins/containerised-app-with-assets": "2.0.0",
5555
"plugins/monorepo": "0.2.0",
5656
"plugins/node-test": "2.0.0",
5757
"plugins/parallel": "2.0.0"

package-lock.json

Lines changed: 22 additions & 22 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,24 @@
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+
## [6.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v5.0.0...backend-heroku-app-v6.0.0) (2025-11-10)
414+
415+
416+
### ⚠ BREAKING CHANGES
417+
418+
* release major versions of wrapper plugins
419+
420+
### Features
421+
422+
* release major versions of wrapper plugins ([c7fa1f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/c7fa1f4fb405f07ec40c8df2fd3aeb4486bb447b))
423+
424+
425+
### Dependencies
426+
427+
* The following workspace dependencies were updated
428+
* dependencies
429+
* @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0
430+
413431
## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-heroku-app-v4.1.22...backend-heroku-app-v5.0.0) (2025-10-28)
414432

415433

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": "5.0.0",
3+
"version": "6.0.0",
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": "^5.0.0",
10+
"@dotcom-tool-kit/circleci-deploy": "^6.0.0",
1111
"@dotcom-tool-kit/heroku": "^5.0.0",
1212
"@dotcom-tool-kit/node": "^5.0.0",
1313
"@dotcom-tool-kit/npm": "^5.0.0"

plugins/backend-serverless-app/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,24 @@
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+
## [6.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v5.0.0...backend-serverless-app-v6.0.0) (2025-11-10)
391+
392+
393+
### ⚠ BREAKING CHANGES
394+
395+
* release major versions of wrapper plugins
396+
397+
### Features
398+
399+
* release major versions of wrapper plugins ([c7fa1f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/c7fa1f4fb405f07ec40c8df2fd3aeb4486bb447b))
400+
401+
402+
### Dependencies
403+
404+
* The following workspace dependencies were updated
405+
* dependencies
406+
* @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0
407+
390408
## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.23...backend-serverless-app-v5.0.0) (2025-10-28)
391409

392410

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": "5.0.0",
3+
"version": "6.0.0",
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": "^5.0.0",
10+
"@dotcom-tool-kit/circleci-deploy": "^6.0.0",
1111
"@dotcom-tool-kit/node": "^5.0.0",
1212
"@dotcom-tool-kit/npm": "^5.0.0",
1313
"@dotcom-tool-kit/serverless": "^4.0.0"

plugins/circleci-deploy/CHANGELOG.md

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

177+
## [6.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v5.0.0...circleci-deploy-v6.0.0) (2025-11-10)
178+
179+
180+
### ⚠ BREAKING CHANGES
181+
182+
* **circleci:** this workflow requires a repo to be using the Github Apps integration since it references the `pipeline.event` values, which will fail CircleCI config validation if using the OAuth integration
183+
184+
### Features
185+
186+
* **circleci:** add a `pr-close` workflow ([64da418](https://github.com/Financial-Times/dotcom-tool-kit/commit/64da418b8ff605c6e7ab52d962d81b90c7399054))
187+
188+
189+
### Dependencies
190+
191+
* The following workspace dependencies were updated
192+
* dependencies
193+
* @dotcom-tool-kit/circleci bumped from ^8.0.0 to ^9.0.0
194+
177195
## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-deploy-v4.1.22...circleci-deploy-v5.0.0) (2025-10-28)
178196

179197

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": "5.0.0",
3+
"version": "6.0.0",
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": "^8.0.0",
13+
"@dotcom-tool-kit/circleci": "^9.0.0",
1414
"tslib": "^2.8.1"
1515
},
1616
"repository": {

plugins/circleci-npm/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,24 @@
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+
## [8.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v7.0.0...circleci-npm-v8.0.0) (2025-11-10)
337+
338+
339+
### ⚠ BREAKING CHANGES
340+
341+
* release major versions of wrapper plugins
342+
343+
### Features
344+
345+
* release major versions of wrapper plugins ([c7fa1f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/c7fa1f4fb405f07ec40c8df2fd3aeb4486bb447b))
346+
347+
348+
### Dependencies
349+
350+
* The following workspace dependencies were updated
351+
* dependencies
352+
* @dotcom-tool-kit/circleci bumped from ^8.0.0 to ^9.0.0
353+
336354
## [7.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/circleci-npm-v6.1.22...circleci-npm-v7.0.0) (2025-10-28)
337355

338356

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": "7.0.0",
3+
"version": "8.0.0",
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": "^8.0.0",
13+
"@dotcom-tool-kit/circleci": "^9.0.0",
1414
"@dotcom-tool-kit/npm": "^5.0.0",
1515
"tslib": "^2.8.1"
1616
},

0 commit comments

Comments
 (0)