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 2, 2023
1 parent b411ffd commit 73d098d
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-ravens-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-teachers-double.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/moody-chairs-swim.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- 890feeb1: Add aliases for `httpSigningMiddleware`

## 0.0.10

### 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.10",
"version": "0.0.11",
"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/fetch-http-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.1

### Patch Changes

- b411ffd1: use valid dummy URL

## 2.2.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.2.0",
"version": "2.2.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/smithy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.9

### Patch Changes

- @smithy/util-stream@2.0.14

## 2.1.8

### 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.8",
"version": "2.1.9",
"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/util-defaults-mode-browser/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.9

## 2.0.12

### 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.12",
"version": "2.0.13",
"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/util-defaults-mode-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.15

### Patch Changes

- @smithy/smithy-client@2.1.9

## 2.0.14

### 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.14",
"version": "2.0.15",
"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
7 changes: 7 additions & 0 deletions packages/util-stream-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.13

### Patch Changes

- Updated dependencies [b411ffd1]
- @smithy/fetch-http-handler@2.2.1

## 2.0.12

### 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.12",
"version": "2.0.13",
"scripts": {
"build": "concurrently 'yarn:build:es' 'yarn:build:types'",
"build:es": "yarn g:tsc -p tsconfig.es.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.14

### Patch Changes

- Updated dependencies [b411ffd1]
- @smithy/fetch-http-handler@2.2.1

## 2.0.13

### 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.13",
"version": "2.0.14",
"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 73d098d

Please sign in to comment.