Skip to content

Commit 6bada37

Browse files
Version NPM packages
1 parent e2e3f7d commit 6bada37

File tree

23 files changed

+81
-17
lines changed

23 files changed

+81
-17
lines changed

.changeset/serious-otters-breathe.md

Lines changed: 0 additions & 6 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+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- @smithy/middleware-retry@2.0.23
8+
39
## 1.0.3
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": "1.0.3",
3+
"version": "1.0.4",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/experimental-identity-and-auth/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+
## 0.0.27
4+
5+
### Patch Changes
6+
7+
- @smithy/middleware-retry@2.0.23
8+
39
## 0.0.26
410

511
### 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.0.26",
3+
"version": "0.0.27",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

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+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- e2e3f7d5: align ctor and static creation signatures for http handlers
8+
39
## 2.3.0
410

511
### Minor 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": "2.3.0",
3+
"version": "2.3.1",
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-retry/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.0.23
4+
5+
### Patch Changes
6+
7+
- @smithy/smithy-client@2.1.18
8+
39
## 2.0.22
410

511
### Patch Changes

packages/middleware-retry/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-retry",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/node-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+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- e2e3f7d5: align ctor and static creation signatures for http handlers
8+
39
## 2.2.0
410

511
### Minor 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": "2.2.0",
3+
"version": "2.2.1",
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/smithy-client/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.1.18
4+
5+
### Patch Changes
6+
7+
- @smithy/util-stream@2.0.23
8+
39
## 2.1.17
410

511
### Patch Changes

packages/smithy-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/smithy-client",
3-
"version": "2.1.17",
3+
"version": "2.1.18",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/util-defaults-mode-browser/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.0.22
4+
5+
### Patch Changes
6+
7+
- @smithy/smithy-client@2.1.18
8+
39
## 2.0.21
410

511
### Patch Changes

packages/util-defaults-mode-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/util-defaults-mode-browser",
3-
"version": "2.0.21",
3+
"version": "2.0.22",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/util-defaults-mode-node/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.0.28
4+
5+
### Patch Changes
6+
7+
- @smithy/smithy-client@2.1.18
8+
39
## 2.0.27
410

511
### Patch Changes

packages/util-defaults-mode-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/util-defaults-mode-node",
3-
"version": "2.0.27",
3+
"version": "2.0.28",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/util-stream-browser/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+
## 2.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e2e3f7d5]
8+
- @smithy/fetch-http-handler@2.3.1
9+
310
## 2.0.21
411

512
### Patch Changes

packages/util-stream-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/util-stream-browser",
3-
"version": "2.0.21",
3+
"version": "2.0.22",
44
"scripts": {
55
"build": "concurrently 'yarn:build:es' 'yarn:build:types'",
66
"build:es": "yarn g:tsc -p tsconfig.es.json",

packages/util-stream-node/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+
## 2.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e2e3f7d5]
8+
- @smithy/node-http-handler@2.2.1
9+
310
## 2.0.17
411

512
### Patch Changes

packages/util-stream-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/util-stream-node",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/util-stream/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+
## 2.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e2e3f7d5]
8+
- @smithy/fetch-http-handler@2.3.1
9+
- @smithy/node-http-handler@2.2.1
10+
311
## 2.0.22
412

513
### Patch Changes

packages/util-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/util-stream",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)