Skip to content

Commit

Permalink
Version Packages (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 20, 2024
1 parent 8d4ccc3 commit 1dec19c
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-rabbits-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-timers-obey.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/http-signature-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @interledger/http-signature-utils

## 2.0.2

### Patch Changes

- 2658685: Upgrade the `http-message-signatures` package to the most recent version.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-signature-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/http-signature-utils",
"version": "2.0.1",
"version": "2.0.2",
"description": "Provides utilities for working with HTTP signatures",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/open-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @interledger/open-payments

## 6.6.0

### Minor Changes

- 8d4ccc3: (EXPERIMENTAL) Allow a custom request interceptor for the authenticated client instead of providing the private key and key ID. The request interceptor should be responsible for HTTP signature generation and it will replace the built-in interceptor.

### Patch Changes

- Updated dependencies [2658685]
- @interledger/http-signature-utils@2.0.2

## 6.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/open-payments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/open-payments",
"version": "6.5.1",
"version": "6.6.0",
"description": "Tools for interacting with the Open Payments API",
"author": "Interledger Tech Team <[email protected]>",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@interledger/http-signature-utils": "workspace:2.0.1",
"@interledger/http-signature-utils": "workspace:2.0.2",
"@interledger/openapi": "workspace:1.2.1",
"axios": "^1.6.0",
"base64url": "^3.0.1",
Expand Down
28 changes: 13 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dec19c

Please sign in to comment.