From 8b139dc3fad8bae669b0ea99806966f989f7fdf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:53:03 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.35.1=20?= =?UTF-8?q?=F0=9F=8C=8A=20=20(#1472)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/real-dolphins-drive.md | 12 ------------ CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/real-dolphins-drive.md diff --git a/.changeset/real-dolphins-drive.md b/.changeset/real-dolphins-drive.md deleted file mode 100644 index 7b3f73c1b5..0000000000 --- a/.changeset/real-dolphins-drive.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: Added ability to customize error and success states for `TransactionButton`. By @abcrane123 #1460 -- **feat**: Added custom `Theming` support. By @cpcramer #1465 -- **feat**: added `name` and `logo` to `OnchainKitProvider`. by @0xAlec #1506 -- **fix**: Added callback support to the `Transaction` component. By @alessy #1473 -- **docs**: Updated documentation. By @0xAlec @dschlabach @fakepixels @cpcramer #1465 #1470 #1477 #1478 #1486 #1487 #1490 -- **feat**: Updated playground with `Checkout` component and custom `Theming`. @0xAlec @cpcramer #1428 #1465 -- **feat**: Updated landing page. @mindapivessa #1482 #1496 -- **fix**: clear error message in CheckoutStatus if a request is denied. by @0xAlec #1510 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b06183906..428299f2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.35.1 + +### Patch Changes + +- a6ef801: - **feat**: Added ability to customize error and success states for `TransactionButton`. By @abcrane123 #1460 + - **feat**: Added custom `Theming` support. By @cpcramer #1465 + - **feat**: added `name` and `logo` to `OnchainKitProvider`. by @0xAlec #1506 + - **fix**: Added callback support to the `Transaction` component. By @alessy #1473 + - **docs**: Updated documentation. By @0xAlec @dschlabach @fakepixels @cpcramer #1465 #1470 #1477 #1478 #1486 #1487 #1490 + - **feat**: Updated playground with `Checkout` component and custom `Theming`. @0xAlec @cpcramer #1428 #1465 + - **feat**: Updated landing page. @mindapivessa #1482 #1496 + - **fix**: clear error message in CheckoutStatus if a request is denied. by @0xAlec #1510 + ## 0.35.0 ### Minor Changes diff --git a/package.json b/package.json index db0d68d8eb..364e59adfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.35.0", + "version": "0.35.1", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",