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
6 changes: 6 additions & 0 deletions packages/invoice-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @requestnetwork/invoice-dashboard

## 0.11.7

### Patch Changes

- Fix InvoiceDashboardProps types

## 0.11.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/invoice-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/invoice-dashboard",
"version": "0.11.6",
"version": "0.11.7",
"main": "./dist/web-component.umd.cjs",
"scripts": {
"dev": "vite dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export interface InvoiceDashboardProps {
wagmiConfig: WagmiConfig;
requestNetwork: RequestNetwork | null | undefined;
currencies: CurrencyTypes.CurrencyInput[];
isDecryptionEnabled: boolean;
enableDecryption: (option: boolean) => void;
}
/**
* InvoiceDashboard is a React component that integrates with the Request Network to manage and display invoices.
Expand Down
Loading