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 18, 2025
1 parent 4f6fac7 commit 888e3f1
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@
"plugins/cloudsmith": "1.1.0",
"plugins/docker": "0.3.3",
"plugins/aws": "0.1.3",
"plugins/hako": "0.1.2"
"plugins/hako": "0.1.3",
"plugins/containerised-app": "0.1.0",
"plugins/containerised-app-with-assets": "0.1.0"
}
15 changes: 15 additions & 0 deletions plugins/containerised-app-with-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.1.0 (2025-02-18)


### Features

* add wrapper plugins for Docker > Hako ([ecface0](https://github.com/Financial-Times/dotcom-tool-kit/commit/ecface0c4f875b6c1d6df47ffc79282fd336ad84))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/containerised-app bumped from ^0.0.0 to ^0.1.0
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.0.0",
"version": "0.1.0",
"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.0.0",
"@dotcom-tool-kit/containerised-app": "^0.1.0",
"@dotcom-tool-kit/upload-assets-to-s3": "^4.2.7",
"@dotcom-tool-kit/webpack": "^4.2.7",
"zod": "^3.24.1"
Expand Down
15 changes: 15 additions & 0 deletions plugins/containerised-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 0.1.0 (2025-02-18)


### Features

* add wrapper plugins for Docker > Hako ([ecface0](https://github.com/Financial-Times/dotcom-tool-kit/commit/ecface0c4f875b6c1d6df47ffc79282fd336ad84))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/hako bumped from ^0.1.1 to ^0.1.3
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "0.1.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"@dotcom-tool-kit/cloudsmith": "^1.0.1",
"@dotcom-tool-kit/docker": "^0.3.2",
"@dotcom-tool-kit/doppler": "^2.1.7",
"@dotcom-tool-kit/hako": "^0.1.1",
"@dotcom-tool-kit/hako": "^0.1.3",
"@dotcom-tool-kit/node": "^4.2.9",
"zod": "^3.24.1"
}
Expand Down
7 changes: 7 additions & 0 deletions plugins/hako/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/hako-v0.1.2...hako-v0.1.3) (2025-02-18)


### Bug Fixes

* migrate to hako v0.1.10-alpha ([cf34ec8](https://github.com/Financial-Times/dotcom-tool-kit/commit/cf34ec8ed9a8887e6fa2babbdb3b48203babf4a7))

## [0.1.2](https://github.com/Financial-Times/dotcom-tool-kit/compare/hako-v0.1.1...hako-v0.1.2) (2025-02-17)


Expand Down
2 changes: 1 addition & 1 deletion plugins/hako/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dotcom-tool-kit/hako",
"version": "0.1.2",
"version": "0.1.3",
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 888e3f1

Please sign in to comment.