Skip to content

Commit be5fcf4

Browse files
authored
2 parents 793dd76 + 065d102 commit be5fcf4

File tree

11 files changed

+126
-40
lines changed

11 files changed

+126
-40
lines changed

CHANGELOG.v2.alpha.md

Lines changed: 2 additions & 0 deletions
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.49.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.49.0-alpha.0...v2.49.1-alpha.0) (2022-10-31)
6+
57
## [2.49.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.48.0-alpha.0...v2.49.0-alpha.0) (2022-10-27)
68

79
## [2.48.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.47.0-alpha.0...v2.48.0-alpha.0) (2022-10-27)

CHANGELOG.v2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.49.1](https://github.com/aws/aws-cdk/compare/v2.49.0...v2.49.1) (2022-10-31)
6+
7+
8+
### Bug Fixes
9+
10+
* revert jsii to version 1.69.0 ([#22715](https://github.com/aws/aws-cdk/issues/22715)) ([2b45931](https://github.com/aws/aws-cdk/commit/2b4593125b5b219fcb59d5224a4beea1d0905d0d))
11+
512
## [2.49.0](https://github.com/aws/aws-cdk/compare/v2.48.0...v2.49.0) (2022-10-27)
613

714

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"fs-extra": "^9.1.0",
2424
"graceful-fs": "^4.2.10",
2525
"jest-junit": "^13.2.0",
26-
"jsii-diff": "^1.70.0",
27-
"jsii-pacmak": "^1.70.0",
28-
"jsii-reflect": "^1.70.0",
29-
"jsii-rosetta": "^1.70.0",
26+
"jsii-diff": "1.69.0",
27+
"jsii-pacmak": "1.69.0",
28+
"jsii-reflect": "1.69.0",
29+
"jsii-rosetta": "1.69.0",
3030
"lerna": "^4.0.0",
3131
"patch-package": "^6.5.0",
3232
"semver": "^6.3.0",

packages/aws-cdk/THIRD_PARTY_LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The aws-cdk package includes the following third-party software/licensing:
22

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

packages/aws-cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@aws-cdk/cloudformation-diff": "0.0.0",
9797
"@aws-cdk/cx-api": "0.0.0",
9898
"@aws-cdk/region-info": "0.0.0",
99-
"@jsii/check-node": "1.70.0",
99+
"@jsii/check-node": "1.69.0",
100100
"archiver": "^5.3.1",
101101
"aws-sdk": "^2.1211.0",
102102
"camelcase": "^6.3.0",

packages/awslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"awslint": "bin/awslint"
1919
},
2020
"dependencies": {
21-
"@jsii/spec": "^1.70.0",
21+
"@jsii/spec": "1.69.0",
2222
"camelcase": "^6.3.0",
2323
"chalk": "^4",
2424
"fs-extra": "^9.1.0",
25-
"jsii-reflect": "^1.70.0",
25+
"jsii-reflect": "1.69.0",
2626
"yargs": "^16.2.0"
2727
},
2828
"devDependencies": {

packages/cdk-dasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"license": "Apache-2.0",
3232
"dependencies": {
33-
"codemaker": "^1.70.0",
33+
"codemaker": "1.69.0",
3434
"yaml": "1.10.2"
3535
},
3636
"devDependencies": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
"fs-extra": "^9.1.0",
5858
"jest": "^27.5.1",
5959
"jest-junit": "^13.2.0",
60-
"jsii": "^1.70.0",
61-
"jsii-pacmak": "^1.70.0",
62-
"jsii-reflect": "^1.70.0",
60+
"jsii": "1.69.0",
61+
"jsii-pacmak": "1.69.0",
62+
"jsii-reflect": "1.69.0",
6363
"markdownlint-cli": "^0.32.2",
6464
"nyc": "^15.1.0",
6565
"semver": "^7.3.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "Apache-2.0",
3333
"dependencies": {
3434
"@aws-cdk/cfnspec": "0.0.0",
35-
"codemaker": "^1.70.0",
35+
"codemaker": "1.69.0",
3636
"fast-json-patch": "^3.1.1",
3737
"fs-extra": "^9.1.0",
3838
"yargs": "^16.2.0"

version.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.49.0",
3-
"alphaVersion": "2.49.0-alpha.0"
2+
"version": "2.49.1",
3+
"alphaVersion": "2.49.1-alpha.0"
44
}

0 commit comments

Comments
 (0)