From daeb9e6ea89f6659cbb60cd4f9da798cf955aa47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 7 Jul 2024 20:22:34 +0000 Subject: [PATCH] version packages --- .changeset/empty-ears-obey.md | 6 ------ apps/infrastructure/package.json | 2 +- packages/cdk-docker-cluster/CHANGELOG.md | 7 +++++++ packages/cdk-docker-cluster/package.json | 4 ++-- packages/cdk-site-distribution/CHANGELOG.md | 6 ++++++ packages/cdk-site-distribution/package.json | 2 +- packages/cdk-static-site/CHANGELOG.md | 9 +++++++++ packages/cdk-static-site/package.json | 4 ++-- 8 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 .changeset/empty-ears-obey.md diff --git a/.changeset/empty-ears-obey.md b/.changeset/empty-ears-obey.md deleted file mode 100644 index e4c5cd5d..00000000 --- a/.changeset/empty-ears-obey.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@codedazur/cdk-site-distribution": patch -"@codedazur/cdk-static-site": patch ---- - -The appendSlash function was moved from the SiteDistribution to the StaticSite construct. diff --git a/apps/infrastructure/package.json b/apps/infrastructure/package.json index 2e7f253d..d8c19a58 100644 --- a/apps/infrastructure/package.json +++ b/apps/infrastructure/package.json @@ -15,7 +15,7 @@ "dependencies": { "@apps/storybook": "*", "@apps/website": "*", - "@codedazur/cdk-static-site": "^2.0.3", + "@codedazur/cdk-static-site": "^2.0.5", "@codedazur/essentials": "^1.9.1", "aws-cdk-lib": "^2.147.2", "constructs": "^10.3.0" diff --git a/packages/cdk-docker-cluster/CHANGELOG.md b/packages/cdk-docker-cluster/CHANGELOG.md index 9b8a1616..1993ae25 100644 --- a/packages/cdk-docker-cluster/CHANGELOG.md +++ b/packages/cdk-docker-cluster/CHANGELOG.md @@ -1,5 +1,12 @@ # @codedazur/cdk-docker-cluster +## 2.0.5 + +### Patch Changes + +- Updated dependencies [[`fdbd655`](https://github.com/codedazur/toolkit/commit/fdbd65536edc88074817e9256f99f30a5e1c3680)]: + - @codedazur/cdk-site-distribution@0.1.6 + ## 0.6.3 ### Patch Changes diff --git a/packages/cdk-docker-cluster/package.json b/packages/cdk-docker-cluster/package.json index fa899526..a7de46fd 100644 --- a/packages/cdk-docker-cluster/package.json +++ b/packages/cdk-docker-cluster/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/cdk-docker-cluster", - "version": "0.6.3", + "version": "0.6.4", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -27,7 +27,7 @@ "constructs": ">=10" }, "dependencies": { - "@codedazur/cdk-site-distribution": "^0.1.5" + "@codedazur/cdk-site-distribution": "^0.1.6" }, "devDependencies": { "@types/node": "^20.14.9", diff --git a/packages/cdk-site-distribution/CHANGELOG.md b/packages/cdk-site-distribution/CHANGELOG.md index 1ae50125..a8621427 100644 --- a/packages/cdk-site-distribution/CHANGELOG.md +++ b/packages/cdk-site-distribution/CHANGELOG.md @@ -1,5 +1,11 @@ # @codedazur/cdk-site-distribution +## 0.1.6 + +### Patch Changes + +- [`fdbd655`](https://github.com/codedazur/toolkit/commit/fdbd65536edc88074817e9256f99f30a5e1c3680) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The appendSlash function was moved from the SiteDistribution to the StaticSite construct. + ## 0.1.5 ### Patch Changes diff --git a/packages/cdk-site-distribution/package.json b/packages/cdk-site-distribution/package.json index b0bb2bef..02f7a4b1 100644 --- a/packages/cdk-site-distribution/package.json +++ b/packages/cdk-site-distribution/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/cdk-site-distribution", - "version": "0.1.5", + "version": "0.1.6", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/cdk-static-site/CHANGELOG.md b/packages/cdk-static-site/CHANGELOG.md index 3c2a0849..253c7fca 100644 --- a/packages/cdk-static-site/CHANGELOG.md +++ b/packages/cdk-static-site/CHANGELOG.md @@ -1,5 +1,14 @@ # @codedazur/cdk-static-site +## 2.0.5 + +### Patch Changes + +- [`fdbd655`](https://github.com/codedazur/toolkit/commit/fdbd65536edc88074817e9256f99f30a5e1c3680) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The appendSlash function was moved from the SiteDistribution to the StaticSite construct. + +- Updated dependencies [[`fdbd655`](https://github.com/codedazur/toolkit/commit/fdbd65536edc88074817e9256f99f30a5e1c3680)]: + - @codedazur/cdk-site-distribution@0.1.6 + ## 2.0.4 ### Patch Changes diff --git a/packages/cdk-static-site/package.json b/packages/cdk-static-site/package.json index 444d459f..6319a1bf 100644 --- a/packages/cdk-static-site/package.json +++ b/packages/cdk-static-site/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/cdk-static-site", - "version": "2.0.4", + "version": "2.0.5", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -27,7 +27,7 @@ "constructs": ">=10" }, "dependencies": { - "@codedazur/cdk-site-distribution": "^0.1.5" + "@codedazur/cdk-site-distribution": "^0.1.6" }, "devDependencies": { "@types/node": "^20.14.9",