Skip to content
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: 0 additions & 5 deletions .changeset/add-readme-license.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-gorillas-clean.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quiet-apples-rest.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/mpp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @abstract-foundation/mpp

## 0.1.3

### Patch Changes

- cce56d5: Add npm README and MIT license
- 4f4a2fd: Add onChannelOpened callback to abstractSession client options, called after the on-chain channel open but before voucher signing — supports deferring the voucher via a returned Promise

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abstract-foundation/mpp",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"description": "MPP payment method plugin for Abstract chain — ERC-3009 charge + ERC-20 session escrow",
"type": "module",
Expand Down
Loading