Skip to content

Commit b924f61

Browse files
next-teamivomurrell
authored andcommitted
chore: release main
1 parent fdf0356 commit b924f61

File tree

6 files changed

+37
-8
lines changed

6 files changed

+37
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"plugins/docker": "0.4.4",
5151
"plugins/aws": "0.1.10",
5252
"plugins/hako": "0.1.19",
53-
"plugins/containerised-app": "0.2.9",
54-
"plugins/containerised-app-with-assets": "0.2.9",
53+
"plugins/containerised-app": "0.3.0",
54+
"plugins/containerised-app-with-assets": "0.3.0",
5555
"plugins/monorepo": "0.1.5",
5656
"plugins/node-test": "1.0.5"
5757
}

package-lock.json

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

plugins/containerised-app-with-assets/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,24 @@
4646
* @dotcom-tool-kit/upload-assets-to-s3 bumped from ^4.3.1 to ^4.3.2
4747
* @dotcom-tool-kit/webpack bumped from ^4.3.1 to ^4.3.2
4848

49+
## [0.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/containerised-app-with-assets-v0.2.9...containerised-app-with-assets-v0.3.0) (2025-07-23)
50+
51+
52+
### ⚠ BREAKING CHANGES
53+
54+
* **containerised-app-with-assets:** update default hako review environment to ft-com-review-eu
55+
56+
### Features
57+
58+
* **containerised-app-with-assets:** update default hako review environment to ft-com-review-eu ([fdf0356](https://github.com/Financial-Times/dotcom-tool-kit/commit/fdf03560f1f2bf0529e034dc065ecf0cb6d0f43b))
59+
60+
61+
### Dependencies
62+
63+
* The following workspace dependencies were updated
64+
* dependencies
65+
* @dotcom-tool-kit/containerised-app bumped from ^0.2.9 to ^0.3.0
66+
4967
## [0.2.9](https://github.com/Financial-Times/dotcom-tool-kit/compare/containerised-app-with-assets-v0.2.8...containerised-app-with-assets-v0.2.9) (2025-07-23)
5068

5169

plugins/containerised-app-with-assets/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/containerised-app-with-assets",
3-
"version": "0.2.9",
3+
"version": "0.3.0",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},
@@ -25,7 +25,7 @@
2525
"dotcom-tool-kit": "^4.8.0"
2626
},
2727
"dependencies": {
28-
"@dotcom-tool-kit/containerised-app": "^0.2.9",
28+
"@dotcom-tool-kit/containerised-app": "^0.3.0",
2929
"@dotcom-tool-kit/upload-assets-to-s3": "^4.3.6",
3030
"@dotcom-tool-kit/webpack": "^4.3.4",
3131
"zod": "^3.24.4"

plugins/containerised-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@
4545
* @dotcom-tool-kit/hako bumped from ^0.1.8 to ^0.1.9
4646
* @dotcom-tool-kit/node bumped from ^4.3.1 to ^4.3.2
4747

48+
## [0.3.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/containerised-app-v0.2.9...containerised-app-v0.3.0) (2025-07-23)
49+
50+
51+
### ⚠ BREAKING CHANGES
52+
53+
* update default hako review environment to ft-com-review-eu
54+
55+
### Features
56+
57+
* update default hako review environment to ft-com-review-eu ([fb34974](https://github.com/Financial-Times/dotcom-tool-kit/commit/fb349742a00b104b7cfd8dbc57625aada4d178f9))
58+
4859
## [0.2.9](https://github.com/Financial-Times/dotcom-tool-kit/compare/containerised-app-v0.2.8...containerised-app-v0.2.9) (2025-07-23)
4960

5061

plugins/containerised-app/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/containerised-app",
3-
"version": "0.2.9",
3+
"version": "0.3.0",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1"
66
},

0 commit comments

Comments
 (0)