Skip to content

Commit

Permalink
chore: Version packages 🔖 (#478)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @evmts/[email protected]

### Minor Changes

- [#479](#479)
[`2ac0b12`](2ac0b12)
Thanks [@roninjin10](https://github.com/roninjin10)! - Add typesafe
event inputs. The input type will have autocomplete but still is widened
to accept the ethers type. The return type is extremely difficult to
override to being generic

- [#477](#477)
[`77ebd92`](77ebd92)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added Contract
extends ethers.Contract class that 100% matches the real
ethers.Contract. This class actually doesn't use EVMts at all and is
meant to be upstreamed to ethers.js

### Patch Changes

- [#477](#477)
[`77ebd92`](77ebd92)
Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug with
both read and write functions returning a ContractTransactionResponse |
ReturnType object

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 24, 2023
1 parent 2ac0b12 commit b1cffbc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 131 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-trainers-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-ghosts-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-terms-occur.md

This file was deleted.

12 changes: 12 additions & 0 deletions ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @evmts/ethers

## 0.11.0

### Minor Changes

- [#479](https://github.com/evmts/evmts-monorepo/pull/479) [`2ac0b12`](https://github.com/evmts/evmts-monorepo/commit/2ac0b12b34ede63aac3dc1d7b698b61dfd42a5ee) Thanks [@roninjin10](https://github.com/roninjin10)! - Add typesafe event inputs. The input type will have autocomplete but still is widened to accept the ethers type. The return type is extremely difficult to override to being generic

- [#477](https://github.com/evmts/evmts-monorepo/pull/477) [`77ebd92`](https://github.com/evmts/evmts-monorepo/commit/77ebd92c8ca6c6d1c368b680624e740cfc0bd8df) Thanks [@roninjin10](https://github.com/roninjin10)! - Added Contract extends ethers.Contract class that 100% matches the real ethers.Contract. This class actually doesn't use EVMts at all and is meant to be upstreamed to ethers.js

### Patch Changes

- [#477](https://github.com/evmts/evmts-monorepo/pull/477) [`77ebd92`](https://github.com/evmts/evmts-monorepo/commit/77ebd92c8ca6c6d1c368b680624e740cfc0bd8df) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug with both read and write functions returning a ContractTransactionResponse | ReturnType object

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/ethers",
"version": "0.8.1",
"version": "0.11.0",
"private": false,
"description": "A collection of ethers.js utilities for working with Evmts",
"keywords": [
Expand Down
123 changes: 8 additions & 115 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit b1cffbc

@vercel
Copy link

@vercel vercel bot commented on b1cffbc Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts-docs-git-main-evmts.vercel.app
evmts-docs-evmts.vercel.app
evmts.dev

Please sign in to comment.