Skip to content

Commit 52d1190

Browse files
authored
Bump SSDK libs version to 1.0.0-alpha.9 (#718)
1 parent 5c7495c commit 52d1190

File tree

8 files changed

+30
-10
lines changed

8 files changed

+30
-10
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
112112
UTIL_STREAM_BROWSER("dependencies", "@aws-sdk/util-stream-browser", false),
113113

114114
// Server dependency for SSDKs
115-
SERVER_COMMON("dependencies", "@aws-smithy/server-common", "1.0.0-alpha.8", false);
115+
SERVER_COMMON("dependencies", "@aws-smithy/server-common", "1.0.0-alpha.9", false);
116116

117117
public static final String NORMAL_DEPENDENCY = "dependencies";
118118
public static final String DEV_DEPENDENCY = "devDependencies";

smithy-typescript-ssdk-libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smithy-typescript-ssdk",
33
"private": true,
4-
"version": "1.0.0-alpha.8",
4+
"version": "1.0.0-alpha.9",
55
"description": "Smithy TypeScript SSDK packages",
66
"main": "index.js",
77
"scripts": {

smithy-typescript-ssdk-libs/server-apigateway/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# server-apigateway Changelog
22

3+
## 1.0.0-alpha.9 (2023-03-16)
4+
5+
### Other
6+
7+
- Upgraded to Yarn 3. ([#705](https://github.com/awslabs/smithy-typescript/pull/705))
8+
39
## 1.0.0-alpha.8 (2023-02-09)
410

511
### Features
612

7-
- Generate ES module distributions ([#686](https://github.com/awslabs/smithy-typescript/pull/686))
13+
- Generated ES module distributions. ([#686](https://github.com/awslabs/smithy-typescript/pull/686))
814

915
## 1.0.0-alpha.7 (2023-01-25)
1016

smithy-typescript-ssdk-libs/server-apigateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-smithy/server-apigateway",
3-
"version": "1.0.0-alpha.8",
3+
"version": "1.0.0-alpha.9",
44
"description": "Base components for Smithy services behind APIGateway",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",

smithy-typescript-ssdk-libs/server-common/CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
# server-common Changelog
22

3+
## 1.0.0-alpha.9 (2023-03-16)
4+
5+
### Features
6+
7+
- Updated validation messages to remove user input values and internal enum values. ([#695](https://github.com/awslabs/smithy-typescript/pull/695), [#704](https://github.com/awslabs/smithy-typescript/pull/704), [#713](https://github.com/awslabs/smithy-typescript/pull/713))
8+
9+
### Other
10+
11+
- Upgraded to Yarn 3. ([#705](https://github.com/awslabs/smithy-typescript/pull/705))
12+
313
## 1.0.0-alpha.8 (2023-02-09)
414

515
### Features
616

7-
- Generate ES module distributions ([#685](https://github.com/awslabs/smithy-typescript/pull/685))
8-
- Use re2 `test()` instead of `match()` ([#680](https://github.com/awslabs/smithy-typescript/pull/680))
17+
- Generated ES module distributions. ([#685](https://github.com/awslabs/smithy-typescript/pull/685))
18+
- Used re2 `test()` instead of `match()`. ([#680](https://github.com/awslabs/smithy-typescript/pull/680))
919

1020
## 1.0.0-alpha.7 (2023-01-25)
1121

1222
### Features
1323

14-
- Add intEnum validator. ([#654](https://github.com/awslabs/smithy-typescript/pull/654))
24+
- Added intEnum validator. ([#654](https://github.com/awslabs/smithy-typescript/pull/654))
1525

1626
## 1.0.0-alpha.6 (2022-08-22)
1727

smithy-typescript-ssdk-libs/server-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-smithy/server-common",
3-
"version": "1.0.0-alpha.8",
3+
"version": "1.0.0-alpha.9",
44
"description": "Base components for Smithy services",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# server-node Changelog
22

3-
## 1.0.0-alpha.9 (2023-02-09)
3+
## 1.0.0-alpha.9 (2023-03-16)
44

55
### Features
66

77
Module created.
8+
9+
### Other
10+
11+
- Upgraded to Yarn 3. ([#705](https://github.com/awslabs/smithy-typescript/pull/705))

smithy-typescript-ssdk-libs/server-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-smithy/server-node",
3-
"version": "1.0.0-alpha.8",
3+
"version": "1.0.0-alpha.9",
44
"description": "Base components for Smithy services running on NodeJS",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",

0 commit comments

Comments
 (0)