Skip to content

Commit 4442dff

Browse files
authored
chore(codegen): release 0.35.0 (#7361)
* chore(codegen): release 0.35.0 * chore(codegen): update hash to 0.35.0 of smithy-typescript
1 parent c64f7f0 commit 4442dff

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

codegen/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
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)

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.34.1"
35+
version = "0.35.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
@@ -36,7 +36,7 @@ buildscript {
3636

3737
dependencies {
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")

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: "6a17b956d1ed1b27fe640b1c3f40b9c62632fcb8",
4+
SMITHY_TS_COMMIT: "225743b3f94fd2310a2c881a1c63633402970578",
55
};
66

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

0 commit comments

Comments
 (0)