diff --git a/.changeset/mighty-kings-knock.md b/.changeset/mighty-kings-knock.md deleted file mode 100644 index a350e6f294..0000000000 --- a/.changeset/mighty-kings-knock.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@coinbase/onchainkit': minor ---- - -- **feat**: Add handling for calls and contracts promises in Transactions component. By @alessey #1450 -- **feat**: added presetCryptoAmount param to Checkout. by @0xAlec #1461 -- **chore** renamed `Pay` module to `Checkout`. by @0xAlec #1455 -- **fix**: fixed paymaster sponsorship prop `isSponsored` in `Checkout` component. by @0xAlec #1458 -- **fix**: Updated `ConnectWalletText` component styling to match the `ConnectWallet` text prop formatting. By @cpcramer #1445 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f717b57e..72847acff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.35.0 + +### Minor Changes + +- 6665357: - **feat**: Add handling for calls and contracts promises in Transactions component. By @alessey #1450 + - **feat**: added presetCryptoAmount param to Checkout. by @0xAlec #1461 + - **chore** renamed `Pay` module to `Checkout`. by @0xAlec #1455 + - **fix**: fixed paymaster sponsorship prop `isSponsored` in `Checkout` component. by @0xAlec #1458 + - **fix**: Updated `ConnectWalletText` component styling to match the `ConnectWallet` text prop formatting. By @cpcramer #1445 + ## 0.34.1 ### Patch Changes diff --git a/package.json b/package.json index 2a0d537e14..bbf7d0eb0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.34.1", + "version": "0.35.0", "type": "module", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT",