Skip to content

Commit d1cdb6e

Browse files
author
awstools
committed
Publish v3.647.0
1 parent 7d3714c commit d1cdb6e

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
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.647.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.646.0...v3.647.0) (2024-09-06)
7+
8+
9+
### Features
10+
11+
* **client-qapps:** Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item. ([058537c](https://github.com/aws/aws-sdk-js-v3/commit/058537cb9ec390e71038fe2cade685ec1c28ad40))
12+
* **clients:** update client endpoints as of 2024-09-06 ([7d3714c](https://github.com/aws/aws-sdk-js-v3/commit/7d3714cd6ed76755d2dfc7d7ae62dc0d6b9f604c))
13+
14+
15+
16+
17+
618
# [3.646.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.645.0...v3.646.0) (2024-09-05)
719

820

clients/client-qapps/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.647.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.646.0...v3.647.0) (2024-09-06)
7+
8+
9+
### Features
10+
11+
* **client-qapps:** Adds UpdateLibraryItemMetadata api to change status of app for admin verification feature and returns isVerified field in any api returning the app or library item. ([058537c](https://github.com/aws/aws-sdk-js-v3/commit/058537cb9ec390e71038fe2cade685ec1c28ad40))
12+
13+
14+
15+
16+
617
# [3.645.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.644.0...v3.645.0) (2024-09-04)
718

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

clients/client-qapps/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-qapps",
33
"description": "AWS SDK for JavaScript Qapps Client for Node.js, Browser and React Native",
4-
"version": "3.645.0",
4+
"version": "3.647.0",
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.646.0",
2+
"version": "3.647.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)