Skip to content

Commit 222de71

Browse files
authored
chore(release): 2.116.1 (#28468)
See CHANGELOG ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
2 parents a1552da + 557ed28 commit 222de71

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
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.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

+7
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

+4-1
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

version.v2.json

+2-2
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)