Skip to content

Commit 8ae7d68

Browse files
authored
Merge pull request #1607 from aligent/changeset-release/main
chore: release packages
2 parents 44fc3d2 + f443872 commit 8ae7d68

34 files changed

Lines changed: 125 additions & 49 deletions

File tree

.changeset/lovely-roses-vanish.md

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

packages/cdk-aspects/CHANGELOG.md

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

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#1606](https://github.com/aligent/cdk-constructs/pull/1606) [`0e35d91`](https://github.com/aligent/cdk-constructs/commit/0e35d91ab5244d90625ebe19d943694af875a422) Thanks [@porhkz](https://github.com/porhkz)! - Update repository URLs in package.json to match npm provenance expectations
8+
39
## 0.3.1
410

511
### 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.3.1",
3+
"version": "0.3.2",
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.4
4+
5+
### Patch Changes
6+
7+
- [#1606](https://github.com/aligent/cdk-constructs/pull/1606) [`0e35d91`](https://github.com/aligent/cdk-constructs/commit/0e35d91ab5244d90625ebe19d943694af875a422) Thanks [@porhkz](https://github.com/porhkz)! - Update repository URLs in package.json to match npm provenance expectations
8+
39
## 0.3.3
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.3",
3+
"version": "0.3.4",
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.3",
21+
"@aligent/cdk-esbuild": "^2.5.4",
2222
"@types/aws-lambda": "^8.10.150",
2323
"@types/jest": "^29.5.10",
2424
"@types/node": "^20.19.33",

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.4
4+
5+
### Patch Changes
6+
7+
- [#1606](https://github.com/aligent/cdk-constructs/pull/1606) [`0e35d91`](https://github.com/aligent/cdk-constructs/commit/0e35d91ab5244d90625ebe19d943694af875a422) Thanks [@porhkz](https://github.com/porhkz)! - Update repository URLs in package.json to match npm provenance expectations
8+
39
## 0.5.3
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.3",
3+
"version": "0.5.4",
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.3",
21+
"@aligent/cdk-esbuild": "^2.5.4",
2222
"@types/aws-lambda": "^8.10.150",
2323
"@types/jest": "^29.5.10",
2424
"@types/node": "^20.19.33",

packages/constructs/domain-hosting/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#1606](https://github.com/aligent/cdk-constructs/pull/1606) [`0e35d91`](https://github.com/aligent/cdk-constructs/commit/0e35d91ab5244d90625ebe19d943694af875a422) Thanks [@porhkz](https://github.com/porhkz)! - Update repository URLs in package.json to match npm provenance expectations
8+
39
## 1.0.1
410

511
### Patch Changes

packages/constructs/domain-hosting/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-domain-hosting",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "index.js",
55
"license": "MIT",
66
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/domain-hosting#readme",
@@ -15,7 +15,7 @@
1515
"lint": "npx nx lint domain-hosting"
1616
},
1717
"devDependencies": {
18-
"@aligent/cdk-esbuild": "^2.5.3",
18+
"@aligent/cdk-esbuild": "^2.5.4",
1919
"@types/aws-lambda": "^8.10.150",
2020
"@types/jest": "^29.5.10",
2121
"@types/node": "^20.19.33",

packages/constructs/esbuild/CHANGELOG.md

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

3+
## 2.5.4
4+
5+
### Patch Changes
6+
7+
- [#1606](https://github.com/aligent/cdk-constructs/pull/1606) [`0e35d91`](https://github.com/aligent/cdk-constructs/commit/0e35d91ab5244d90625ebe19d943694af875a422) Thanks [@porhkz](https://github.com/porhkz)! - Update repository URLs in package.json to match npm provenance expectations
8+
39
## 2.5.3
410

511
### Patch Changes

0 commit comments

Comments
 (0)