Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
next-team authored and ivomurrell committed Feb 19, 2025
1 parent 7a1469e commit e9682ba
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 6 additions & 0 deletions plugins/containerised-app-with-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions plugins/containerised-app-with-assets/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions plugins/containerised-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/containerised-app/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit e9682ba

Please sign in to comment.