Skip to content

Commit 77a3758

Browse files
authored
chore: release (#1416)
1 parent ec54b8e commit 77a3758

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.changeset/strong-feet-shave.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@coinbase/onchainkit': minor
3+
---
4+
5+
- **feat**: Added `Theming` support. By @cpcramer #1354
6+
- **docs**: Added `Pay` component docs. By @0xAlec #1400
7+
8+
Breaking Changes
9+
10+
Added a new config parameter to the `OnchainKitProvider`. The config object includes an appearance property with optional `mode` and `theme` parameters, allowing you to customize the appearance of your components.
11+
Updated CSS variables to use the `ock` prefix (e.g., `--ock-bg-default`). We’ve also introduced many new variables to enhance theming customization.
12+
For detailed information and theming instructions, refer to the `Theming Guide` in the documentation.

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.33.6';
1+
export const version = '0.34.0';

0 commit comments

Comments
 (0)