diff --git a/CHANGELOG.md b/CHANGELOG.md index e10289f18b77..5c6aef29b3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.393.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.392.0...v3.393.0) (2023-08-16) + + +### Features + +* **client-lex-models-v2:** This release updates the Custom Vocabulary Weight field to support a value of 0. ([327f2f2](https://github.com/aws/aws-sdk-js-v3/commit/327f2f2e9d222904c4337f525adb66872c53b22e)) + + + + + # [3.392.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.391.0...v3.392.0) (2023-08-15) diff --git a/benchmark/size/report.md b/benchmark/size/report.md index 81ffabdb8347..4090f579e21f 100644 --- a/benchmark/size/report.md +++ b/benchmark/size/report.md @@ -7,7 +7,7 @@ |@aws-sdk/client-auto-scaling|3.388.0|1.8 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-cloudformation|3.388.0|1.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-cloudhsm-v2|3.388.0|358.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| -|@aws-sdk/client-cloudwatch|3.388.0|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| +|@aws-sdk/client-cloudwatch|3.391.0|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-cloudwatch-logs|3.388.0|962.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-codebuild|3.388.0|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| |@aws-sdk/client-codecommit|3.388.0|2.3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)| diff --git a/clients/client-cloudwatch/CHANGELOG.md b/clients/client-cloudwatch/CHANGELOG.md index 1642078c19b3..8f85ef91ae37 100644 --- a/clients/client-cloudwatch/CHANGELOG.md +++ b/clients/client-cloudwatch/CHANGELOG.md @@ -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.393.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.392.0...v3.393.0) (2023-08-16) + +**Note:** Version bump only for package @aws-sdk/client-cloudwatch + + + + + # [3.391.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.390.0...v3.391.0) (2023-08-14) **Note:** Version bump only for package @aws-sdk/client-cloudwatch diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index 62411290e300..704e35928f66 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cloudwatch", "description": "AWS SDK for JavaScript Cloudwatch Client for Node.js, Browser and React Native", - "version": "3.391.0", + "version": "3.393.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-lex-models-v2/CHANGELOG.md b/clients/client-lex-models-v2/CHANGELOG.md index 483abbfc7d36..9193fc80f4be 100644 --- a/clients/client-lex-models-v2/CHANGELOG.md +++ b/clients/client-lex-models-v2/CHANGELOG.md @@ -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.393.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.392.0...v3.393.0) (2023-08-16) + + +### Features + +* **client-lex-models-v2:** This release updates the Custom Vocabulary Weight field to support a value of 0. ([327f2f2](https://github.com/aws/aws-sdk-js-v3/commit/327f2f2e9d222904c4337f525adb66872c53b22e)) + + + + + # [3.391.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.390.0...v3.391.0) (2023-08-14) **Note:** Version bump only for package @aws-sdk/client-lex-models-v2 diff --git a/clients/client-lex-models-v2/package.json b/clients/client-lex-models-v2/package.json index 1463bbaf99a4..c810a68a8458 100644 --- a/clients/client-lex-models-v2/package.json +++ b/clients/client-lex-models-v2/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-lex-models-v2", "description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native", - "version": "3.391.0", + "version": "3.393.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/lerna.json b/lerna.json index 73dd55942790..6f4752008606 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.392.0", + "version": "3.393.0", "npmClient": "yarn", "useWorkspaces": true, "command": {