8000 chore: version packages v0.35.2 🌊 by github-actions[bot] · Pull Request #1530 · coinbase/onchainkit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: version packages v0.35.2 🌊 #1530

New issue

Have a question about th 8000 is project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/twenty-lies-allow.md

This file was deleted.

22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Changelog

## 0.35.2

### Patch Changes

- d84e29d: -**feat**: Added `IdentityCard` and `Socials` components. By @cpcramer #1489 -**fix**: Added `isSponsored` prop to components. By @abcrane123 #1499 -**fix**: Enforce base as chain for name resolution for Basenames. By @kirkas #1517

## 0.35.1

### Patch Changes

- **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
- **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

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.35.1",
"version": "0.35.2",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down
0