Skip to content

Commit

Permalink
chore(release): 2.76.0 (#1244)
Browse files Browse the repository at this point in the history
* Remove specific version IDs, update to latest CDK

* chore(release): 2.76.0

* chore(changelog): Updated CHANGELOG.md

---------

Co-authored-by: biffgaut <[email protected]>
Co-authored-by: biffgaut <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent e7943a0 commit 61fe181
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down
2 changes: 1 addition & 1 deletion source/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "2.75.0"
"version": "2.76.0"
}
4 changes: 2 additions & 2 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 61fe181

Please sign in to comment.