Skip to content

Commit 1f6565e

Browse files
Version NPM packages
1 parent a0e71d5 commit 1f6565e

File tree

24 files changed

+89
-21
lines changed

24 files changed

+89
-21
lines changed

.changeset/curvy-cups-fly.md

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

.changeset/metal-emus-chew.md

Lines changed: 0 additions & 5 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+
## 2.5.7
4+
5+
### Patch Changes
6+
7+
- @smithy/util-stream@3.3.4
8+
39
## 2.5.6
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": "2.5.6",
3+
"version": "2.5.7",
44
"scripts": {
55
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "node ../../scripts/inline core",

packages/experimental-identity-and-auth/CHANGELOG.md

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

3+
## 0.3.36
4+
5+
### Patch Changes
6+
7+
- @smithy/middleware-retry@3.0.34
8+
- @smithy/middleware-endpoint@3.2.8
9+
310
## 0.3.35
411

512
### Patch Changes

packages/experimental-identity-and-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/experimental-identity-and-auth",
3-
"version": "0.3.35",
3+
"version": "0.3.36",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "node ../../scripts/inline experimental-identity-and-auth",

packages/fetch-http-handler/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+
## 4.1.3
4+
5+
### Patch Changes
6+
7+
- 1dd6ace: Add polyfill to collect Blob in react-native environments
8+
39
## 4.1.2
410

511
### Patch Changes

packages/fetch-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/fetch-http-handler",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Provides a way to make requests",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

packages/middleware-compression/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.1.7
4+
5+
### Patch Changes
6+
7+
- @smithy/core@2.5.7
8+
39
## 3.1.6
410

511
### Patch Changes

packages/middleware-compression/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-compression",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Middleware and Plugin for request compression.",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

0 commit comments

Comments
 (0)