Skip to content

Commit

Permalink
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 Nov 25, 2021
1 parent aa31561 commit 583591f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-camels-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-bobcats-clap.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @dethcrypto/eth-sdk-client

## 0.1.6

### Patch Changes

- 8eeb61f: Add missing "index.mjs" entry point to package.json "files"

## 0.1.5

### Patch Changes

- 6c0ae88: Emit ESModules alongside CommonJS
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dethcrypto/eth-sdk-client",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"description": "This package is required if you want `eth-sdk` to generate SDK directly to `node_modules`.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eth-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dethcrypto/eth-sdk

## 0.2.3

### Patch Changes

- 32ad0b4: Fix Proxy handling for USDC and other Openzeppelin proxy contracts

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dethcrypto/eth-sdk",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",
"description": "🛠 Generate type-safe, lightweight SDK for your Ethereum smart contracts",
"repository": {
Expand Down

0 comments on commit 583591f

Please sign in to comment.