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 Apr 11, 2024
1 parent 2e090d7 commit ef92c8a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-otters-complain.md

This file was deleted.

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

## 0.2.3

### Patch Changes

- Updated dependencies [2e090d70]
- @smithy/signature-v4@2.3.0

## 0.2.2

### 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.2.2",
"version": "0.2.3",
"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
6 changes: 6 additions & 0 deletions packages/signature-v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.3.0

### Minor Changes

- 2e090d70: Escape non-standard characters in URI paths according to RFC 3986

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-v4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/signature-v4",
"version": "2.2.1",
"version": "2.3.0",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down

0 comments on commit ef92c8a

Please sign in to comment.