From 09f2aab826d6c1e6cc184872ef462918217be55f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jul 2024 09:23:40 +0000 Subject: [PATCH] version packages --- .changeset/tender-zebras-perform.md | 5 ----- packages/cdk-site-distribution/CHANGELOG.md | 6 ++++++ packages/cdk-site-distribution/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tender-zebras-perform.md diff --git a/.changeset/tender-zebras-perform.md b/.changeset/tender-zebras-perform.md deleted file mode 100644 index bf3a5189..00000000 --- a/.changeset/tender-zebras-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codedazur/cdk-site-distribution": patch ---- - -The CloudFront functions are created in series to reduce the chances of hitting the service rate limit. diff --git a/packages/cdk-site-distribution/CHANGELOG.md b/packages/cdk-site-distribution/CHANGELOG.md index f0af5f30..1ae50125 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.5 + +### Patch Changes + +- [`1c02632`](https://github.com/codedazur/toolkit/commit/1c026324d77c3ebeb81f9722a41a88cf8947d2c0) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The CloudFront functions are created in series to reduce the chances of hitting the service rate limit. + ## 0.1.4 ### Patch Changes diff --git a/packages/cdk-site-distribution/package.json b/packages/cdk-site-distribution/package.json index b657a176..b0bb2bef 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.4", + "version": "0.1.5", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",