Skip to content

Commit b53be92

Browse files
authored
chore(codegen): bump codegen version to 0.36.1 (#7407)
1 parent 4fb0fd0 commit b53be92

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

codegen/CHANGELOG.md

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

3+
## 0.36.1 (2025-10-06)
4+
5+
### Features
6+
- Upgraded to smithy-typescript 0.36.1 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0361-2025-10-06))
7+
8+
### Chores
9+
- Removed usage of deprecated APIs ([#7395](https://github.com/aws/aws-sdk-js-v3/pull/7395))
10+
311
## 0.36.0 (2025-09-30)
412

513
### 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.0"
35+
version = "0.36.1"
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.0")
46+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.36.1")
4747

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

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "ce9a4b2a0af870a8eb08b977a429f001caf397b9",
4+
SMITHY_TS_COMMIT: "e0a328080578a96cef153014c881f786d1aaded2",
55
};
66

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

0 commit comments

Comments
 (0)