Skip to content

Commit bee66fb

Browse files
authored
Revert "feat(codegen): bump codegen version to 0.18.0 (#5310)" (#5320)
This reverts commit c51bd48.
1 parent c51bd48 commit bee66fb

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

codegen/CHANGELOG.md

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

3-
## 0.18.0 (2023-10-04)
4-
5-
### Features
6-
* Refactor addImport usage ([#4986](https://github.com/aws/aws-sdk-js-v3/pull/4986))
7-
* Remove defaults mode provider codegen ([#4993](https://github.com/aws/aws-sdk-js-v3/pull/4993))
8-
* Temporarily disable unused codegen ([#4996](https://github.com/aws/aws-sdk-js-v3/pull/4996))
9-
* Customize @aws.auth#sigv4 identity providers for the AWS SDK ([#5179](https://github.com/aws/aws-sdk-js-v3/pull/5179))
10-
* Customize @httpBearerAuth identity providers for the AWS SDK ([#5169](https://github.com/aws/aws-sdk-js-v3/pull/5169))
11-
* Add aws region runtime extension codegen ([#5157](https://github.com/aws/aws-sdk-js-v3/pull/5157))
12-
* Add smithy-aws-endpoints dependency ([#5311](https://github.com/aws/aws-sdk-js-v3/pull/5311))
13-
* Upgrade to Smithy 1.39.0 ([#5311](https://github.com/aws/aws-sdk-js-v3/pull/5311))
14-
153
## 0.17.1 (2023-07-07)
164

175
## 0.17.0 (2023-07-06)

codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
mavenCentral()
2929
}
3030
group = "software.amazon.smithy.typescript"
31-
version = "0.18.0"
31+
version = "0.17.1"
3232
}
3333

3434
// 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 @@ dependencies {
4343
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
4444
api("software.amazon.smithy:smithy-model:$smithyVersion")
4545
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
46-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.18.0")
46+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.17.1")
4747
}
4848

4949
tasks.register("set-aws-sdk-versions") {

0 commit comments

Comments
 (0)