Skip to content

Commit af5215a

Browse files
author
awstools
committed
Publish v3.525.1
1 parent c3de9d4 commit af5215a

File tree

14 files changed

+69
-7
lines changed

14 files changed

+69
-7
lines changed

CHANGELOG.md

+11
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.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib-storage:** use AbortController interface instead of class as type ([#5843](https://github.com/aws/aws-sdk-js-v3/issues/5843)) ([7fd4d55](https://github.com/aws/aws-sdk-js-v3/commit/7fd4d55613964384f1ff2029c295cb006db2f891))
12+
13+
14+
15+
16+
617
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
718

819

clients/client-accessanalyzer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer

clients/client-accessanalyzer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-accessanalyzer",
33
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
4-
"version": "3.525.0",
4+
"version": "3.525.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-accessanalyzer",

clients/client-auto-scaling/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
9+
10+
11+
12+
13+
614
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-auto-scaling

clients/client-auto-scaling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-auto-scaling",
33
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
4-
"version": "3.525.0",
4+
"version": "3.525.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-auto-scaling",

clients/client-ec2/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ec2
9+
10+
11+
12+
13+
614
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
715

816
**Note:** Version bump only for package @aws-sdk/client-ec2

clients/client-ec2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.525.0",
4+
"version": "3.525.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ec2",

clients/client-migrationhuborchestrator/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-migrationhuborchestrator
9+
10+
11+
12+
13+
614
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
715

816

clients/client-migrationhuborchestrator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-migrationhuborchestrator",
33
"description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
4-
"version": "3.525.0",
4+
"version": "3.525.1",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-migrationhuborchestrator",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.525.0",
2+
"version": "3.525.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

lib/lib-storage/CHANGELOG.md

+11
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.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib-storage:** use AbortController interface instead of class as type ([#5843](https://github.com/aws/aws-sdk-js-v3/issues/5843)) ([7fd4d55](https://github.com/aws/aws-sdk-js-v3/commit/7fd4d55613964384f1ff2029c295cb006db2f891))
12+
13+
14+
15+
16+
617
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
718

819
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.525.0",
3+
"version": "3.525.1",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

private/aws-middleware-test/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
715

816
**Note:** Version bump only for package @aws-sdk/aws-middleware-test

private/aws-middleware-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.525.0",
4+
"version": "3.525.1",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)