Skip to content

Commit e79795f

Browse files
authored
Merge pull request #1467 from awslabs/merge-back/2.100.0
chore(merge-back): 2.100.0
2 parents 4512213 + 71334b1 commit e79795f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.viperlightignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@ source/use_cases/aws-s3-static-website/test/integ.basic-deployment.js.snapshot/a
9595
deployment/v2/parse-raw-license-data.js:73
9696
deployment/v2/parse-raw-license-data.js:78
9797
deployment/v2/parse-raw-license-data.js:83
98+
source/scripts/package-lock.json:2831
99+
source/scripts/package-lock.json:4926

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.100.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.99.0...v2.100.0) (2026-02-23)
6+
7+
Built on CDK 2.39.0
8+
9+
### Features
10+
11+
* **all:** validate attributes on incoming props with '| any' type ([#1462](https://github.com/awslabs/aws-solutions-constructs/issues/1462)) ([36d415e](https://github.com/awslabs/aws-solutions-constructs/commit/36d415eea79f29b6d2d4c52612d7addc7e3171f2))
12+
513
## [2.99.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.98.0...v2.99.0) (2026-02-09)
614

715
Built on CDK 2.38.0

source/release-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"patterns/@aws-solutions-constructs/*"
55
],
66
"rejectCycles": "true",
7-
"version": "2.99.0"
7+
"version": "2.100.0"
88
}

0 commit comments

Comments
 (0)