Skip to content

Commit

Permalink
chore: version packages (#57)
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 Mar 18, 2024
1 parent 91106f8 commit ea691e8
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/green-ghosts-hammer.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 91106f8: Add a getBalance method to the Network interface for fetching native currency balances (e.g. ETH)

### Patch Changes

- Updated dependencies [91106f8]
- @delvtech/evm-client@0.3.0

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.4",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"ethers": "^6"
},
"dependencies": {
"@delvtech/evm-client": "0.2.4"
"@delvtech/evm-client": "0.3.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
Expand Down
11 changes: 11 additions & 0 deletions packages/evm-client-viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @delvtech/evm-client-viem

## 0.3.0

### Minor Changes

- 91106f8: Add a getBalance method to the Network interface for fetching native currency balances (e.g. ETH)

### Patch Changes

- Updated dependencies [91106f8]
- @delvtech/evm-client@0.3.0

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.2.4",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@delvtech/evm-client": "0.2.4"
"@delvtech/evm-client": "0.3.0"
},
"devDependencies": {
"@repo/eslint-config": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/evm-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @delvtech/evm-client

## 0.3.0

### Minor Changes

- 91106f8: Add a getBalance method to the Network interface for fetching native currency balances (e.g. ETH)

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delvtech/evm-client",
"version": "0.2.4",
"version": "0.3.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit ea691e8

Please sign in to comment.