From 331273fe9f72aa35114900470b5c60ce29b29f23 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 5 Dec 2024 01:40:27 +0000 Subject: [PATCH] Publish v3.707.0 --- CHANGELOG.md | 12 ++++++++++++ clients/client-partnercentral-selling/CHANGELOG.md | 11 +++++++++++ clients/client-partnercentral-selling/package.json | 2 +- clients/client-qbusiness/CHANGELOG.md | 11 +++++++++++ clients/client-qbusiness/package.json | 2 +- lerna.json | 2 +- 6 files changed, 37 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986f0ef6f256..4755401fb9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.707.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.706.0...v3.707.0) (2024-12-05) + + +### Features + +* **client-partnercentral-selling:** Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling. ([e1c6f60](https://github.com/aws/aws-sdk-js-v3/commit/e1c6f608c72ab71f118d1fa14e84ef4d2a04f74d)) +* **client-qbusiness:** This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters. ([bf694a1](https://github.com/aws/aws-sdk-js-v3/commit/bf694a1614ea46ef99d3e6cdb93969d26ce82459)) + + + + + # [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04) diff --git a/clients/client-partnercentral-selling/CHANGELOG.md b/clients/client-partnercentral-selling/CHANGELOG.md index c498d441eaa3..689583b37400 100644 --- a/clients/client-partnercentral-selling/CHANGELOG.md +++ b/clients/client-partnercentral-selling/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.707.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.706.0...v3.707.0) (2024-12-05) + + +### Features + +* **client-partnercentral-selling:** Introducing the preview of new partner central selling APIs designed to transform how AWS partners collaborate and co-sell with multiple partners. This enables multiple partners to seamlessly engage and jointly pursue customer opportunities, fostering a new era of collaborative selling. ([e1c6f60](https://github.com/aws/aws-sdk-js-v3/commit/e1c6f608c72ab71f118d1fa14e84ef4d2a04f74d)) + + + + + # [3.699.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.698.0...v3.699.0) (2024-11-22) **Note:** Version bump only for package @aws-sdk/client-partnercentral-selling diff --git a/clients/client-partnercentral-selling/package.json b/clients/client-partnercentral-selling/package.json index 0a93e7739167..0ca8c8861b72 100644 --- a/clients/client-partnercentral-selling/package.json +++ b/clients/client-partnercentral-selling/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-partnercentral-selling", "description": "AWS SDK for JavaScript Partnercentral Selling Client for Node.js, Browser and React Native", - "version": "3.699.0", + "version": "3.707.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-qbusiness/CHANGELOG.md b/clients/client-qbusiness/CHANGELOG.md index a716b867079e..6f51f88baca5 100644 --- a/clients/client-qbusiness/CHANGELOG.md +++ b/clients/client-qbusiness/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.707.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.706.0...v3.707.0) (2024-12-05) + + +### Features + +* **client-qbusiness:** This release removes the deprecated UserId and UserGroups fields from SearchRelevantContent api's request parameters. ([bf694a1](https://github.com/aws/aws-sdk-js-v3/commit/bf694a1614ea46ef99d3e6cdb93969d26ce82459)) + + + + + # [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03) diff --git a/clients/client-qbusiness/package.json b/clients/client-qbusiness/package.json index 6a59d76a07aa..b457c1919af7 100644 --- a/clients/client-qbusiness/package.json +++ b/clients/client-qbusiness/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-qbusiness", "description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native", - "version": "3.705.0", + "version": "3.707.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-qbusiness", diff --git a/lerna.json b/lerna.json index 7eb4dcef7724..c6c31c7bee60 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.706.0", + "version": "3.707.0", "npmClient": "yarn", "useWorkspaces": true, "command": {