From e9682bae8c4234ebe376970fed71a82f341f68e7 Mon Sep 17 00:00:00 2001 From: Next Team Date: Tue, 18 Feb 2025 19:57:25 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- plugins/containerised-app-with-assets/CHANGELOG.md | 6 ++++++ plugins/containerised-app-with-assets/package.json | 4 ++-- plugins/containerised-app/CHANGELOG.md | 7 +++++++ plugins/containerised-app/package.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b54eca39..4b0cc1d3a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -50,6 +50,6 @@ "plugins/docker": "0.3.3", "plugins/aws": "0.1.3", "plugins/hako": "0.1.3", - "plugins/containerised-app": "0.1.0", - "plugins/containerised-app-with-assets": "0.1.0" + "plugins/containerised-app": "0.1.1", + "plugins/containerised-app-with-assets": "0.1.1" } diff --git a/plugins/containerised-app-with-assets/CHANGELOG.md b/plugins/containerised-app-with-assets/CHANGELOG.md index d663c0130..ef0a23c86 100644 --- a/plugins/containerised-app-with-assets/CHANGELOG.md +++ b/plugins/containerised-app-with-assets/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @dotcom-tool-kit/containerised-app bumped from ^0.1.0 to ^0.1.1 + ## 0.1.0 (2025-02-18) diff --git a/plugins/containerised-app-with-assets/package.json b/plugins/containerised-app-with-assets/package.json index 2bf8a816f..11a19a917 100644 --- a/plugins/containerised-app-with-assets/package.json +++ b/plugins/containerised-app-with-assets/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/containerised-app-with-assets", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -26,7 +26,7 @@ "dotcom-tool-kit": "4.x" }, "dependencies": { - "@dotcom-tool-kit/containerised-app": "^0.1.0", + "@dotcom-tool-kit/containerised-app": "^0.1.1", "@dotcom-tool-kit/upload-assets-to-s3": "^4.2.7", "@dotcom-tool-kit/webpack": "^4.2.7", "zod": "^3.24.1" diff --git a/plugins/containerised-app/CHANGELOG.md b/plugins/containerised-app/CHANGELOG.md index a22dd9591..72da4b25a 100644 --- a/plugins/containerised-app/CHANGELOG.md +++ b/plugins/containerised-app/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/containerised-app-v0.1.0...containerised-app-v0.1.1) (2025-02-18) + + +### Bug Fixes + +* depend on the circleci-deploy plugin ([7a1469e](https://github.com/Financial-Times/dotcom-tool-kit/commit/7a1469e890549612b221ad56f780f37402f6979a)) + ## 0.1.0 (2025-02-18) diff --git a/plugins/containerised-app/package.json b/plugins/containerised-app/package.json index 6cb6dc730..4cf562403 100644 --- a/plugins/containerised-app/package.json +++ b/plugins/containerised-app/package.json @@ -1,6 +1,6 @@ { "name": "@dotcom-tool-kit/containerised-app", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },