Skip to content

Commit 0ecf1f0

Browse files
committed
chore(codegen): bump codegen version to 0.37.0
1 parent 4a796b6 commit 0ecf1f0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

codegen/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.37.0 (2025-11-04)
4+
5+
### Features
6+
- Upgraded to smithy-typescript 0.37.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0361-2025-11-04))
7+
- Upgraded smithy version to 1.63.0 ([#7474](https://github.com/aws/aws-sdk-js-v3/pull/7474))
8+
9+
### Bug Fixes
10+
- Applied reserved word escaping to union shape in Json serializer ([#7419](https://github.com/aws/aws-sdk-js-v3/pull/7419))
11+
312
## 0.36.1 (2025-10-06)
413

514
### Features

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
mavenCentral()
3333
}
3434
group = "software.amazon.smithy.typescript"
35-
version = "0.36.1"
35+
version = "0.37.0"
3636
}
3737

3838
// The root project doesn't produce a JAR.

codegen/smithy-aws-typescript-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ buildscript {
4343

4444
dependencies {
4545
// Smithy TypeScript
46-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.36.1")
46+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.37.0")
4747

4848
// Smithy generic dependencies
4949
api("software.amazon.smithy:smithy-model:$smithyVersion")

0 commit comments

Comments
 (0)