Skip to content

Commit

Permalink
chore: release (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Jul 31, 2024
1 parent 904e495 commit 603608e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .changeset/seven-peas-brush.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@coinbase/onchainkit": minor
"@coinbase/onchainkit": patch
---

**feat**: add `onStart` hook to `SwapButton` by @0xAlec #914
- **feat**: add `onStart` hook to `SwapButton`. By @0xAlec #914
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.26.15';
export const version = '0.26.16';
8 changes: 4 additions & 4 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: 97.11,
branches: 97.36,
functions: 91.62,
lines: 97.11,
statements: 98.5,
branches: 97.42,
functions: 93.2,
lines: 98.5,
},
},
environment: 'jsdom',
Expand Down

0 comments on commit 603608e

Please sign in to comment.