Skip to content

Commit 331273f

Browse files
author
awstools
committed
Publish v3.707.0
1 parent e1c6f60 commit 331273f

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.707.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.706.0...v3.707.0) (2024-12-05)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
14+
15+
16+
17+
618
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
719

820

clients/client-partnercentral-selling/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.707.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.706.0...v3.707.0) (2024-12-05)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.699.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.698.0...v3.699.0) (2024-11-22)
718

819
**Note:** Version bump only for package @aws-sdk/client-partnercentral-selling

clients/client-partnercentral-selling/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-partnercentral-selling",
33
"description": "AWS SDK for JavaScript Partnercentral Selling Client for Node.js, Browser and React Native",
4-
"version": "3.699.0",
4+
"version": "3.707.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-qbusiness/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.707.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.706.0...v3.707.0) (2024-12-05)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

clients/client-qbusiness/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-qbusiness",
33
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.707.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",

lerna.json

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

0 commit comments

Comments
 (0)