diff --git a/.changeset/itchy-heads-create.md b/.changeset/itchy-heads-create.md deleted file mode 100644 index c6564298..00000000 --- a/.changeset/itchy-heads-create.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aligent/cdk-header-change-detection": patch ---- - -include lambda function source TS file diff --git a/.changeset/smooth-months-dance.md b/.changeset/smooth-months-dance.md deleted file mode 100644 index e4cc0e3b..00000000 --- a/.changeset/smooth-months-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@aligent/cdk-static-hosting": patch ---- - -include x-request-prerender in the cache key by default diff --git a/packages/constructs/header-change-detection/CHANGELOG.md b/packages/constructs/header-change-detection/CHANGELOG.md index c4e01bac..35f26b01 100644 --- a/packages/constructs/header-change-detection/CHANGELOG.md +++ b/packages/constructs/header-change-detection/CHANGELOG.md @@ -1,5 +1,11 @@ # @aligent/cdk-header-change-detection +## 1.7.5 + +### Patch Changes + +- [#1612](https://github.com/aligent/cdk-constructs/pull/1612) [`a6a99fe`](https://github.com/aligent/cdk-constructs/commit/a6a99fe2be8650b76c2147dcb166fc6891702f03) Thanks [@crispy101](https://github.com/crispy101)! - include lambda function source TS file + ## 1.7.4 ### Patch Changes diff --git a/packages/constructs/header-change-detection/package.json b/packages/constructs/header-change-detection/package.json index 22110ee5..a047c7c3 100644 --- a/packages/constructs/header-change-detection/package.json +++ b/packages/constructs/header-change-detection/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-header-change-detection", - "version": "1.7.4", + "version": "1.7.5", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/header-change-detection#readme", diff --git a/packages/constructs/static-hosting/CHANGELOG.md b/packages/constructs/static-hosting/CHANGELOG.md index 27fd165f..3c031623 100644 --- a/packages/constructs/static-hosting/CHANGELOG.md +++ b/packages/constructs/static-hosting/CHANGELOG.md @@ -1,5 +1,11 @@ # @aligent/cdk-static-hosting +## 2.11.4 + +### Patch Changes + +- [#1614](https://github.com/aligent/cdk-constructs/pull/1614) [`62104ed`](https://github.com/aligent/cdk-constructs/commit/62104edacf52ab8440992848a66d478bcacf7f07) Thanks [@crispy101](https://github.com/crispy101)! - include x-request-prerender in the cache key by default + ## 2.11.3 ### Patch Changes diff --git a/packages/constructs/static-hosting/package.json b/packages/constructs/static-hosting/package.json index 95d0ad6a..c907e5a5 100644 --- a/packages/constructs/static-hosting/package.json +++ b/packages/constructs/static-hosting/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-static-hosting", - "version": "2.11.3", + "version": "2.11.4", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/static-hosting#readme",