Skip to content

Commit

Permalink
chore: version packages 0.35.0 🌊 (#1449)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 21, 2024
1 parent 94db8f6 commit 543184c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .changeset/mighty-kings-knock.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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

Breaking Changes:
`Pay` has been renamed to `Checkout`. If you are using this component, please update your imports as necessary.

## 0.34.1

### Patch Changes
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.34.1",
"version": "0.35.0",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down

0 comments on commit 543184c

Please sign in to comment.