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 Oct 12, 2023
1 parent afaa68a commit 0170356
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-lamps-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-cycles-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-berries-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-doors-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-fishes-explain.md

This file was deleted.

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

## 0.0.18

### Patch Changes

- 49f75b47: Add `@httpBearerAuth` integration tests.
- 56bdadd4: Add strict check for `token` in `HttpBearerAuthSigner`.
- 940aad53: Add `@httpApiKeyAuth` integration tests.
- 3d5da269: Add strict check for `apiKey` in `HttpApiKeyAuthSigner`.
- Updated dependencies [afaa68af]
- @smithy/middleware-endpoint@2.1.1

## 0.0.17

### 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.17",
"version": "0.0.18",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/middleware-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.1

### Patch Changes

- afaa68af: Add missing dependency @smithy/shared-ini-file-loader

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/middleware-endpoint",
"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": "yarn g:tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit 0170356

Please sign in to comment.