Skip to content

chore(packages): revert action version updates #1565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tall-pens-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@smithy/signature-v4": minor
---

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

## 0.3.46

### Patch Changes

- Updated dependencies [eaa46d2]
- @smithy/[email protected]

## 0.3.45

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

## 5.1.0

### Minor Changes

- eaa46d2: Adding Signature V4a implementation

## 5.0.2

### 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": "5.1.0",
"version": "5.0.2",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
8 changes: 0 additions & 8 deletions packages/signature-v4a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
# @smithy/signature-v4a

## 3.0.1

### Patch Changes

- Updated dependencies [eaa46d2]
- @smithy/[email protected]
2 changes: 1 addition & 1 deletion packages/signature-v4a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smithy/signature-v4a",
"version": "3.0.1",
"version": "3.0.0",
"description": "Asymmetric addon for the @smithy/signature-v4 package",
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down