From 56bd7b0018369ce29329bee13a4341136aba6a03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:29:00 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.34.0=20?= =?UTF-8?q?=F0=9F=8C=8A=20=20(#1420)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/strong-feet-shave.md | 12 ------------ CHANGELOG.md | 17 +++++++++++++++-- package.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/strong-feet-shave.md 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",