Skip to content

Commit

Permalink
chore: release (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Aug 6, 2024
1 parent a0124f3 commit d0e2a08
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-swans-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@coinbase/onchainkit": patch
---

- **feat**: dark mode. By @kyhyco #977
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- 16c004b: - **feat**: added `Permit2` approval process for UniversalRouter in the `Swap` experiece. By @0xAlec #980
- **feat**: added `Permit2` approval process for UniversalRouter in the `Swap` experiece. By @0xAlec #980 16c004b

## 0.28.0

Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "next lint"
},
"dependencies": {
"@coinbase/onchainkit": "^0.26.14",
"@coinbase/onchainkit": "^0.28.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
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.1';
export const version = '0.28.2';

0 comments on commit d0e2a08

Please sign in to comment.