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 Jan 6, 2025
1 parent 4e8f4ff commit 00be491
Show file tree
Hide file tree
Showing 73 changed files with 368 additions and 64 deletions.
28 changes: 0 additions & 28 deletions .changeset/lazy-doors-exist.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

## 3.0.2

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/util-base64@4.0.0

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"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
9 changes: 9 additions & 0 deletions packages/config-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.0.14

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/node-config-provider@4.0.0
- @smithy/util-config-provider@4.0.0
- @smithy/util-middleware@4.0.0

## 3.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/config-resolver",
"version": "3.0.13",
"version": "3.0.14",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline config-resolver",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/util-middleware@4.0.0
- @smithy/util-stream@4.0.0
- @smithy/util-utf8@3.0.1

## 2.5.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": "2.5.7",
"version": "3.0.0",
"scripts": {
"build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline core",
Expand Down
11 changes: 11 additions & 0 deletions packages/credential-provider-imds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/node-config-provider@4.0.0

## 3.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-imds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/credential-provider-imds",
"version": "3.2.8",
"version": "4.0.0",
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/eventstream-codec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

## 3.1.10

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

## 3.0.15

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/eventstream-serde-universal@4.0.0

## 3.0.14

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

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/eventstream-serde-universal@4.0.0

## 3.0.13

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

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/eventstream-codec@4.0.0

## 3.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-serde-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/eventstream-serde-universal",
"version": "3.0.13",
"version": "4.0.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline eventstream-serde-universal",
Expand Down
10 changes: 10 additions & 0 deletions packages/experimental-identity-and-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.3.37

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/util-middleware@4.0.0
- @smithy/middleware-endpoint@3.2.9
- @smithy/middleware-retry@3.0.35
- @smithy/signature-v4@4.2.5

## 0.3.36

### 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.3.36",
"version": "0.3.37",
"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

## 4.1.4

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/util-base64@4.0.0

## 4.1.3

### 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": "4.1.3",
"version": "4.1.4",
"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

## 3.1.11

### Patch Changes

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

## 3.1.10

### 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": "3.1.10",
"version": "3.1.11",
"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
12 changes: 12 additions & 0 deletions packages/hash-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/util-buffer-from@4.0.0
- @smithy/util-utf8@3.0.1

## 3.0.11

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

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- @smithy/util-utf8@3.0.1

## 3.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hash-stream-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/hash-stream-node",
"version": "3.1.10",
"version": "4.0.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "node ../../scripts/inline hash-stream-node",
Expand Down
10 changes: 10 additions & 0 deletions packages/md5-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.0

### Major Changes

- 4e8f4ff: drop node16 support

### Patch Changes

- @smithy/util-utf8@3.0.1

## 3.0.11

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

## 3.1.8

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/node-config-provider@4.0.0
- @smithy/util-config-provider@4.0.0
- @smithy/util-middleware@4.0.0
- @smithy/core@3.0.0
- @smithy/util-utf8@3.0.1

## 3.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-compression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/middleware-compression",
"version": "3.1.7",
"version": "3.1.8",
"description": "Middleware and Plugin for request compression.",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
Expand Down
10 changes: 10 additions & 0 deletions packages/middleware-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.2.9

### Patch Changes

- Updated dependencies [4e8f4ff]
- @smithy/shared-ini-file-loader@4.0.0
- @smithy/node-config-provider@4.0.0
- @smithy/util-middleware@4.0.0
- @smithy/core@3.0.0

## 3.2.8

### Patch Changes
Expand Down
Loading

0 comments on commit 00be491

Please sign in to comment.