Skip to content

Commit 5de4524

Browse files
Version NPM packages
1 parent 140751e commit 5de4524

File tree

97 files changed

+473
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+473
-79
lines changed

.changeset/breezy-cobras-repair.md

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

.changeset/red-cameras-repair.md

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

.changeset/sharp-horses-fry.md

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

.changeset/silent-rockets-turn.md

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

.changeset/unlucky-books-think.md

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

packages/abort-controller/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+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [84bec05]
8+
- @smithy/types@3.6.0
9+
310
## 3.1.5
411

512
### Patch Changes

packages/abort-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/abort-controller",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "A simple abort controller library",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/chunked-blob-reader-native/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.0.1
4+
5+
### Patch Changes
6+
7+
- c257049: replace FileReader with Blob.arrayBuffer() where possible
8+
39
## 3.0.0
410

511
### Major Changes

packages/chunked-blob-reader-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/chunked-blob-reader-native",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "node ../../scripts/inline chunked-blob-reader-native",

packages/chunked-blob-reader/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.0.0
4+
5+
### Major Changes
6+
7+
- c257049: replace FileReader with Blob.arrayBuffer() where possible
8+
39
## 3.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)