Skip to content

Commit

Permalink
chore: version packages (#41)
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 16, 2024
1 parent cc17b3c commit d6f1b87
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/long-boats-hide.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.1.0

### Minor Changes

- cc17b3c: Changed the type of all inputs to objects. This means that functions with a single argument (e.g., `balanceOf` will now expect ``{ owner: `0x${string}` }``, not `` `0x${string}` ``). Outputs remain the "Friendly" type which deconstructs to a single primitive type for single outputs values (e.g., `symbol` will return a `string`, not `{ "0": string }`) since many single output return values are unnamed

### Patch Changes

- Updated dependencies [cc17b3c]
- @delvtech/evm-client@0.1.0

## 0.0.12

### 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.0.12",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"ethers": "^6"
},
"dependencies": {
"@delvtech/evm-client": "0.0.11"
"@delvtech/evm-client": "0.1.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.1.0

### Minor Changes

- cc17b3c: Changed the type of all inputs to objects. This means that functions with a single argument (e.g., `balanceOf` will now expect ``{ owner: `0x${string}` }``, not `` `0x${string}` ``). Outputs remain the "Friendly" type which deconstructs to a single primitive type for single outputs values (e.g., `symbol` will return a `string`, not `{ "0": string }`) since many single output return values are unnamed

### Patch Changes

- Updated dependencies [cc17b3c]
- @delvtech/evm-client@0.1.0

## 0.0.13

### 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.0.13",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@delvtech/evm-client": "0.0.11"
"@delvtech/evm-client": "0.1.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.1.0

### Minor Changes

- cc17b3c: Changed the type of all inputs to objects. This means that functions with a single argument (e.g., `balanceOf` will now expect ``{ owner: `0x${string}` }``, not `` `0x${string}` ``). Outputs remain the "Friendly" type which deconstructs to a single primitive type for single outputs values (e.g., `symbol` will return a `string`, not `{ "0": string }`) since many single output return values are unnamed

## 0.0.11

### 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.0.11",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit d6f1b87

Please sign in to comment.