Skip to content

Commit

Permalink
chore: release (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 6, 2024
1 parent 0dbdc87 commit 721efa9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .changeset/five-berries-warn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@coinbase/onchainkit": patch
---

**feat**: add Permit2 approval process for UniversalRouter by @0xAlec #980
- **feat**: added `Permit2` approval process for UniversalRouter in the `Swap` experiece. By @0xAlec #980
5 changes: 0 additions & 5 deletions .changeset/nervous-pugs-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-swans-trade.md

This file was deleted.

16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

### Minor Changes

- baa5cf8: - **feat**: refactored the `<Transaction>` component's `onSuccess` handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios.
- **feat**: refactored the `<Transaction>` component's `onSuccess` handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios. baa5cf8

Breaking Changes
When using `onSuccess` in the `<Transaction>` component, refactor the response to handle:
Breaking Changes
When using `onSuccess` in the `<Transaction>` component, refactor the response to handle:

```ts
type TransactionResponse = {
transactionReceipts: TransactionReceipt[];
};
```
```ts
type TransactionResponse = {
transactionReceipts: TransactionReceipt[];
};
```

## 0.27.1

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.28.0';
export const version = '0.28.1';
6 changes: 3 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export default defineConfig({
],
reportOnFailure: true,
thresholds: {
statements: 99.08,
branches: 97.46,
statements: 99.1,
branches: 97.6,
functions: 93.33,
lines: 99.08,
lines: 99.1,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit 721efa9

Please sign in to comment.