Skip to content

Commit 67cb6c2

Browse files
Version NPM packages
1 parent 75cbb3e commit 67cb6c2

File tree

9 files changed

+22
-15
lines changed

9 files changed

+22
-15
lines changed

.changeset/hip-bobcats-appear.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/loud-clouds-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-pianos-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 75cbb3e8: add requestBuilder
8+
39
## 1.0.5
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/core",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/experimental-identity-and-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7a8023b2]
8+
- @smithy/signature-v4@2.0.18
9+
310
## 0.0.28
411

512
### Patch Changes

packages/experimental-identity-and-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/experimental-identity-and-auth",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
66
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",

packages/signature-v4/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.0.18
4+
5+
### Patch Changes
6+
7+
- 7a8023b2: fix readme brackets
8+
39
## 2.0.17
410

511
### Patch Changes

packages/signature-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/signature-v4",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

0 commit comments

Comments
 (0)