Skip to content

Commit

Permalink
Version Packages (#294)
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 Sep 21, 2023
1 parent 4423f18 commit 99800bd
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/mighty-adults-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-dragons-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-deers-sell.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

## 1.1.0

### Minor Changes

- 2bdca93: adds loadBase64Key

## 1.0.4

### 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": "1.0.4",
"version": "1.1.0",
"description": "Provides utilities for working with HTTP signatures",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/open-payments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @interledger/open-payments

## 3.2.0

### Minor Changes

- 2ea12f0: removed connections route endpoint from the spec and any associated functionality
- 4423f18: Adds public-incoming-payment return type to incoming payment get request which should be returned for unauthenticated requests to this endpoint

### Patch Changes

- Updated dependencies [2ea12f0]
- Updated dependencies [2bdca93]
- @interledger/openapi@1.1.0
- @interledger/http-signature-utils@1.1.0

## 3.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "3.1.0",
"version": "3.2.0",
"description": "Tools for interacting with the Open Payments API",
"author": "Interledger Tech Team <[email protected]>",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@interledger/http-signature-utils": "workspace:1.0.4",
"@interledger/openapi": "workspace:1.0.3",
"@interledger/http-signature-utils": "workspace:1.1.0",
"@interledger/openapi": "workspace:1.1.0",
"axios": "^1.3.4",
"base64url": "^3.0.1",
"http-message-signatures": "^0.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @interledger/openapi

## 1.1.0

### Minor Changes

- 2ea12f0: removed connections route endpoint from the spec and any associated functionality

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interledger/openapi",
"version": "1.0.3",
"version": "1.1.0",
"description": "Validates requests and responses according to an OpenAPI 3.1 schema",
"author": "Interledger Tech Team <[email protected]>",
"repository": {
Expand Down
4 changes: 2 additions & 2 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 99800bd

Please sign in to comment.