From ef2d6a46ae79401b4a3f36ded74d4d5d0c336eab Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Automation Date: Fri, 21 May 2021 17:00:43 +0000 Subject: [PATCH 1/2] chore(release): 1.103.0 --- CHANGELOG.md | 2 ++ source/lerna.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f667b34..42ff08d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [1.103.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.102.0...v1.103.0) (2021-05-21) + ## [1.102.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.101.0...v1.102.0) (2021-05-20) ### Changed diff --git a/source/lerna.json b/source/lerna.json index 938402b5b..abc4de14a 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -6,5 +6,5 @@ "./patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "1.102.0" + "version": "1.103.0" } From dca0c5f6ac2f63acada304859fefd2d266c73ae7 Mon Sep 17 00:00:00 2001 From: biffgaut <78155736+biffgaut@users.noreply.github.com> Date: Fri, 21 May 2021 13:07:36 -0400 Subject: [PATCH 2/2] chore(changelog): Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ff08d85..52530ce31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [standa ## [1.103.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.102.0...v1.103.0) (2021-05-21) +### Changed + +* Upgraded all patterns to CDK v1.103.0 + ## [1.102.0](https://github.com/awslabs/aws-solutions-constructs/compare/v1.101.0...v1.102.0) (2021-05-20) ### Changed