Skip to content

Commit

Permalink
chore: version packages v0.31.4 🌊 (#1213)
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 Sep 5, 2024
1 parent 6ce83d0 commit 582cd72
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/gorgeous-cameras-search.md

This file was deleted.

16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Changelog

## 0.31.4

### Patch Changes

- 63742da: - **feat**: added support for `EIP-5792` (https://eips.ethereum.org/EIPS/eip-5792) in `OnchainKitProvider`. By @0xAlec #1181
- **fix**: adjusted hover styling for the `Fund` and `Disconnect` wallet components in mobile view. By @cpcramer #1211
- **feat** added `walletCapabilities` for atomic batching (`useWriteContracts` vs `useWriteContract`) in `Transaction` component. By @0xAlec #1214

## 0.31.3

### Patch Changes

- **feat**: added `buildPayTransaction` utilities for making RPC calls to hydrate a charge and build a pay transaction in preparation for `Pay` button. By @avidreder #1177
- **feat**: implemented custom slippage support sub-components in the `Swap` component. By @cpcramer #1187 #1192 #1191 #1195 #1196 #1206
- **docs**: added Build Onchain Apps guide using OnchainKit's `app template`. By @zizzamia #1202
- **fix**: updated v1 `Swap` API to pass the correct slippage unit of measurement. By @cpcramer #1189
- **feat**: added `buildPayTransaction` utilities for making RPC calls to hydrate a charge and build a pay transaction in preparation for `Pay` button. By @avidreder #1177
- **feat**: implemented custom slippage support sub-components in the `Swap` component. By @cpcramer #1187 #1192 #1191 #1195 #1196 #1206
- **docs**: added Build Onchain Apps guide using OnchainKit's `app template`. By @zizzamia #1202
- **fix**: updated v1 `Swap` API to pass the correct slippage unit of measurement. By @cpcramer #1189

## 0.31.2

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

0 comments on commit 582cd72

Please sign in to comment.