From 164e01215187da503c9cf022ae81a4ff6d9869b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Sep 2024 10:52:59 +0000 Subject: [PATCH] version packages --- .changeset/dull-mugs-flash.md | 5 ----- apps/infrastructure/package.json | 2 +- packages/cdk-docker-cluster/CHANGELOG.md | 8 ++++++++ packages/cdk-docker-cluster/package.json | 4 ++-- packages/cdk-next-app/CHANGELOG.md | 8 ++++++++ packages/cdk-next-app/package.json | 4 ++-- packages/cdk-sanity-site/CHANGELOG.md | 8 ++++++++ packages/cdk-sanity-site/package.json | 4 ++-- packages/cdk-site-distribution/CHANGELOG.md | 6 ++++++ packages/cdk-site-distribution/package.json | 2 +- packages/cdk-static-site/CHANGELOG.md | 8 ++++++++ packages/cdk-static-site/package.json | 4 ++-- 12 files changed, 48 insertions(+), 15 deletions(-) delete mode 100644 .changeset/dull-mugs-flash.md diff --git a/.changeset/dull-mugs-flash.md b/.changeset/dull-mugs-flash.md deleted file mode 100644 index 6359e3c5..00000000 --- a/.changeset/dull-mugs-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codedazur/cdk-site-distribution": major ---- - -The `ARecord` resources now automatically delete existing records with the same name to prevent clashes with the least amount of downtime and manual work. Any existing domains will need to be removed and re-deployed once to make this work. diff --git a/apps/infrastructure/package.json b/apps/infrastructure/package.json index 8791e8ea..99b2b934 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.1.6", + "@codedazur/cdk-static-site": "^2.1.8", "@codedazur/essentials": "^1.11.0", "aws-cdk-lib": "^2.149.0", "constructs": "^10.3.0" diff --git a/packages/cdk-docker-cluster/CHANGELOG.md b/packages/cdk-docker-cluster/CHANGELOG.md index 20ad8e3f..6e445571 100644 --- a/packages/cdk-docker-cluster/CHANGELOG.md +++ b/packages/cdk-docker-cluster/CHANGELOG.md @@ -1,5 +1,13 @@ # @codedazur/cdk-docker-cluster +## 1.0.0 + +### Major Changes + +- [`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - If you provide your own distribution domain names, the `ARecord` resources now automatically delete existing records with the same name to prevent clashes with the least amount of downtime and manual work. Any existing domains will need to be removed and re-deployed once to make this work. +- Updated dependencies [[`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437)]: + - @codedazur/cdk-site-distribution@1.0.0 + ## 0.9.9 ### Patch Changes diff --git a/packages/cdk-docker-cluster/package.json b/packages/cdk-docker-cluster/package.json index 08813a67..7c7be846 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.9.9", + "version": "1.0.0", "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.6.1" + "@codedazur/cdk-site-distribution": "^1.0.0" }, "devDependencies": { "@types/node": "^20.14.10", diff --git a/packages/cdk-next-app/CHANGELOG.md b/packages/cdk-next-app/CHANGELOG.md index bec47332..a7befb9b 100644 --- a/packages/cdk-next-app/CHANGELOG.md +++ b/packages/cdk-next-app/CHANGELOG.md @@ -1,5 +1,13 @@ # @codedazur/cdk-next-app +## 1.0.0 + +### Major Changes + +- [`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - If you provide your own distribution domain names, the `ARecord` resources now automatically delete existing records with the same name to prevent clashes with the least amount of downtime and manual work. Any existing domains will need to be removed and re-deployed once to make this work. +- Updated dependencies [[`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437)]: + - @codedazur/cdk-docker-cluster@1.0.0 + ## 0.3.7 ### Patch Changes diff --git a/packages/cdk-next-app/package.json b/packages/cdk-next-app/package.json index 0962f1cb..d0d59716 100644 --- a/packages/cdk-next-app/package.json +++ b/packages/cdk-next-app/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/cdk-next-app", - "version": "0.3.7", + "version": "1.0.0", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -27,7 +27,7 @@ "constructs": ">=10" }, "dependencies": { - "@codedazur/cdk-docker-cluster": "^0.9.9" + "@codedazur/cdk-docker-cluster": "^1.0.0" }, "devDependencies": { "@types/node": "^20.14.10", diff --git a/packages/cdk-sanity-site/CHANGELOG.md b/packages/cdk-sanity-site/CHANGELOG.md index 786b6094..8fd7f23a 100644 --- a/packages/cdk-sanity-site/CHANGELOG.md +++ b/packages/cdk-sanity-site/CHANGELOG.md @@ -1,5 +1,13 @@ # @codedazur/cdk-sanity-site +## 1.0.0 + +### Major Changes + +- [`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - If you provide your own distribution domain names, the `ARecord` resources now automatically delete existing records with the same name to prevent clashes with the least amount of downtime and manual work. Any existing domains will need to be removed and re-deployed once to make this work. +- Updated dependencies [[`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437)]: + - @codedazur/cdk-static-site@3.0.0 + ## 0.1.2 ### Patch Changes diff --git a/packages/cdk-sanity-site/package.json b/packages/cdk-sanity-site/package.json index 2ae5e836..b3793a4b 100644 --- a/packages/cdk-sanity-site/package.json +++ b/packages/cdk-sanity-site/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/cdk-sanity-site", - "version": "0.1.2", + "version": "1.0.0", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -27,7 +27,7 @@ "constructs": ">=10" }, "dependencies": { - "@codedazur/cdk-static-site": "^2.1.1" + "@codedazur/cdk-static-site": "^3.0.0" }, "devDependencies": { "@types/node": "^20.14.10", diff --git a/packages/cdk-site-distribution/CHANGELOG.md b/packages/cdk-site-distribution/CHANGELOG.md index 4ad466ae..0babde56 100644 --- a/packages/cdk-site-distribution/CHANGELOG.md +++ b/packages/cdk-site-distribution/CHANGELOG.md @@ -1,5 +1,11 @@ # @codedazur/cdk-site-distribution +## 1.0.0 + +### Major Changes + +- [`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The `ARecord` resources now automatically delete existing records with the same name to prevent clashes with the least amount of downtime and manual work. Any existing domains will need to be removed and re-deployed once to make this work. + ## 0.6.1 ### Patch Changes diff --git a/packages/cdk-site-distribution/package.json b/packages/cdk-site-distribution/package.json index 1e1885f1..8a699316 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.6.1", + "version": "1.0.0", "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 3f8b5ee6..c5710ced 100644 --- a/packages/cdk-static-site/CHANGELOG.md +++ b/packages/cdk-static-site/CHANGELOG.md @@ -1,5 +1,13 @@ # @codedazur/cdk-static-site +## 3.0.0 + +### Major Changes + +- [`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - If you provide your own distribution domain names, the `ARecord` resources now automatically delete existing records with the same name to prevent clashes with the least amount of downtime and manual work. Any existing domains will need to be removed and re-deployed once to make this work. +- Updated dependencies [[`fa32d93`](https://github.com/codedazur/toolkit/commit/fa32d934b57d6d3aab563881bfaf25b701d35437)]: + - @codedazur/cdk-site-distribution@1.0.0 + ## 2.1.7 ### Patch Changes diff --git a/packages/cdk-static-site/package.json b/packages/cdk-static-site/package.json index d564ac2d..7423d623 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.1.7", + "version": "3.0.0", "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.6.1" + "@codedazur/cdk-site-distribution": "^1.0.0" }, "devDependencies": { "@types/node": "^20.14.10",