Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 19, 2024
1 parent 1733f71 commit ed23fca
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-walls-float.md

This file was deleted.

9 changes: 8 additions & 1 deletion 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.5.2

### Patch Changes

- Updated dependencies [afa0069]
- @delvtech/evm-client@0.5.2

## 0.5.1

### Patch Changes
Expand Down Expand Up @@ -112,7 +119,7 @@

### 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
- 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

Expand Down
8 changes: 5 additions & 3 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.5.1",
"version": "0.5.2",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand All @@ -18,7 +18,9 @@
},
"typesVersions": {
"*": {
"stubs": ["./dist/stubs.d.ts"]
"stubs": [
"./dist/stubs.d.ts"
]
}
},
"scripts": {
Expand All @@ -33,7 +35,7 @@
"ethers": "^6"
},
"dependencies": {
"@delvtech/evm-client": "0.5.1"
"@delvtech/evm-client": "0.5.2"
},
"devDependencies": {
"@repo/typescript-config": "*",
Expand Down
9 changes: 8 additions & 1 deletion 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.6.4

### Patch Changes

- Updated dependencies [afa0069]
- @delvtech/evm-client@0.5.2

## 0.6.3

### Patch Changes
Expand Down Expand Up @@ -135,7 +142,7 @@

### 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
- 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

Expand Down
12 changes: 8 additions & 4 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.6.3",
"version": "0.6.4",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
Expand All @@ -18,7 +18,9 @@
},
"typesVersions": {
"*": {
"stubs": ["./dist/stubs.d.ts"]
"stubs": [
"./dist/stubs.d.ts"
]
}
},
"scripts": {
Expand All @@ -39,7 +41,7 @@
}
},
"dependencies": {
"@delvtech/evm-client": "0.5.1"
"@delvtech/evm-client": "0.5.2"
},
"devDependencies": {
"@repo/typescript-config": "*",
Expand All @@ -54,5 +56,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"]
"files": [
"dist"
]
}
8 changes: 7 additions & 1 deletion packages/evm-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @delvtech/evm-client

## 0.5.2

### Patch Changes

- afa0069: Ensure Falsy values don't result in cache misses.

## 0.5.1

### Patch Changes
Expand Down Expand Up @@ -87,7 +93,7 @@

### 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
- 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

Expand Down
26 changes: 19 additions & 7 deletions 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.5.1",
"version": "0.5.2",
"license": "MIT",
"type": "module",
"exports": {
Expand Down Expand Up @@ -32,11 +32,21 @@
},
"typesVersions": {
"*": {
"cache": ["./dist/cache.d.ts"],
"contract": ["./dist/contract.d.ts"],
"errors": ["./dist/errors.d.ts"],
"network": ["./dist/network.d.ts"],
"stubs": ["./dist/stubs.d.ts"]
"cache": [
"./dist/cache.d.ts"
],
"contract": [
"./dist/contract.d.ts"
],
"errors": [
"./dist/errors.d.ts"
],
"network": [
"./dist/network.d.ts"
],
"stubs": [
"./dist/stubs.d.ts"
]
}
},
"scripts": {
Expand Down Expand Up @@ -77,5 +87,7 @@
"publishConfig": {
"access": "public"
},
"files": ["dist"]
"files": [
"dist"
]
}

0 comments on commit ed23fca

Please sign in to comment.