Skip to content

Commit

Permalink
chore: version packages (#29)
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 Feb 15, 2024
1 parent d6d1829 commit 5cce690
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/empty-jobs-listen.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/evm-client-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @delvtech/evm-client-ethers

## 0.0.8

### Patch Changes

- d6d1829: Fixed the return type for Viem functions that return a single tuple/array.
Fixed options for ethers functions

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-client-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/evm-client-ethers",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/evm-client-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @delvtech/evm-client-viem

## 0.0.9

### Patch Changes

- d6d1829: Fixed the return type for Viem functions that return a single tuple/array.
Fixed options for ethers functions

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-client-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/evm-client-viem",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 5cce690

Please sign in to comment.