Skip to content

Commit 4679aa4

Browse files
authored
Merge pull request #1188 from awslabs/bump/2.68.0
chore(release): 2.68.0
2 parents 672d113 + cb34918 commit 4679aa4

File tree

212 files changed

+1259
-1117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+1259
-1117
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

deployment/v2/align-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
1010
const targetSolutionsConstructsVersion = process.argv[3];
1111

1212
// these versions need to be sourced from a config file
13-
const awsCdkLibVersion = '2.151.0';
13+
const awsCdkLibVersion = '2.154.1';
1414

1515
for (const file of process.argv.splice(4)) {
1616
const pkg = JSON.parse(fs.readFileSync(file).toString());

source/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"./patterns/@aws-solutions-constructs/*"
77
],
88
"rejectCycles": "true",
9-
"version": "2.67.1"
9+
"version": "2.68.0"
1010
}

source/patterns/@aws-solutions-constructs/aws-alb-fargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"peerDependencies": {
8282
"@aws-solutions-constructs/core": "0.0.0",
8383
"constructs": "^10.0.0",
84-
"aws-cdk-lib": "0.0.0"
84+
"aws-cdk-lib": "^0.0.0"
8585
},
8686
"keywords": [
8787
"aws",

source/patterns/@aws-solutions-constructs/aws-alb-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"peerDependencies": {
8282
"@aws-solutions-constructs/core": "0.0.0",
8383
"constructs": "^10.0.0",
84-
"aws-cdk-lib": "0.0.0"
84+
"aws-cdk-lib": "^0.0.0"
8585
},
8686
"keywords": [
8787
"aws",

source/patterns/@aws-solutions-constructs/aws-apigateway-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"peerDependencies": {
8181
"@aws-solutions-constructs/core": "0.0.0",
8282
"constructs": "^10.0.0",
83-
"aws-cdk-lib": "0.0.0"
83+
"aws-cdk-lib": "^0.0.0"
8484
},
8585
"keywords": [
8686
"aws",

source/patterns/@aws-solutions-constructs/aws-apigateway-iot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"peerDependencies": {
8181
"@aws-solutions-constructs/core": "0.0.0",
8282
"constructs": "^10.0.0",
83-
"aws-cdk-lib": "0.0.0"
83+
"aws-cdk-lib": "^0.0.0"
8484
},
8585
"keywords": [
8686
"aws",

source/patterns/@aws-solutions-constructs/aws-apigateway-kinesisstreams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"peerDependencies": {
8181
"@aws-solutions-constructs/core": "0.0.0",
8282
"constructs": "^10.0.0",
83-
"aws-cdk-lib": "0.0.0"
83+
"aws-cdk-lib": "^0.0.0"
8484
},
8585
"keywords": [
8686
"aws",

source/patterns/@aws-solutions-constructs/aws-apigateway-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"peerDependencies": {
8181
"@aws-solutions-constructs/core": "0.0.0",
8282
"constructs": "^10.0.0",
83-
"aws-cdk-lib": "0.0.0"
83+
"aws-cdk-lib": "^0.0.0"
8484
},
8585
"keywords": [
8686
"aws",

source/patterns/@aws-solutions-constructs/aws-apigateway-sagemakerendpoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"peerDependencies": {
8181
"@aws-solutions-constructs/core": "0.0.0",
8282
"constructs": "^10.0.0",
83-
"aws-cdk-lib": "0.0.0"
83+
"aws-cdk-lib": "^0.0.0"
8484
},
8585
"keywords": [
8686
"aws",

0 commit comments

Comments
 (0)