Skip to content

Commit 631f850

Browse files
chore: version packages v0.35.2 🌊 (#1530)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a431410 commit 631f850

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

.changeset/twenty-lies-allow.md

-7
This file was deleted.

CHANGELOG.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Changelog
22

3+
## 0.35.2
4+
5+
### Patch Changes
6+
7+
- 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
8+
39
## 0.35.1
410

511
### Patch Changes
612

7-
- **feat**: Added ability to customize error and success states for `TransactionButton`. By @abcrane123 #1460
8-
- **feat**: Added custom `Theming` support. By @cpcramer #1465
9-
- **feat**: added `name` and `logo` to `OnchainKitProvider`. by @0xAlec #1506
10-
- **fix**: Added callback support to the `Transaction` component. By @alessy #1473
11-
- **docs**: Updated documentation. By @0xAlec @dschlabach @fakepixels @cpcramer #1465 #1470 #1477 #1478 #1486 #1487 #1490
12-
- **feat**: Updated playground with `Checkout` component and custom `Theming`. @0xAlec @cpcramer #1428 #1465
13-
- **feat**: Updated landing page. @mindapivessa #1482 #1496
14-
- **fix**: clear error message in CheckoutStatus if a request is denied. by @0xAlec #1510
13+
- **feat**: Added ability to customize error and success states for `TransactionButton`. By @abcrane123 #1460
14+
- **feat**: Added custom `Theming` support. By @cpcramer #1465
15+
- **feat**: added `name` and `logo` to `OnchainKitProvider`. by @0xAlec #1506
16+
- **fix**: Added callback support to the `Transaction` component. By @alessy #1473
17+
- **docs**: Updated documentation. By @0xAlec @dschlabach @fakepixels @cpcramer #1465 #1470 #1477 #1478 #1486 #1487 #1490
18+
- **feat**: Updated playground with `Checkout` component and custom `Theming`. @0xAlec @cpcramer #1428 #1465
19+
- **feat**: Updated landing page. @mindapivessa #1482 #1496
20+
- **fix**: clear error message in CheckoutStatus if a request is denied. by @0xAlec #1510
1521

1622
## 0.35.0
1723

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchainkit",
3-
"version": "0.35.1",
3+
"version": "0.35.2",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)