Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/soft-melons-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-shirts-live.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tame-rice-dress.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.38.0

### Minor Changes

- 5a0e137: - **chore**: Update `IsBaseOptions` and `IsEthereumOptions` type naming convention to PascalCase. By @crStiv @cpcramer #1920

Breaking Changes:

- Types `IsBaseOptions` and `IsEthereumOptions` have been updated from camelCase to PascalCase.

### Patch Changes

- f3720ad: Refactored TokenBalance's ActionButton and improved TokenBalance types
- 0d52282: **feat**: AppchainBridge deposit and withdrawal analytics by @0xAlec #2128

## 0.37.8

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