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 rowanmanning committed Feb 24, 2025
1 parent 8e18561 commit f4d350f
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"plugins/cloudsmith": "1.1.0",
"plugins/docker": "0.3.3",
"plugins/aws": "0.1.3",
"plugins/hako": "0.1.3",
"plugins/containerised-app": "0.1.2",
"plugins/containerised-app-with-assets": "0.1.2"
"plugins/hako": "0.1.4",
"plugins/containerised-app": "0.1.3",
"plugins/containerised-app-with-assets": "0.1.3"
}
6 changes: 6 additions & 0 deletions plugins/containerised-app-with-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
* dependencies
* @dotcom-tool-kit/containerised-app bumped from ^0.1.1 to ^0.1.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/containerised-app bumped from ^0.1.2 to ^0.1.3

## 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.2",
"version": "0.1.3",
"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.2",
"@dotcom-tool-kit/containerised-app": "^0.1.3",
"@dotcom-tool-kit/upload-assets-to-s3": "^4.2.7",
"@dotcom-tool-kit/webpack": "^4.2.7",
"zod": "^3.24.1"
Expand Down
6 changes: 6 additions & 0 deletions plugins/containerised-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.10 to ^4.1.11

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @dotcom-tool-kit/hako bumped from ^0.1.3 to ^0.1.4

## [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)


Expand Down
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.1.2",
"version": "0.1.3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -31,7 +31,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.3",
"@dotcom-tool-kit/hako": "^0.1.4",
"@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.4](https://github.com/Financial-Times/dotcom-tool-kit/compare/hako-v0.1.3...hako-v0.1.4) (2025-02-24)


### Bug Fixes

* upgrade hako to v0.1.11-alpha ([8e18561](https://github.com/Financial-Times/dotcom-tool-kit/commit/8e18561eefd2e9f248c96391d6235d220ac8df9b))

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


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.3",
"version": "0.1.4",
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit f4d350f

Please sign in to comment.