Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fuzzy-dragons-fix.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/nasty-walls-tap.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.33.3

### Patch Changes

- e82a22b: fix: handle exponent notation when serializing NumericValue wrappers
- a825452: switch for-in loops to guarded

## 3.33.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/core",
"version": "3.33.2",
"version": "3.33.3",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core",
"license": "Apache-2.0",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions packages/middleware-apply-body-checksum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.6.3

### Patch Changes

- a825452: switch for-in loops to guarded
- Updated dependencies [e82a22b]
- Updated dependencies [a825452]
- @smithy/core@3.33.3

## 4.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-apply-body-checksum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/middleware-apply-body-checksum",
"version": "4.6.2",
"version": "4.6.3",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/middleware-apply-body-checksum",
"license": "Apache-2.0",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions packages/node-http-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.11.3

### Patch Changes

- a825452: switch for-in loops to guarded
- Updated dependencies [e82a22b]
- Updated dependencies [a825452]
- @smithy/core@3.33.3

## 4.11.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-http-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/node-http-handler",
"version": "4.11.2",
"version": "4.11.3",
"description": "Provides a way to make requests",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/node-http-handler",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/server-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.4.2

### Patch Changes

- a825452: switch for-in loops to guarded
- Updated dependencies [e82a22b]
- Updated dependencies [a825452]
- @smithy/core@3.33.3

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/server-common",
"version": "0.4.1",
"version": "0.4.2",
"description": "Base components for Smithy services",
"homepage": "https://github.com/smithy-lang/smithy-typescript#readme",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/signature-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.7.3

### Patch Changes

- a825452: switch for-in loops to guarded
- Updated dependencies [e82a22b]
- Updated dependencies [a825452]
- @smithy/core@3.33.3

## 5.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/signature-v4",
"version": "5.7.2",
"version": "5.7.3",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/signature-v4",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/undici-http-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.2.4

### Patch Changes

- a825452: switch for-in loops to guarded
- Updated dependencies [e82a22b]
- Updated dependencies [a825452]
- @smithy/core@3.33.3

## 3.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/undici-http-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/undici-http-handler",
"version": "3.2.3",
"version": "3.2.4",
"description": "Smithy-compatible HTTP handler backed by modern, high performance Node.js undici client",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/undici-http-handler",
"license": "Apache-2.0",
Expand Down