diff --git a/.changeset/strong-feet-shave.md b/.changeset/strong-feet-shave.md deleted file mode 100644 index 9a7a6f3bf4..0000000000 --- a/.changeset/strong-feet-shave.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@coinbase/onchainkit': minor ---- - -- **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. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4052df89ab..8838dbbd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 85885b17f5..ff55aa8573 100644 --- a/package.json +++ b/package.json @@ -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",