Skip to content

Commit

Permalink
Merge pull request #1242 from awslabs/merge-back/2.75.0
Browse files Browse the repository at this point in the history
chore(merge-back): 2.75.0
  • Loading branch information
biffgaut authored Dec 23, 2024
2 parents 50404c1 + e7943a0 commit b56c4f9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.75.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.74.0...v2.75.0) (2024-12-23)


### Features

* **aws-dynamodbstreams-pipes-stepfunctions:** new construct ([#1238](https://github.com/awslabs/aws-solutions-constructs/issues/1238)) ([7afe6e8](https://github.com/awslabs/aws-solutions-constructs/commit/7afe6e84f81db0a088301e15c8890d454ebf25da))
* **aws-dynomodbstreams-pipes-stepfunctions:** add default maximum retries ([#1240](https://github.com/awslabs/aws-solutions-constructs/issues/1240)) ([50404c1](https://github.com/awslabs/aws-solutions-constructs/commit/50404c112407119c2dc7e282fe0de37d8ed586d0))

## [2.74.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.73.0...v2.74.0) (2024-10-22)

Build on CDK v2.161.0
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.74.0"
"version": "2.75.0"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-solutions-constructs/aws-dynamodbstreams-pipes-stepfunctions",
"version": "2.74.0",
"version": "0.0.0",
"description": "CDK Constructs for Amazon DynamoDB Streams to AWS Step Functions via Amazon EventBridge Pipes integration.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -53,15 +53,15 @@
}
},
"dependencies": {
"@aws-solutions-constructs/core": "2.74.0",
"@aws-solutions-constructs/resources": "2.74.0",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/resources": "0.0.0",
"constructs": "^10.0.0"
},
"devDependencies": {
"@aws-cdk/integ-tests-alpha": "2.163.1-alpha.0",
"@types/node": "^10.3.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "2.163.1"
"aws-cdk-lib": "0.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand All @@ -78,8 +78,8 @@
]
},
"peerDependencies": {
"@aws-solutions-constructs/core": "2.74.0",
"@aws-solutions-constructs/resources": "2.74.0",
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/resources": "0.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "^2.163.1"
},
Expand Down

0 comments on commit b56c4f9

Please sign in to comment.