Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .changeset/early-goats-worry.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/basic-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/basic-auth/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/cloudfront-security-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/cloudfront-security-headers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/feature-env-handlers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/feature-env-handlers/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/geoip-redirect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/geoip-redirect/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-mesh-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/graphql-mesh-server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/header-change-detection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/header-change-detection/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/prerender-fargate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/prerender-fargate/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions packages/prerender-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/prerender-proxy/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared-vpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/shared-vpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aligent/cdk-shared-vpc",
"version": "0.2.0",
"version": "0.3.0",
"main": "index.js",
"scripts": {
"build": "tsc",
Expand Down
7 changes: 7 additions & 0 deletions packages/static-hosting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions packages/static-hosting/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/waf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/waf/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down