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 7, 2023
1 parent 5db648a commit 12b06d3
Show file tree
Hide file tree
Showing 25 changed files with 93 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-months-compete.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/experimental-identity-and-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.0.4

### Patch Changes

- Updated dependencies [5db648a6]
- @smithy/protocol-http@3.0.1
- @smithy/signature-v4@2.0.6

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-identity-and-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/experimental-identity-and-auth",
"version": "0.0.3",
"version": "0.0.4",
"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
7 changes: 7 additions & 0 deletions packages/fetch-http-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.1.1

### Patch Changes

- Updated dependencies [5db648a6]
- @smithy/protocol-http@3.0.1

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-http-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/fetch-http-handler",
"version": "2.1.0",
"version": "2.1.1",
"description": "Provides a way to make requests",
"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/middleware-apply-body-checksum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.7

### Patch Changes

- Updated dependencies [5db648a6]
- @smithy/protocol-http@3.0.1

## 2.0.6

### 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": "2.0.6",
"version": "2.0.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
7 changes: 7 additions & 0 deletions packages/middleware-content-length/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.7

### Patch Changes

- Updated dependencies [5db648a6]
- @smithy/protocol-http@3.0.1

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-content-length/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/middleware-content-length",
"version": "2.0.6",
"version": "2.0.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
7 changes: 7 additions & 0 deletions packages/middleware-retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.7

### Patch Changes

- Updated dependencies [5db648a6]
- @smithy/protocol-http@3.0.1

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-retry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/middleware-retry",
"version": "2.0.6",
"version": "2.0.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
7 changes: 7 additions & 0 deletions packages/node-http-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.1.1

### Patch Changes

- Updated dependencies [5db648a6]
- @smithy/protocol-http@3.0.1

## 2.1.0

### Minor 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": "2.1.0",
"version": "2.1.1",
"description": "Provides a way to make requests",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
Expand Down
6 changes: 6 additions & 0 deletions packages/protocol-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.1

### Patch Changes

- 5db648a6: Add default generic type to HttpHandler

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/protocol-http",
"version": "3.0.0",
"version": "3.0.1",
"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/smithy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.1

### Patch Changes

- @smithy/util-stream@2.0.7

## 2.1.0

### Minor 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.0",
"version": "2.1.1",
"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-stream-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.7

### Patch Changes

- @smithy/fetch-http-handler@2.1.1

## 2.0.6

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

## 2.0.7

### Patch Changes

- @smithy/node-http-handler@2.1.1

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-stream-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/util-stream-node",
"version": "2.0.6",
"version": "2.0.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
7 changes: 7 additions & 0 deletions packages/util-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.7

### Patch Changes

- @smithy/fetch-http-handler@2.1.1
- @smithy/node-http-handler@2.1.1

## 2.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/util-stream",
"version": "2.0.6",
"version": "2.0.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
7 changes: 7 additions & 0 deletions private/util-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @smithy/util-test

## 0.1.1

### Patch Changes

- Updated dependencies [5db648a6]
- @smithy/protocol-http@3.0.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion private/util-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/util-test",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit 12b06d3

Please sign in to comment.