Skip to content

Commit 5f0a434

Browse files
committed
chore(codegen): smithy-aws-typescript-codegen 0.46.0
1 parent 4c36ea3 commit 5f0a434

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

codegen/CHANGELOG.md

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

3+
## 0.46.0 (2026-03-05)
4+
5+
### Chores
6+
7+
- Upgraded to smithy-typescript 0.46.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0460-2026-03-05))
8+
39
## 0.45.0 (2026-02-19)
410

511
### Chores

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
mavenCentral()
3838
}
3939
group = "software.amazon.smithy.typescript"
40-
version = "0.45.0"
40+
version = "0.46.0"
4141
}
4242

4343
// 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
@@ -31,7 +31,7 @@ buildscript {
3131

3232
dependencies {
3333
// Smithy TypeScript
34-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.45.0")
34+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.46.0")
3535

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

scripts/generate-clients/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
44
// Comparison link (update with previous hash):
5-
// https://github.com/smithy-lang/smithy-typescript/compare/215d2542830dd323d1c38dd0c75c52f72b94105e...5eab7ea1c099488605ff3e442e26a7e5c1902d7f
6-
SMITHY_TS_COMMIT: "5eab7ea1c099488605ff3e442e26a7e5c1902d7f",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/5eab7ea1c099488605ff3e442e26a7e5c1902d7f...4c6296a745389da66f03bfd9f455592099439c52
6+
SMITHY_TS_COMMIT: "4c6296a745389da66f03bfd9f455592099439c52",
77
};
88

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)