Skip to content

Commit 4de88bf

Browse files
authored
chore(release): 2.200.2 (#34693)
See CHANGELOG
2 parents a10b089 + d146442 commit 4de88bf

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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.200.2-alpha.0](https://github.com/aws/aws-cdk/compare/v2.200.1-alpha.0...v2.200.2-alpha.0) (2025-06-11)
6+
57
## [2.200.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.200.0-alpha.0...v2.200.1-alpha.0) (2025-06-03)
68

79
## [2.200.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.199.0-alpha.0...v2.200.0-alpha.0) (2025-06-02)

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.200.2](https://github.com/aws/aws-cdk/compare/v2.200.1...v2.200.2) (2025-06-11)
6+
7+
8+
### Bug Fixes
9+
10+
* export errors to make it available in region-info/lib/fact.ts ([#34691](https://github.com/aws/aws-cdk/issues/34691)) ([4a75032](https://github.com/aws/aws-cdk/commit/4a7503208e9c4b7a245aca6ef6013a54a4b252a6)), closes [#34690](https://github.com/aws/aws-cdk/issues/34690) [#34690](https://github.com/aws/aws-cdk/issues/34690) [#33384](https://github.com/aws/aws-cdk/issues/33384)
11+
512
## [2.200.1](https://github.com/aws/aws-cdk/compare/v2.200.0...v2.200.1) (2025-06-03)
613

714

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
"./core/lib/helpers-internal": "./core/lib/helpers-internal/index.js",
507507
"./core/lib/metadata-resource": "./core/lib/metadata-resource.js",
508508
"./core/lib/prop-injectable": "./core/lib/prop-injectable.js",
509+
"./core/lib/errors": "./core/lib/errors.js",
509510
"./custom-resources": "./custom-resources/index.js",
510511
"./custom-resources/lib/helpers-internal": "./custom-resources/lib/helpers-internal/index.js",
511512
"./cx-api": "./cx-api/index.js",

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.200.1",
3-
"alphaVersion": "2.200.1-alpha.0"
2+
"version": "2.200.2",
3+
"alphaVersion": "2.200.2-alpha.0"
44
}

0 commit comments

Comments
 (0)