Skip to content

Commit

Permalink
chore: version packages v0.34.0 🌊 (#1420)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 15, 2024
1 parent 4ca0233 commit 56bd7b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .changeset/strong-feet-shave.md

This file was deleted.

17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Changelog

## 0.34.0

### Minor Changes

- 77a3758: - **feat**: Added `Theming` support. By @cpcramer #1354

- **docs**: Added `Pay` component docs. By @0xAlec #1400

Breaking Changes

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.
Updated CSS variables to use the `ock` prefix (e.g., `--ock-bg-default`). We’ve also introduced many new variables to enhance theming customization.
For detailed information and theming instructions, refer to the `Theming Guide` in the documentation.

## 0.33.6

### Patch Changes

-**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
-**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

## 0.33.5

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
"version": "0.33.6",
"version": "0.34.0",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down

0 comments on commit 56bd7b0

Please sign in to comment.