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 Nov 9, 2023
1 parent c27879f commit f50fda1
Show file tree
Hide file tree
Showing 22 changed files with 75 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-teachers-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-beans-wink.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/three-turkeys-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-pots-know.md

This file was deleted.

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

## 2.0.17

### Patch Changes

- @smithy/node-config-provider@2.1.4

## 2.0.16

### 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": "2.0.16",
"version": "2.0.17",
"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
10 changes: 10 additions & 0 deletions packages/credential-provider-imds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.1.0

### Minor Changes

- 4693031d: Add IMDSv1 toggle.

### Patch Changes

- @smithy/node-config-provider@2.1.4

## 2.0.18

### 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": "2.0.18",
"version": "2.1.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
8 changes: 8 additions & 0 deletions packages/experimental-identity-and-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.0.21

### Patch Changes

- e92dbafc: Fix typo in `HttpAuthScheme` not enabled message in `httpAuthSchemeMiddleware`.
- @smithy/middleware-endpoint@2.1.4
- @smithy/middleware-retry@2.0.19

## 0.0.20

### 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.20",
"version": "0.0.21",
"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
8 changes: 8 additions & 0 deletions packages/middleware-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.1.4

### Patch Changes

- Updated dependencies [c27879f2]
- @smithy/shared-ini-file-loader@2.2.3
- @smithy/node-config-provider@2.1.4

## 2.1.3

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

## 2.0.19

### Patch Changes

- @smithy/node-config-provider@2.1.4

## 2.0.18

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

## 2.1.4

### Patch Changes

- Updated dependencies [c27879f2]
- @smithy/shared-ini-file-loader@2.2.3

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-config-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/node-config-provider",
"version": "2.1.3",
"version": "2.1.4",
"description": "Load config default values from ini config files and environmental variable",
"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/shared-ini-file-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.3

### Patch Changes

- c27879f2: Allow dot, solidus, percent and colon characters in profile names

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-ini-file-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/shared-ini-file-loader",
"version": "2.2.2",
"version": "2.2.3",
"dependencies": {
"@smithy/types": "workspace:^",
"tslib": "^2.5.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/util-defaults-mode-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.22

### Patch Changes

- Updated dependencies [4693031d]
- @smithy/credential-provider-imds@2.1.0
- @smithy/node-config-provider@2.1.4
- @smithy/config-resolver@2.0.17

## 2.0.21

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

## 1.0.3

### Patch Changes

- @smithy/node-config-provider@2.1.4

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-endpoints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/util-endpoints",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utilities to help with endpoint resolution.",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit f50fda1

Please sign in to comment.