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 Mar 12, 2024
1 parent 8e8f351 commit 199d9aa
Show file tree
Hide file tree
Showing 32 changed files with 115 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-kangaroos-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-cars-itch.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/chunked-blob-reader-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.1.3

### Patch Changes

- Updated dependencies [8e8f3513]
- @smithy/util-base64@2.2.1

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chunked-blob-reader-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/chunked-blob-reader-native",
"version": "2.1.2",
"version": "2.1.3",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline chunked-blob-reader-native",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.8

### Patch Changes

- @smithy/smithy-client@2.4.5
- @smithy/middleware-retry@2.1.7

## 1.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/core",
"version": "1.3.7",
"version": "1.3.8",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline core",
Expand Down
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.1.7

### Patch Changes

- @smithy/middleware-retry@2.1.7

## 0.1.6

### 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.1.6",
"version": "0.1.7",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline experimental-identity-and-auth",
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.4.5

### Patch Changes

- Updated dependencies [8e8f3513]
- @smithy/util-base64@2.2.1

## 2.4.4

### 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.4.4",
"version": "2.4.5",
"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/hash-blob-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.5

### Patch Changes

- @smithy/chunked-blob-reader-native@2.1.3

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hash-blob-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/hash-blob-browser",
"version": "2.1.4",
"version": "2.1.5",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline hash-blob-browser",
Expand Down
6 changes: 6 additions & 0 deletions packages/middleware-retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.7

### Patch Changes

- @smithy/smithy-client@2.4.5

## 2.1.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.1.6",
"version": "2.1.7",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline middleware-retry",
Expand Down
6 changes: 6 additions & 0 deletions packages/node-http-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.4.3

### Patch Changes

- 511206e5: reduce buffer copies

## 2.4.2

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

## 2.4.5

### Patch Changes

- @smithy/util-stream@2.1.5

## 2.4.4

### 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.4.4",
"version": "2.4.5",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline smithy-client",
Expand Down
6 changes: 6 additions & 0 deletions packages/util-base64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.1

### Patch Changes

- 8e8f3513: allow arrays to stand in for Uint8Array in toBase64

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-base64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/util-base64",
"version": "2.2.0",
"version": "2.2.1",
"description": "A Base64 <-> UInt8Array converter",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/util-body-length-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.2

### Patch Changes

- 511206e5: reduce buffer copies

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-body-length-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smithy/util-body-length-node",
"description": "Determines the length of a request body in node.js",
"version": "2.2.1",
"version": "2.2.2",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline util-body-length-node",
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.1.7

### Patch Changes

- @smithy/smithy-client@2.4.5

## 2.1.6

### 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.1.6",
"version": "2.1.7",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
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.2.7

### Patch Changes

- @smithy/smithy-client@2.4.5

## 2.2.6

### 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.2.6",
"version": "2.2.7",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline util-defaults-mode-node",
Expand Down
8 changes: 8 additions & 0 deletions packages/util-stream-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.1.5

### Patch Changes

- Updated dependencies [8e8f3513]
- @smithy/util-base64@2.2.1
- @smithy/fetch-http-handler@2.4.5

## 2.1.4

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

## 2.1.5

### Patch Changes

- Updated dependencies [511206e5]
- @smithy/node-http-handler@2.4.3

## 2.1.4

### 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.1.4",
"version": "2.1.5",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline util-stream-node",
Expand Down
10 changes: 10 additions & 0 deletions packages/util-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.1.5

### Patch Changes

- Updated dependencies [8e8f3513]
- Updated dependencies [511206e5]
- @smithy/util-base64@2.2.1
- @smithy/node-http-handler@2.4.3
- @smithy/fetch-http-handler@2.4.5

## 2.1.4

### 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.1.4",
"version": "2.1.5",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline util-stream",
Expand Down

0 comments on commit 199d9aa

Please sign in to comment.