Skip to content

Commit

Permalink
Version NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-smithy-automation committed Sep 21, 2023
1 parent 20fc148 commit c7640d3
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-crews-brake.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/middleware-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.3

### Patch Changes

- 20fc148d: check calls to external instances of middlewareStack

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/middleware-stack",
"version": "2.0.2",
"version": "2.0.3",
"description": "Provides a means for composing multiple middleware functions into a single handler",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
Expand Down
7 changes: 7 additions & 0 deletions packages/smithy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.1.7

### Patch Changes

- Updated dependencies [20fc148d]
- @smithy/middleware-stack@2.0.3

## 2.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/smithy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/smithy-client",
"version": "2.1.6",
"version": "2.1.7",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/util-defaults-mode-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.11

### Patch Changes

- @smithy/smithy-client@2.1.7

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-defaults-mode-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/util-defaults-mode-browser",
"version": "2.0.10",
"version": "2.0.11",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/util-defaults-mode-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.13

### Patch Changes

- @smithy/smithy-client@2.1.7

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-defaults-mode-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/util-defaults-mode-node",
"version": "2.0.12",
"version": "2.0.13",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit c7640d3

Please sign in to comment.