Skip to content

Commit 22daf03

Browse files
Version NPM packages
1 parent f8e5c6b commit 22daf03

13 files changed

Lines changed: 52 additions & 16 deletions

File tree

.changeset/nasty-walls-tap.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.33.3
4+
5+
### Patch Changes
6+
7+
- a825452: switch for-in loops to guarded
8+
39
## 3.33.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/core",
3-
"version": "3.33.2",
3+
"version": "3.33.3",
44
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core",
55
"license": "Apache-2.0",
66
"author": {

packages/middleware-apply-body-checksum/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.6.3
4+
5+
### Patch Changes
6+
7+
- a825452: switch for-in loops to guarded
8+
- Updated dependencies [a825452]
9+
- @smithy/core@3.33.3
10+
311
## 4.6.2
412

513
### Patch Changes

packages/middleware-apply-body-checksum/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/middleware-apply-body-checksum",
3-
"version": "4.6.2",
3+
"version": "4.6.3",
44
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/middleware-apply-body-checksum",
55
"license": "Apache-2.0",
66
"author": {

packages/node-http-handler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.11.3
4+
5+
### Patch Changes
6+
7+
- a825452: switch for-in loops to guarded
8+
- Updated dependencies [a825452]
9+
- @smithy/core@3.33.3
10+
311
## 4.11.2
412

513
### Patch Changes

packages/node-http-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/node-http-handler",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"description": "Provides a way to make requests",
55
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/node-http-handler",
66
"license": "Apache-2.0",

packages/server-common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- a825452: switch for-in loops to guarded
8+
- Updated dependencies [a825452]
9+
- @smithy/core@3.33.3
10+
311
## 0.4.1
412

513
### Patch Changes

packages/server-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/server-common",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Base components for Smithy services",
55
"homepage": "https://github.com/smithy-lang/smithy-typescript#readme",
66
"bugs": {

packages/signature-v4/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.7.3
4+
5+
### Patch Changes
6+
7+
- a825452: switch for-in loops to guarded
8+
- Updated dependencies [a825452]
9+
- @smithy/core@3.33.3
10+
311
## 5.7.2
412

513
### Patch Changes

0 commit comments

Comments
 (0)