Skip to content

Commit 583591f

Browse files
Version Packages (#57)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aa31561 commit 583591f

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

.changeset/chatty-camels-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-bobcats-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# @dethcrypto/eth-sdk-client
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- 8eeb61f: Add missing "index.mjs" entry point to package.json "files"
8+
39
## 0.1.5
10+
411
### Patch Changes
512

613
- 6c0ae88: Emit ESModules alongside CommonJS

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dethcrypto/eth-sdk-client",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "MIT",
55
"description": "This package is required if you want `eth-sdk` to generate SDK directly to `node_modules`.",
66
"repository": {

packages/eth-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dethcrypto/eth-sdk
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- 32ad0b4: Fix Proxy handling for USDC and other Openzeppelin proxy contracts
8+
39
## 0.2.2
410

511
### Patch Changes

packages/eth-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dethcrypto/eth-sdk",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"license": "MIT",
55
"description": "🛠 Generate type-safe, lightweight SDK for your Ethereum smart contracts",
66
"repository": {

0 commit comments

Comments
 (0)