File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
smithy-aws-typescript-codegen Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# Smithy AWS Typescript Codegen Changelog
22
3+ ## 0.35.0 (2025-09-18)
4+
5+ ### Bug Fixes
6+ - Upgraded to smithy-typescript 0.35.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0350-2025-09-18 ) )
7+
38## 0.34.1 (2025-09-10)
49
510### Bug Fixes
6- - Upgraded to smithy-typescript 0.34.1 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0330 -2025-09-10 ) )
11+ - Upgraded to smithy-typescript 0.34.1 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0341 -2025-09-10 ) )
712
813## 0.34.0 (2025-07-30)
914
1015### Features
11- - Upgraded to smithy-typescript 0.34.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0330 -2025-07-30 ) )
16+ - Upgraded to smithy-typescript 0.34.0 ([ Release Notes] ( https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0340 -2025-07-30 ) )
1217- Upgraded smithy version to 1.61.0 ([ #7233 ] ( https://github.com/aws/aws-sdk-js-v3/pull/7233 ) )
1318
1419## 0.33.0 (2025-07-10)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ allprojects {
3232 mavenCentral()
3333 }
3434 group = " software.amazon.smithy.typescript"
35- version = " 0.34.1 "
35+ version = " 0.35.0 "
3636}
3737
3838// The root project doesn't produce a JAR.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ buildscript {
3636
3737dependencies {
3838 // Smithy TypeScript
39- api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.34.1 " )
39+ api(" software.amazon.smithy.typescript:smithy-typescript-codegen:0.35.0 " )
4040
4141 // Smithy generic dependencies
4242 api(" software.amazon.smithy:smithy-model:$smithyVersion " )
Original file line number Diff line number Diff line change 11// Update this commit when taking up new changes from smithy-typescript.
22module . exports = {
33 // Use full commit hash as we explicitly fetch it.
4- SMITHY_TS_COMMIT : "6a17b956d1ed1b27fe640b1c3f40b9c62632fcb8 " ,
4+ SMITHY_TS_COMMIT : "225743b3f94fd2310a2c881a1c63633402970578 " ,
55} ;
66
77if ( module . exports . SMITHY_TS_COMMIT . length < 40 ) {
You can’t perform that action at this time.
0 commit comments