Skip to content

Commit ddbfac7

Browse files
authored
chore(release): v2.72.1 (#24876)
SEE [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
2 parents 397e46c + 4144368 commit ddbfac7

File tree

18 files changed

+63
-27
lines changed

18 files changed

+63
-27
lines changed

CHANGELOG.v2.alpha.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
## [2.72.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.72.0-alpha.0...v2.72.1-alpha.0) (2023-03-30)
6+
57
## [2.72.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.71.0-alpha.0...v2.72.0-alpha.0) (2023-03-29)
68

79

CHANGELOG.v2.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
## [2.72.1](https://github.com/aws/aws-cdk/compare/v2.72.0...v2.72.1) (2023-03-30)
6+
57
## [2.72.0](https://github.com/aws/aws-cdk/compare/v2.71.0...v2.72.0) (2023-03-29)
68

79

packages/@aws-cdk/assertions/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typesVersions": {
88
"<=3.9": {
99
"*": [
10-
".types-compat/ts3.9/*"
10+
".types-compat/ts3.9/*",
11+
".types-compat/ts3.9/*/index.d.ts"
1112
]
1213
}
1314
},

packages/@aws-cdk/aws-eks/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/@aws-cdk/aws-elasticloadbalancingv2/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/@aws-cdk/aws-elasticsearch/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/@aws-cdk/aws-events-targets/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/@aws-cdk/aws-lambda-go/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typesVersions": {
88
"<=3.9": {
99
"*": [
10-
".types-compat/ts3.9/*"
10+
".types-compat/ts3.9/*",
11+
".types-compat/ts3.9/*/index.d.ts"
1112
]
1213
}
1314
},

packages/@aws-cdk/aws-lambda-nodejs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/@aws-cdk/aws-opensearchservice/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typesVersions": {
88
"<=3.9": {
99
"*": [
10-
".types-compat/ts3.9/*"
10+
".types-compat/ts3.9/*",
11+
".types-compat/ts3.9/*/index.d.ts"
1112
]
1213
}
1314
},

packages/@aws-cdk/cli-lib/THIRD_PARTY_LICENSES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The @aws-cdk/cli-lib package includes the following third-party software/licensing:
22

3-
** @jsii/check-node@1.77.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.77.0 | Apache-2.0
3+
** @jsii/check-node@1.78.1 - https://www.npmjs.com/package/@jsii/check-node/v/1.78.1 | Apache-2.0
44
jsii
55
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
66

packages/@aws-cdk/core/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/@aws-cdk/custom-resources/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/@aws-cdk/pipelines/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"typesVersions": {
99
"<=3.9": {
1010
"*": [
11-
".types-compat/ts3.9/*"
11+
".types-compat/ts3.9/*",
12+
".types-compat/ts3.9/*/index.d.ts"
1213
]
1314
}
1415
},

packages/aws-cdk-lib/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typesVersions": {
88
"<=3.9": {
99
"*": [
10-
".types-compat/ts3.9/*"
10+
".types-compat/ts3.9/*",
11+
".types-compat/ts3.9/*/index.d.ts"
1112
]
1213
}
1314
},
@@ -482,6 +483,7 @@
482483
"./aws-codestarconnections": "./aws-codestarconnections/index.js",
483484
"./aws-codestarnotifications": "./aws-codestarnotifications/index.js",
484485
"./aws-cognito": "./aws-cognito/index.js",
486+
"./aws-comprehend": "./aws-comprehend/index.js",
485487
"./aws-config": "./aws-config/index.js",
486488
"./aws-connect": "./aws-connect/index.js",
487489
"./aws-connectcampaigns": "./aws-connectcampaigns/index.js",
@@ -543,6 +545,7 @@
543545
"./aws-imagebuilder": "./aws-imagebuilder/index.js",
544546
"./aws-inspector": "./aws-inspector/index.js",
545547
"./aws-inspectorv2": "./aws-inspectorv2/index.js",
548+
"./aws-internetmonitor": "./aws-internetmonitor/index.js",
546549
"./aws-iot": "./aws-iot/index.js",
547550
"./aws-iot1click": "./aws-iot1click/index.js",
548551
"./aws-iotanalytics": "./aws-iotanalytics/index.js",
@@ -555,6 +558,7 @@
555558
"./aws-iottwinmaker": "./aws-iottwinmaker/index.js",
556559
"./aws-iotwireless": "./aws-iotwireless/index.js",
557560
"./aws-ivs": "./aws-ivs/index.js",
561+
"./aws-ivschat": "./aws-ivschat/index.js",
558562
"./aws-kafkaconnect": "./aws-kafkaconnect/index.js",
559563
"./aws-kendra": "./aws-kendra/index.js",
560564
"./aws-kendraranking": "./aws-kendraranking/index.js",
@@ -656,9 +660,11 @@
656660
"./aws-stepfunctions-tasks": "./aws-stepfunctions-tasks/index.js",
657661
"./aws-supportapp": "./aws-supportapp/index.js",
658662
"./aws-synthetics": "./aws-synthetics/index.js",
663+
"./aws-systemsmanagersap": "./aws-systemsmanagersap/index.js",
659664
"./aws-timestream": "./aws-timestream/index.js",
660665
"./aws-transfer": "./aws-transfer/index.js",
661666
"./aws-voiceid": "./aws-voiceid/index.js",
667+
"./aws-vpclattice": "./aws-vpclattice/index.js",
662668
"./aws-waf": "./aws-waf/index.js",
663669
"./aws-wafregional": "./aws-wafregional/index.js",
664670
"./aws-wafv2": "./aws-wafv2/index.js",

tools/@aws-cdk/cdk-build-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"fs-extra": "^9.1.0",
5858
"jest": "^27.5.1",
5959
"jest-junit": "^13.2.0",
60-
"jsii": "~5.0.0",
60+
"jsii": "~5.0.2",
6161
"jsii-pacmak": "1.78.1",
6262
"jsii-reflect": "1.78.1",
6363
"markdownlint-cli": "^0.33.0",

version.v2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.72.0",
3-
"alphaVersion": "2.72.0-alpha.0"
2+
"version": "2.72.1",
3+
"alphaVersion": "2.72.1-alpha.0"
44
}

yarn.lock

+26-11
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,14 @@
811811
chalk "^4.1.2"
812812
semver "^7.3.8"
813813

814+
815+
version "1.79.0"
816+
resolved "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.79.0.tgz#802fb9db739a805dffd87acc44c3f534c554ad6d"
817+
integrity sha512-CQk5RtaFqbWAWcV35ciVqdLT7NnPPjYeRPnlD3KY7bkYhvYC7z2kcmRpTycGBRk7NS7Plr3l+4i02gjCzr59eA==
818+
dependencies:
819+
chalk "^4.1.2"
820+
semver "^7.3.8"
821+
814822
815823
version "1.77.0"
816824
resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.77.0.tgz#2ee31c32e26d61880e422a546a62296c6543bff9"
@@ -832,6 +840,13 @@
832840
dependencies:
833841
ajv "^8.12.0"
834842

843+
"@jsii/spec@^1.79.0":
844+
version "1.79.0"
845+
resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.79.0.tgz#0fc9d9dfda05c85cf67295a5b7d6e438128e74d1"
846+
integrity sha512-ZmHObap/rOSjvoeqTmQOYrxm26vRftYepAmtd7yVwnNu/3tbwXcdSQMs/2rjaMsn6H3pmDwn048g3lUtYszzaw==
847+
dependencies:
848+
ajv "^8.12.0"
849+
835850
836851
version "4.0.0"
837852
resolved "https://registry.npmjs.org/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f"
@@ -7187,12 +7202,12 @@ [email protected]:
71877202
yargs "^16.2.0"
71887203

71897204
7190-
version "5.0.0-dev.3"
7191-
resolved "https://registry.npmjs.org/jsii/-/jsii-5.0.0-dev.3.tgz#d87ddd873e472b657aaaf884b837833da0ec8056"
7192-
integrity sha512-y3slZsIEaIPXeNlQcv/k0nPJXZR8qtyl1dVaLU24oQnKaxOZGZQhrmUSDNBzLNjC+6GSk855UXzZWnBNmv3tlg==
7205+
version "5.0.2-dev.2"
7206+
resolved "https://registry.npmjs.org/jsii/-/jsii-5.0.2-dev.2.tgz#03df0368380f6c7deeafc0996d2d18f9a5dfafca"
7207+
integrity sha512-DO9nWtNV0XCG0Be3xxn/bOaWmwgXuTzlDyj8w6fF+odUpnDFx/CJDtqfaOfhC6ITUmpr3rkicNTAhBAZQD/xuQ==
71937208
dependencies:
7194-
"@jsii/check-node" "1.78.1"
7195-
"@jsii/spec" "^1.78.1"
7209+
"@jsii/check-node" "1.79.0"
7210+
"@jsii/spec" "^1.79.0"
71967211
case "^1.6.3"
71977212
chalk "^4"
71987213
downlevel-dts "^0.11.0"
@@ -7205,13 +7220,13 @@ [email protected]:
72057220
typescript "~5.0.2"
72067221
yargs "^17.7.1"
72077222

7208-
jsii@~5.0.0:
7209-
version "5.0.0"
7210-
resolved "https://registry.npmjs.org/jsii/-/jsii-5.0.0.tgz#8e4196c8bb902c30d650f57c035ee418200e8b65"
7211-
integrity sha512-/lMnzw2ySi8iFtlIuA5o8PoZXkXfeWBURR8TVj32aaeW2A9ueMbgQicqgd8A31yF1BZNLdTjunsenChAMCZK+Q==
7223+
jsii@~5.0.2:
7224+
version "5.0.2"
7225+
resolved "https://registry.npmjs.org/jsii/-/jsii-5.0.2.tgz#d8d7252583a73d7812b3d8a58ad22d4b71ce4170"
7226+
integrity sha512-5L9Kl11jGS9Iikf0Ran/Vv1CYHAkTfeuRs9JPj9x8qvwJxMQwhQDwEiz6RqT1ekAxZs6syknpa077/Yt+l4ifQ==
72127227
dependencies:
7213-
"@jsii/check-node" "1.78.1"
7214-
"@jsii/spec" "^1.78.1"
7228+
"@jsii/check-node" "1.79.0"
7229+
"@jsii/spec" "^1.79.0"
72157230
case "^1.6.3"
72167231
chalk "^4"
72177232
downlevel-dts "^0.11.0"

0 commit comments

Comments
 (0)