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 Sep 7, 2023
1 parent b5ae5e4 commit 20c1eba
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-shrimps-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-plums-agree.md

This file was deleted.

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

## 2.0.7

### Patch Changes

- d3daa891: Move @smithy/node-config-provider to deps
- @smithy/node-config-provider@2.0.9

## 2.0.6

### 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.6",
"version": "2.0.7",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/credential-provider-imds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.9

### Patch Changes

- @smithy/node-config-provider@2.0.9

## 2.0.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": "2.0.8",
"version": "2.0.9",
"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
7 changes: 7 additions & 0 deletions packages/middleware-retry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.8

### Patch Changes

- d3daa891: Move @smithy/node-config-provider to deps
- @smithy/node-config-provider@2.0.9

## 2.0.7

### 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.7",
"version": "2.0.8",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "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.0.9

### Patch Changes

- Updated dependencies [c4e16cfd]
- @smithy/shared-ini-file-loader@2.0.8

## 2.0.8

### 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.0.8",
"version": "2.0.9",
"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.0.8

### Patch Changes

- c4e16cfd: Explicitly check for process.geteuid from global scope

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.9

### Patch Changes

- Updated dependencies [d3daa891]
- @smithy/config-resolver@2.0.7
- @smithy/node-config-provider@2.0.9
- @smithy/credential-provider-imds@2.0.9

## 2.0.8

### 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.8",
"version": "2.0.9",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit 20c1eba

Please sign in to comment.