Skip to content

Commit 99b380d

Browse files
committed
chore(codegen): bump smithy-ts version to 0.26.0
1 parent 2b32d89 commit 99b380d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.25.0"
34+
version = "0.26.0"
3535
}
3636

3737
// 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.25.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.26.0")
4040

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

0 commit comments

Comments
 (0)