Skip to content

Commit

Permalink
Version Packages (next) (#1431)
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.

⚠️⚠️⚠️⚠️⚠️⚠️

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## [email protected]

### Patch Changes

-   [email protected]

## @tevm/[email protected]

### Patch Changes

-   @tevm/[email protected]
-   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [5942568]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [5942568]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   @tevm/[email protected]
-   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

-   Updated dependencies [5942568]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

## @tevm/[email protected]

### Patch Changes

- 5942568: Fixed bug with eth_estimateGas json-rpc not handling block
tag and state overrides correctly

## @tevm/[email protected]

### Patch Changes

-   @tevm/[email protected]
-   @tevm/[email protected]

## [email protected]

### Patch Changes

-   Updated dependencies [5942568]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]
    -   @tevm/[email protected]

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 13, 2024
1 parent 5942568 commit 838631e
Show file tree
Hide file tree
Showing 21 changed files with 87 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"flat-parents-divide",
"flat-worms-happen",
"fluffy-spiders-build",
"forty-mugs-exist",
"forty-planes-walk",
"forty-rice-invent",
"forty-trees-refuse",
Expand Down
6 changes: 6 additions & 0 deletions bundler-packages/tevm-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tevm-run

## 1.0.0-next.112

### Patch Changes

- [email protected]

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/tevm-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tevm-run",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/cli

## 1.0.0-next.112

### Patch Changes

- @tevm/memory-client@1.0.0-next.112
- @tevm/server@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/cli",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions extensions/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tevm/ethers

## 1.0.0-next.112

### Patch Changes

- Updated dependencies [5942568]
- @tevm/procedures@1.0.0-next.112
- @tevm/client-types@1.0.0-next.109
- @tevm/decorators@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/ethers",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "A collection of ethers.js utilities for working with Tevm",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions extensions/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/viem

## 1.0.0-next.112

### Patch Changes

- @tevm/decorators@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion extensions/viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/viem",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/client

## 1.0.0-next.112

### Patch Changes

- Updated dependencies [5942568]
- @tevm/procedures@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/decorators",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/client

## 1.0.0-next.112

### Patch Changes

- @tevm/viem@1.0.0-next.112
- @tevm/memory-client@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/http-client",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/memory-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tevm/client

## 1.0.0-next.112

### Patch Changes

- Updated dependencies [5942568]
- @tevm/procedures@1.0.0-next.112
- @tevm/decorators@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memory-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/memory-client",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "MemoryClient for tevm is an in memory devnet for JavaScript",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/procedures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/contract

## 1.0.0-next.112

### Patch Changes

- 5942568: Fixed bug with eth_estimateGas json-rpc not handling block tag and state overrides correctly

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/procedures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/procedures",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/server

## 1.0.0-next.112

### Patch Changes

- @tevm/decorators@1.0.0-next.112
- @tevm/memory-client@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/server",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions tevm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/contract

## 1.0.0-next.112

### Patch Changes

- Updated dependencies [5942568]
- @tevm/procedures@1.0.0-next.112
- @tevm/viem@1.0.0-next.112
- @tevm/client-types@1.0.0-next.109
- @tevm/decorators@1.0.0-next.112
- @tevm/memory-client@1.0.0-next.112
- @tevm/server@1.0.0-next.112
- @tevm/http-client@1.0.0-next.112

## 1.0.0-next.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tevm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tevm",
"version": "1.0.0-next.111",
"version": "1.0.0-next.112",
"private": false,
"description": "A typesafe Ethereum Virtual Machine (EVM) toolkit written in TypeScript",
"keywords": [
Expand Down

0 comments on commit 838631e

Please sign in to comment.