Skip to content

Commit 72d1f73

Browse files
Version Packages (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a5c789 commit 72d1f73

5 files changed

Lines changed: 18 additions & 9 deletions

File tree

.changeset/selfish-geese-beg.md

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

examples/peer-to-peer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# example-peer-to-peer
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5a5c789]
8+
- @interledger/open-payments@7.2.0

examples/peer-to-peer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-peer-to-peer",
33
"private": "true",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "",
66
"main": "index.js",
77
"type": "module",

packages/open-payments/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @interledger/open-payments
22

3+
## 7.2.0
4+
5+
### Minor Changes
6+
7+
- 5a5c789: - Adds support for new subject field on grants
8+
- Adds support for new outgoing payment grant spent amounts (`client.outgoingPayment.getGrantSpentAmounts`)
9+
- Deprecated `isFinalizedGrant` in favor of `isFinalizedGrantWithAccessToken` and `isFinalizedGrantWithSubject`, since grants finalized via `subject` may not include an `access_token`
10+
311
## 7.1.3
412

513
### Patch Changes

packages/open-payments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@interledger/open-payments",
3-
"version": "7.1.3",
3+
"version": "7.2.0",
44
"description": "Tools for interacting with the Open Payments API",
55
"author": "Interledger Tech Team <tech@interledger.org>",
66
"repository": {

0 commit comments

Comments
 (0)