Skip to content

Commit 25da945

Browse files
authored
chore(codegen): bump codegen version to 0.29.0 (#7007)
1 parent 213aead commit 25da945

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

codegen/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Smithy AWS Typescript Codegen Changelog
22

3+
## 0.29.0 (2025-04-11)
4+
5+
## Features
6+
- Upgraded to smithy-typescript 0.29.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0290-2025-04-11))
7+
- Upgraded to smithy 1.55.0 ([#7005](https://github.com/aws/aws-sdk-js-v3/pull/7005))
8+
39
## 0.28.0 (2025-04-01)
410

511
## Features

codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
}
3333
group = "software.amazon.smithy.typescript"
34-
version = "0.28.0"
34+
version = "0.29.0"
3535
}
3636

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

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

+1-1
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.28.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.29.0")
4040

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

scripts/generate-clients/config.js

+1-1
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: "b6ea624fe35457359cad061b908e980b455c9720",
4+
SMITHY_TS_COMMIT: "8dec1794d4e0368417ba52ba0a05c5f08eb6348c",
55
};
66

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

0 commit comments

Comments
 (0)