Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages v0.34.0 🌊 #1420

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Comment on lines +7 to +16
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will tidy up the formatting in the next PR

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