diff --git a/.changeset/early-goats-worry.md b/.changeset/early-goats-worry.md deleted file mode 100644 index cea0f2e2..00000000 --- a/.changeset/early-goats-worry.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@aligent/cdk-cloudfront-security-headers": minor -"@aligent/cdk-header-change-detection": minor -"@aligent/cdk-feature-env-handlers": minor -"@aligent/cdk-graphql-mesh-server": minor -"@aligent/cdk-prerender-fargate": minor -"@aligent/cdk-prerender-proxy": minor -"@aligent/cdk-geoip-redirect": minor -"@aligent/cdk-static-hosting": minor -"@aligent/cdk-basic-auth": minor -"@aligent/cdk-shared-vpc": minor -"@aligent/cdk-rabbitmq": minor -"@aligent/cdk-esbuild": minor -"@aligent/cdk-waf": minor ---- - -Adds changeset package to handle release management diff --git a/packages/basic-auth/CHANGELOG.md b/packages/basic-auth/CHANGELOG.md new file mode 100644 index 00000000..0f0d95e2 --- /dev/null +++ b/packages/basic-auth/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-basic-auth + +## 0.3.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/basic-auth/package.json b/packages/basic-auth/package.json index be1b0d3e..69d50133 100644 --- a/packages/basic-auth/package.json +++ b/packages/basic-auth/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-basic-auth", - "version": "0.2.1", + "version": "0.3.0", "description": "A Cloudfront Lambda@Edge stack for performing basic auth protection", "main": "index.js", "scripts": { @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/basic-auth#readme", "devDependencies": { - "@aligent/cdk-esbuild": "^2.0", + "@aligent/cdk-esbuild": "^2.5.0", "@types/aws-lambda": "^8.10.150", "@types/jest": "^29.5.10", "@types/node": "^20.6.3", diff --git a/packages/cloudfront-security-headers/CHANGELOG.md b/packages/cloudfront-security-headers/CHANGELOG.md new file mode 100644 index 00000000..ad09d306 --- /dev/null +++ b/packages/cloudfront-security-headers/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-cloudfront-security-headers + +## 0.5.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/cloudfront-security-headers/package.json b/packages/cloudfront-security-headers/package.json index 0b44ef9e..86619fc6 100644 --- a/packages/cloudfront-security-headers/package.json +++ b/packages/cloudfront-security-headers/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-cloudfront-security-headers", - "version": "0.4.0", + "version": "0.5.0", "description": "A Cloudfront Lambda@Edge function for adding security headers.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -10,7 +10,7 @@ "lint": "npx nx lint cloudfront-security-headers" }, "devDependencies": { - "@aligent/cdk-esbuild": "^2.0", + "@aligent/cdk-esbuild": "^2.5.0", "@types/aws-lambda": "^8.10.150", "@types/jest": "^29.5.10", "@types/node": "^20.6.3", diff --git a/packages/esbuild/CHANGELOG.md b/packages/esbuild/CHANGELOG.md new file mode 100644 index 00000000..a2312950 --- /dev/null +++ b/packages/esbuild/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-esbuild + +## 2.5.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/esbuild/package.json b/packages/esbuild/package.json index f38643d3..3baf0d19 100644 --- a/packages/esbuild/package.json +++ b/packages/esbuild/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-esbuild", - "version": "2.4.1", + "version": "2.5.0", "description": "Esbuild implementation for CDK", "main": "index.js", "types": "index.d.ts", diff --git a/packages/feature-env-handlers/CHANGELOG.md b/packages/feature-env-handlers/CHANGELOG.md new file mode 100644 index 00000000..a42648ba --- /dev/null +++ b/packages/feature-env-handlers/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-feature-env-handlers + +## 2.2.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/feature-env-handlers/package.json b/packages/feature-env-handlers/package.json index 8003a107..3f307767 100644 --- a/packages/feature-env-handlers/package.json +++ b/packages/feature-env-handlers/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-feature-env-handlers", - "version": "2.1.0", + "version": "2.2.0", "description": "Cloudfront Lambda@Edge handlers to allow feature environments to function", "main": "index.js", "scripts": { diff --git a/packages/geoip-redirect/CHANGELOG.md b/packages/geoip-redirect/CHANGELOG.md new file mode 100644 index 00000000..b436b5bf --- /dev/null +++ b/packages/geoip-redirect/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-geoip-redirect + +## 1.2.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/geoip-redirect/package.json b/packages/geoip-redirect/package.json index a742ced8..3717b58e 100644 --- a/packages/geoip-redirect/package.json +++ b/packages/geoip-redirect/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-geoip-redirect", - "version": "1.1.1", + "version": "1.2.0", "description": "A Cloudfront Lambda@Edge stack for performing redirection based on CloudFront-Viewer-Country", "main": "index.js", "scripts": { @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/geoip-redirect#readme", "devDependencies": { - "@aligent/cdk-esbuild": "^2.0", + "@aligent/cdk-esbuild": "^2.5.0", "@types/aws-lambda": "^8.10.150", "@types/jest": "^29.5.10", "@types/node": "^20.6.3", diff --git a/packages/graphql-mesh-server/CHANGELOG.md b/packages/graphql-mesh-server/CHANGELOG.md new file mode 100644 index 00000000..aa7097af --- /dev/null +++ b/packages/graphql-mesh-server/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-graphql-mesh-server + +## 3.2.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/graphql-mesh-server/package.json b/packages/graphql-mesh-server/package.json index 4f9d0c40..a4e030a1 100644 --- a/packages/graphql-mesh-server/package.json +++ b/packages/graphql-mesh-server/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-graphql-mesh-server", - "version": "3.1.1", + "version": "3.2.0", "description": "A construct to host Graphql Mesh in Fargate", "main": "index.js", "scripts": { diff --git a/packages/header-change-detection/CHANGELOG.md b/packages/header-change-detection/CHANGELOG.md new file mode 100644 index 00000000..451c7bb5 --- /dev/null +++ b/packages/header-change-detection/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-header-change-detection + +## 1.7.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/header-change-detection/package.json b/packages/header-change-detection/package.json index 65b3094a..9d44232b 100644 --- a/packages/header-change-detection/package.json +++ b/packages/header-change-detection/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-header-change-detection", - "version": "1.6.1", + "version": "1.7.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/header-change-detection#readme", diff --git a/packages/prerender-fargate/CHANGELOG.md b/packages/prerender-fargate/CHANGELOG.md new file mode 100644 index 00000000..fe032f3e --- /dev/null +++ b/packages/prerender-fargate/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-prerender-fargate + +## 2.13.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/prerender-fargate/package.json b/packages/prerender-fargate/package.json index 306319e7..664997e3 100644 --- a/packages/prerender-fargate/package.json +++ b/packages/prerender-fargate/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-prerender-fargate", - "version": "2.12.0", + "version": "2.13.0", "description": "A construct to host Prerender in Fargate", "main": "index.js", "scripts": { diff --git a/packages/prerender-proxy/CHANGELOG.md b/packages/prerender-proxy/CHANGELOG.md new file mode 100644 index 00000000..4c0b0e7c --- /dev/null +++ b/packages/prerender-proxy/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-prerender-proxy + +## 2.5.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/prerender-proxy/package.json b/packages/prerender-proxy/package.json index 51083091..1548e539 100644 --- a/packages/prerender-proxy/package.json +++ b/packages/prerender-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-prerender-proxy", - "version": "2.4.2", + "version": "2.5.0", "description": "Cloudfront Lambda@Edge constructs for integrating with prerender.io", "main": "index.js", "scripts": { @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/prerender-proxy#readme", "devDependencies": { - "@aligent/cdk-esbuild": "^2.0", + "@aligent/cdk-esbuild": "^2.5.0", "@types/aws-lambda": "^8.10.150", "@types/jest": "^29.5.10", "@types/node": "^20.6.3", diff --git a/packages/rabbitmq/CHANGELOG.md b/packages/rabbitmq/CHANGELOG.md new file mode 100644 index 00000000..204904b4 --- /dev/null +++ b/packages/rabbitmq/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-rabbitmq + +## 0.3.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/rabbitmq/package.json b/packages/rabbitmq/package.json index a9ad73a1..613504db 100644 --- a/packages/rabbitmq/package.json +++ b/packages/rabbitmq/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-rabbitmq", - "version": "0.2.0", + "version": "0.3.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/rabbitmq#readme", diff --git a/packages/shared-vpc/CHANGELOG.md b/packages/shared-vpc/CHANGELOG.md new file mode 100644 index 00000000..be3c277b --- /dev/null +++ b/packages/shared-vpc/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-shared-vpc + +## 0.3.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/shared-vpc/package.json b/packages/shared-vpc/package.json index 4e040611..1242cbb6 100644 --- a/packages/shared-vpc/package.json +++ b/packages/shared-vpc/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-shared-vpc", - "version": "0.2.0", + "version": "0.3.0", "main": "index.js", "scripts": { "build": "tsc", diff --git a/packages/static-hosting/CHANGELOG.md b/packages/static-hosting/CHANGELOG.md new file mode 100644 index 00000000..88cc49d7 --- /dev/null +++ b/packages/static-hosting/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-static-hosting + +## 2.9.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/static-hosting/package.json b/packages/static-hosting/package.json index 28d5d84c..69b31d86 100644 --- a/packages/static-hosting/package.json +++ b/packages/static-hosting/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-static-hosting", - "version": "2.8.2", + "version": "2.9.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/static-hosting#readme", @@ -15,7 +15,7 @@ "lint": "npx nx lint static-hosting" }, "devDependencies": { - "@aligent/cdk-esbuild": "^2.0", + "@aligent/cdk-esbuild": "^2.5.0", "@types/aws-lambda": "^8.10.150", "@types/jest": "^29.5.10", "@types/node": "^20.6.3", diff --git a/packages/waf/CHANGELOG.md b/packages/waf/CHANGELOG.md new file mode 100644 index 00000000..2c9bd0aa --- /dev/null +++ b/packages/waf/CHANGELOG.md @@ -0,0 +1,7 @@ +# @aligent/cdk-waf + +## 2.4.0 + +### Minor Changes + +- [#1512](https://github.com/aligent/cdk-constructs/pull/1512) [`a9a6231`](https://github.com/aligent/cdk-constructs/commit/a9a62319e4528ac2d23f3af96e96cb2427f242f8) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Adds changeset package to handle release management diff --git a/packages/waf/package.json b/packages/waf/package.json index 49d1357e..3f356b55 100644 --- a/packages/waf/package.json +++ b/packages/waf/package.json @@ -1,6 +1,6 @@ { "name": "@aligent/cdk-waf", - "version": "2.3.0", + "version": "2.4.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aligent/aws-cdk-constructs/tree/main/packages/waf#readme",