Skip to content

Commit 6276dfd

Browse files
authored
Merge branch 'main' into 23301-addArnForExecuteAPI
2 parents e560643 + b29cbe3 commit 6276dfd

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

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.116.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.116.0-alpha.0...v2.116.1-alpha.0) (2023-12-22)
6+
57
## [2.116.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.115.0-alpha.0...v2.116.0-alpha.0) (2023-12-21)
68

79

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.116.1](https://github.com/aws/aws-cdk/compare/v2.116.0...v2.116.1) (2023-12-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **core:** core constructs fail with `Error: Cannot find module '../dist/core/<file>.generated'` ([#28467](https://github.com/aws/aws-cdk/issues/28467)) ([e8be128](https://github.com/aws/aws-cdk/commit/e8be12836cdb73b74cd36e19e5cec52258304933)), closes [#28251](https://github.com/aws/aws-cdk/issues/28251) [#28465](https://github.com/aws/aws-cdk/issues/28465)
11+
512
## [2.116.0](https://github.com/aws/aws-cdk/compare/v2.115.0...v2.116.0) (2023-12-21)
613

714

packages/aws-cdk-lib/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ coverage
1616
build-tools
1717
dist
1818
!custom-resource-handlers/dist/
19+
!core/lib/dist/
1920
scripts
2021
.LAST_BUILD
2122
.LAST_PACKAGE
@@ -30,9 +31,11 @@ tsconfig.json
3031
# exclude cdk artifacts
3132
**/cdk.out
3233
junit.xml
33-
3434
!*.lit.ts
3535

36+
# exclude additional documention
37+
core/adr/
38+
3639
# keep class map for cloudformation-include
3740
!cloudformation-include/cfn-types-2-classes.json
3841

packages/aws-cdk-lib/core/lib/adr/acknowledge-warnings.md renamed to packages/aws-cdk-lib/core/adr/acknowledge-warnings.md

File renamed without changes.

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.116.0",
3-
"alphaVersion": "2.116.0-alpha.0"
2+
"version": "2.116.1",
3+
"alphaVersion": "2.116.1-alpha.0"
44
}

0 commit comments

Comments
 (0)