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 10, 2023
1 parent f64c4c2 commit fcc0c46
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-mugs-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-scissors-bake.md

This file was deleted.

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

## 0.0.15

### Patch Changes

- Updated dependencies [f64c4c2d]
- @smithy/middleware-endpoint@2.1.0

## 0.0.14

### 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.14",
"version": "0.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
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.3

### Patch Changes

- 34b7f7b6: set keepalive default to false in fetch handler

## 2.2.2

### Patch 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.2",
"version": "2.2.3",
"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/middleware-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.0

### Minor Changes

- f64c4c2d: Read service specific endpoints from env/config

## 2.0.11

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

## 2.1.11

### Patch Changes

- @smithy/util-stream@2.0.16

## 2.1.10

### 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.10",
"version": "2.1.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/util-defaults-mode-browser/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.11

## 2.0.14

### 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.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
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.19

### Patch Changes

- @smithy/smithy-client@2.1.11

## 2.0.18

### 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.18",
"version": "2.0.19",
"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.15

### Patch Changes

- Updated dependencies [34b7f7b6]
- @smithy/fetch-http-handler@2.2.3

## 2.0.14

### 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.14",
"version": "2.0.15",
"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.16

### Patch Changes

- Updated dependencies [34b7f7b6]
- @smithy/fetch-http-handler@2.2.3

## 2.0.15

### 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.15",
"version": "2.0.16",
"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 fcc0c46

Please sign in to comment.