Skip to content

Commit 7bc91d0

Browse files
committed
chore(codegen): bump codegen version to 0.36.0
1 parent e2b60b5 commit 7bc91d0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

codegen/CHANGELOG.md

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

3+
## 0.36.0 (2025-09-30)
4+
5+
### Features
6+
- Upgraded to smithy-typescript 0.36.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0360-2025-09-18))
7+
- Upgraded smithy version to 1.62.0 ([#7386](https://github.com/aws/aws-sdk-js-v3/pull/7386))
8+
- Used DOMParser for browser XML parsing ([#7347](https://github.com/aws/aws-sdk-js-v3/pull/7347))
9+
- Replaced 'uuid' with '@smithy/uuid' ([#7372](https://github.com/aws/aws-sdk-js-v3/pull/7372))
10+
311
## 0.35.0 (2025-09-18)
412

5-
### Bug Fixes
13+
### Features
614
- Upgraded to smithy-typescript 0.35.0 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0350-2025-09-18))
715

816
## 0.34.1 (2025-09-10)
917

10-
### Bug Fixes
18+
### Features
1119
- Upgraded to smithy-typescript 0.34.1 ([Release Notes](https://github.com/smithy-lang/smithy-typescript/blob/main/CHANGELOG.md#0341-2025-09-10))
1220

1321
## 0.34.0 (2025-07-30)

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.35.0"
35+
version = "0.36.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.35.0")
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.36.0")
4040

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

0 commit comments

Comments
 (0)