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..dc7bde1d 100644 --- a/packages/cdk-docker-cluster/CHANGELOG.md +++ b/packages/cdk-docker-cluster/CHANGELOG.md @@ -1,5 +1,12 @@ # @codedazur/cdk-docker-cluster +## 0.9.10 + +### Patch Changes + +- 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..cf78f283 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": "0.9.10", "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-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..a9bc2cdb 100644 --- a/packages/cdk-static-site/CHANGELOG.md +++ b/packages/cdk-static-site/CHANGELOG.md @@ -1,5 +1,12 @@ # @codedazur/cdk-static-site +## 2.1.8 + +### Patch Changes + +- 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..993995e2 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": "2.1.8", "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",