Skip to content

Commit 648fb79

Browse files
Merge pull request #1668 from aligent/changeset-release/main
chore: release packages
2 parents 886301a + e376b58 commit 648fb79

36 files changed

Lines changed: 144 additions & 65 deletions

File tree

.changeset/add-secure-rest-api.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/bot-pr-1669.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.changeset/bot-pr-1671.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/cdk-aspects/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aligent/cdk-aspects
22

3+
## 0.5.6
4+
5+
### Patch Changes
6+
7+
- [#1669](https://github.com/aligent/cdk-constructs/pull/1669) [`8006ed3`](https://github.com/aligent/cdk-constructs/commit/8006ed327661e66d9e9b91b2d3ec205594ba4c06) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 9 updates
8+
9+
- [#1671](https://github.com/aligent/cdk-constructs/pull/1671) [`927ab94`](https://github.com/aligent/cdk-constructs/commit/927ab944989abddfc149ca2a80c1f1692db4245a) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group with 4 updates
10+
311
## 0.5.5
412

513
### Patch Changes

packages/cdk-aspects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aligent/cdk-aspects",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "Collection of CDK Asppects",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/constructs/basic-auth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aligent/cdk-basic-auth
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- [#1669](https://github.com/aligent/cdk-constructs/pull/1669) [`8006ed3`](https://github.com/aligent/cdk-constructs/commit/8006ed327661e66d9e9b91b2d3ec205594ba4c06) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 9 updates
8+
39
## 0.3.6
410

511
### Patch Changes

packages/constructs/basic-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aligent/cdk-basic-auth",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "A Cloudfront Lambda@Edge stack for performing basic auth protection",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
},
1919
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/basic-auth#readme",
2020
"devDependencies": {
21-
"@aligent/cdk-esbuild": "^2.5.7",
21+
"@aligent/cdk-esbuild": "^2.5.8",
2222
"@types/aws-lambda": "^8.10.161",
2323
"@types/jest": "^29.5.10",
2424
"@types/node": "^20.19.39",

packages/constructs/cloudfront-security-headers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aligent/cdk-cloudfront-security-headers
22

3+
## 0.5.7
4+
5+
### Patch Changes
6+
7+
- [#1669](https://github.com/aligent/cdk-constructs/pull/1669) [`8006ed3`](https://github.com/aligent/cdk-constructs/commit/8006ed327661e66d9e9b91b2d3ec205594ba4c06) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 9 updates
8+
39
## 0.5.6
410

511
### Patch Changes

packages/constructs/cloudfront-security-headers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aligent/cdk-cloudfront-security-headers",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "A Cloudfront Lambda@Edge function for adding security headers.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,7 +18,7 @@
1818
"lint": "npx nx lint cloudfront-security-headers"
1919
},
2020
"devDependencies": {
21-
"@aligent/cdk-esbuild": "^2.5.7",
21+
"@aligent/cdk-esbuild": "^2.5.8",
2222
"@types/aws-lambda": "^8.10.161",
2323
"@types/jest": "^29.5.10",
2424
"@types/node": "^20.19.39",

packages/constructs/domain-hosting/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @aligent/cdk-domain-hosting
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- [#1669](https://github.com/aligent/cdk-constructs/pull/1669) [`8006ed3`](https://github.com/aligent/cdk-constructs/commit/8006ed327661e66d9e9b91b2d3ec205594ba4c06) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 9 updates
8+
9+
- [#1671](https://github.com/aligent/cdk-constructs/pull/1671) [`927ab94`](https://github.com/aligent/cdk-constructs/commit/927ab944989abddfc149ca2a80c1f1692db4245a) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group with 4 updates
10+
311
## 1.0.5
412

513
### Patch Changes

0 commit comments

Comments
 (0)