Skip to content

Commit 56bd7b0

Browse files
chore: version packages v0.34.0 🌊 (#1420)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4ca0233 commit 56bd7b0

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/strong-feet-shave.md

-12
This file was deleted.

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Changelog
22

3+
## 0.34.0
4+
5+
### Minor Changes
6+
7+
- 77a3758: - **feat**: Added `Theming` support. By @cpcramer #1354
8+
9+
- **docs**: Added `Pay` component docs. By @0xAlec #1400
10+
11+
Breaking Changes
12+
13+
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.
14+
Updated CSS variables to use the `ock` prefix (e.g., `--ock-bg-default`). We’ve also introduced many new variables to enhance theming customization.
15+
For detailed information and theming instructions, refer to the `Theming Guide` in the documentation.
16+
317
## 0.33.6
418

519
### Patch Changes
620

7-
-**chore**: Updated documentation, including support for `copy to clipboard` functionality in code blocks. By @alessey @fakepixels #1342
8-
-**chore**: Reset state in `Pay` component after `Get USDC` is clicked. By @0xAlec #1394
21+
-**chore**: Updated documentation, including support for `copy to clipboard` functionality in code blocks. By @alessey @fakepixels #1342 -**chore**: Reset state in `Pay` component after `Get USDC` is clicked. By @0xAlec #1394
922

1023
## 0.33.5
1124

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchainkit",
3-
"version": "0.33.6",
3+
"version": "0.34.0",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)