Skip to content

Commit

Permalink
Publish v3.640.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 27, 2024
1 parent a4046ab commit 0899e93
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.640.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.639.0...v3.640.0) (2024-08-27)


### Features

* **client-bedrock-runtime:** Amazon Bedrock SDK updates for Inference Profile. ([fbc89ce](https://github.com/aws/aws-sdk-js-v3/commit/fbc89ce65683b6e10787a9074ae59b03253ee089))
* **client-bedrock:** Amazon Bedrock SDK updates for Inference Profile. ([d49f2f3](https://github.com/aws/aws-sdk-js-v3/commit/d49f2f3cc35ee2a77e04ba5c1fed3cdad046be26))
* **client-chatbot:** Update documentation to be consistent with the API docs ([a4046ab](https://github.com/aws/aws-sdk-js-v3/commit/a4046ab5fe821efff28020425a972c6a23ee142d))
* **client-omics:** Adds data provenance to import jobs from read sets and references ([b752120](https://github.com/aws/aws-sdk-js-v3/commit/b752120b379dcba7cdf574cd5615b23baad6efb6))
* **client-polly:** Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH). ([eb0b2ee](https://github.com/aws/aws-sdk-js-v3/commit/eb0b2ee146e940d52d9c59f11f727a26c72b9f92))





# [3.639.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.638.0...v3.639.0) (2024-08-26)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.640.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.639.0...v3.640.0) (2024-08-27)


### Features

* **client-bedrock:** Amazon Bedrock SDK updates for Inference Profile. ([d49f2f3](https://github.com/aws/aws-sdk-js-v3/commit/d49f2f3cc35ee2a77e04ba5c1fed3cdad046be26))





# [3.637.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.636.0...v3.637.0) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock",
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
"version": "3.637.0",
"version": "3.640.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.640.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.639.0...v3.640.0) (2024-08-27)


### Features

* **client-chatbot:** Update documentation to be consistent with the API docs ([a4046ab](https://github.com/aws/aws-sdk-js-v3/commit/a4046ab5fe821efff28020425a972c6a23ee142d))





# [3.637.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.636.0...v3.637.0) (2024-08-22)

**Note:** Version bump only for package @aws-sdk/client-chatbot
Expand Down
2 changes: 1 addition & 1 deletion clients/client-chatbot/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-chatbot",
"description": "AWS SDK for JavaScript Chatbot Client for Node.js, Browser and React Native",
"version": "3.637.0",
"version": "3.640.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-omics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.640.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.639.0...v3.640.0) (2024-08-27)


### Features

* **client-omics:** Adds data provenance to import jobs from read sets and references ([b752120](https://github.com/aws/aws-sdk-js-v3/commit/b752120b379dcba7cdf574cd5615b23baad6efb6))





# [3.637.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.636.0...v3.637.0) (2024-08-22)

**Note:** Version bump only for package @aws-sdk/client-omics
Expand Down
2 changes: 1 addition & 1 deletion clients/client-omics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-omics",
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
"version": "3.637.0",
"version": "3.640.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-omics",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-polly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.640.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.639.0...v3.640.0) (2024-08-27)


### Features

* **client-polly:** Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH). ([eb0b2ee](https://github.com/aws/aws-sdk-js-v3/commit/eb0b2ee146e940d52d9c59f11f727a26c72b9f92))





# [3.637.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.636.0...v3.637.0) (2024-08-22)

**Note:** Version bump only for package @aws-sdk/client-polly
Expand Down
2 changes: 1 addition & 1 deletion clients/client-polly/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-polly",
"description": "AWS SDK for JavaScript Polly Client for Node.js, Browser and React Native",
"version": "3.637.0",
"version": "3.640.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-polly",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.639.0",
"version": "3.640.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/polly-request-presigner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.640.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.639.0...v3.640.0) (2024-08-27)

**Note:** Version bump only for package @aws-sdk/polly-request-presigner





# [3.637.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.636.0...v3.637.0) (2024-08-22)

**Note:** Version bump only for package @aws-sdk/polly-request-presigner
Expand Down
2 changes: 1 addition & 1 deletion packages/polly-request-presigner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/polly-request-presigner",
"version": "3.637.0",
"version": "3.640.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline polly-request-presigner",
Expand Down

0 comments on commit 0899e93

Please sign in to comment.