From 61fe1818886361541ad4a25ed30cb72bb5269da0 Mon Sep 17 00:00:00 2001 From: AWS Solutions Constructs Team <67720492+aws-solutions-constructs-team@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:23:44 -0500 Subject: [PATCH] chore(release): 2.76.0 (#1244) * Remove specific version IDs, update to latest CDK * chore(release): 2.76.0 * chore(changelog): Updated CHANGELOG.md --------- Co-authored-by: biffgaut <78155736+biffgaut@users.noreply.github.com> Co-authored-by: biffgaut --- CHANGELOG.md | 5 +++++ deployment/v2/align-version.js | 2 +- source/lerna.json | 2 +- source/package.json | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc6d6d78..363671e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ 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. +## [2.76.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.75.0...v2.76.0) (2024-12-24) + +Built on CDK v2.173.2 + ## [2.75.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.74.0...v2.75.0) (2024-12-23) +Built on CDK v2.163.1 ### Features diff --git a/deployment/v2/align-version.js b/deployment/v2/align-version.js index c8a0e7b9a..54ee45e08 100755 --- a/deployment/v2/align-version.js +++ b/deployment/v2/align-version.js @@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2]; const targetSolutionsConstructsVersion = process.argv[3]; // these versions need to be sourced from a config file -const awsCdkLibVersion = '2.163.1'; +const awsCdkLibVersion = '2.173.2'; for (const file of process.argv.splice(4)) { const pkg = JSON.parse(fs.readFileSync(file).toString()); diff --git a/source/lerna.json b/source/lerna.json index a01a31fd4..38e9e4c76 100644 --- a/source/lerna.json +++ b/source/lerna.json @@ -5,5 +5,5 @@ "patterns/@aws-solutions-constructs/*" ], "rejectCycles": "true", - "version": "2.75.0" + "version": "2.76.0" } diff --git a/source/package.json b/source/package.json index ef097aa93..ba1ce1251 100644 --- a/source/package.json +++ b/source/package.json @@ -17,7 +17,7 @@ "constructs": "^10.0.0" }, "devDependencies": { - "@aws-cdk/integ-tests-alpha": "2.163.1-alpha.0", + "@aws-cdk/integ-tests-alpha": "0.0.0-alpha.0", "@typescript-eslint/eslint-plugin": "^2.14.0", "@typescript-eslint/parser": "^2.14.0", "fs-extra": "^8.1.0", @@ -34,7 +34,7 @@ "eslint-plugin-import": "^2.19.1", "eslint-plugin-license-header": "^0.2.0", "constructs": "^10.0.0", - "aws-cdk-lib": "2.163.1" + "aws-cdk-lib": "0.0.0" }, "workspaces": { "packages": [