Skip to content

Bump SSDK libs version to 1.0.0-alpha.9 #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
UTIL_STREAM_BROWSER("dependencies", "@aws-sdk/util-stream-browser", false),

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

public static final String NORMAL_DEPENDENCY = "dependencies";
public static final String DEV_DEPENDENCY = "devDependencies";
Expand Down
2 changes: 1 addition & 1 deletion smithy-typescript-ssdk-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smithy-typescript-ssdk",
"private": true,
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Smithy TypeScript SSDK packages",
"main": "index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# server-apigateway Changelog

## 1.0.0-alpha.9 (2023-03-16)

### Other

- Upgraded to Yarn 3. ([#705](https://github.com/awslabs/smithy-typescript/pull/705))

## 1.0.0-alpha.8 (2023-02-09)

### Features

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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-smithy/server-apigateway",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Base components for Smithy services behind APIGateway",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down
16 changes: 13 additions & 3 deletions smithy-typescript-ssdk-libs/server-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# server-common Changelog

## 1.0.0-alpha.9 (2023-03-16)

### Features

- 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))

### Other

- Upgraded to Yarn 3. ([#705](https://github.com/awslabs/smithy-typescript/pull/705))

## 1.0.0-alpha.8 (2023-02-09)

### Features

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

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

### Features

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

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

Expand Down
2 changes: 1 addition & 1 deletion smithy-typescript-ssdk-libs/server-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-smithy/server-common",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Base components for Smithy services",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down
6 changes: 5 additions & 1 deletion smithy-typescript-ssdk-libs/server-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# server-node Changelog

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

### Features

Module created.

### Other

- Upgraded to Yarn 3. ([#705](https://github.com/awslabs/smithy-typescript/pull/705))
2 changes: 1 addition & 1 deletion smithy-typescript-ssdk-libs/server-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-smithy/server-node",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "Base components for Smithy services running on NodeJS",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down