Skip to content

Commit efdc6a0

Browse files
author
awstools
committed
Publish v3.108.1
1 parent 7268a70 commit efdc6a0

File tree

7 files changed

+36
-4
lines changed

7 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.108.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.0...v3.108.1) (2022-06-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **client-redshift-serverless:** remove redshift-serverless client ([#3675](https://github.com/aws/aws-sdk-js-v3/issues/3675)) ([1d9b9e0](https://github.com/aws/aws-sdk-js-v3/commit/1d9b9e0b1df143acd4682da83b5841f7e5c98a0a))
12+
13+
14+
### Features
15+
16+
* **clients:** update client endpoints as of 2022-06-10 ([7268a70](https://github.com/aws/aws-sdk-js-v3/commit/7268a7052364f5aaeb57f26be0695afea990aaae))
17+
18+
19+
20+
21+
622
# [3.108.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.107.0...v3.108.0) (2022-06-09)
723

824

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
|@aws-sdk/credential-providers|3.105.0|89.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
4747
|@aws-sdk/fetch-http-handler|3.58.0|75.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
4848
|@aws-sdk/lib-dynamodb|3.100.0|161.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
49-
|@aws-sdk/lib-storage|3.105.0|76.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
49+
|@aws-sdk/lib-storage|3.107.0|76.3 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5050
|@aws-sdk/node-http-handler|3.82.0|111.2 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.100.0|43.1 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
5252
|@aws-sdk/s3-presigned-post|3.105.0|45.3 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|

clients/client-frauddetector/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.108.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.0...v3.108.1) (2022-06-10)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-frauddetector
9+
10+
11+
12+
13+
614
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
715

816

clients/client-frauddetector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-frauddetector",
33
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
4-
"version": "3.105.0",
4+
"version": "3.108.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.108.0",
2+
"version": "3.108.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

lib/lib-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.108.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.0...v3.108.1) (2022-06-10)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.107.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.106.0...v3.107.0) (2022-06-08)
715

816
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.107.0",
3+
"version": "3.108.1",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

0 commit comments

Comments
 (0)