Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 21, 2024
1 parent 6595da4 commit 147228a
Show file tree
Hide file tree
Showing 61 changed files with 366 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,10 @@
"kind-pens-sleep",
"kind-pots-enjoy",
"large-mice-invite",
"large-rats-sparkle",
"large-tips-dance",
"large-waves-collect",
"large-zoos-knock",
"late-hats-knock",
"late-moons-sing",
"late-seas-dress",
Expand Down Expand Up @@ -352,6 +354,7 @@
"ten-sloths-lick",
"tender-buttons-hammer",
"thick-falcons-type",
"thick-items-float",
"thick-phones-smoke",
"thin-games-decide",
"thin-ligers-complain",
Expand Down
6 changes: 6 additions & 0 deletions experimental/schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/schemas

## 2.0.0-next.84

### Patch Changes

- [#1232](https://github.com/evmts/tevm-monorepo/pull/1232) [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed issues with error handling and added unit testing

## 2.0.0-next.80

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

## 2.0.0-next.84

### Patch Changes

- Updated dependencies []:
- @tevm/contract@2.0.0-next.84

## 2.0.0-next.80

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion experimental/solc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/experimental-solc",
"version": "2.0.0-next.80",
"version": "2.0.0-next.84",
"private": false,
"description": "Experimental wrapper around solc",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions extensions/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tevm/ethers

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/utils@2.0.0-next.84
- @tevm/procedures@2.0.0-next.84
- @tevm/client-types@2.0.0-next.84
- @tevm/decorators@2.0.0-next.84
- @tevm/base-client@2.0.0-next.84
- @tevm/contract@2.0.0-next.84

## 2.0.0-next.83

### 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": "2.0.0-next.83",
"version": "2.0.0-next.84",
"private": false,
"description": "A collection of ethers.js utilities for working with Tevm",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions extensions/viem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tevm/viem

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/jsonrpc@2.0.0-next.84
- @tevm/decorators@2.0.0-next.84
- @tevm/base-client@2.0.0-next.84

## 2.0.0-next.83

### 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": "2.0.0-next.83",
"version": "2.0.0-next.84",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
20 changes: 20 additions & 0 deletions packages/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @tevm/contract

## 2.0.0-next.84

### Patch Changes

- [#1232](https://github.com/evmts/tevm-monorepo/pull/1232) [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed issues with error handling and added unit testing

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd), [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/errors@2.0.0-next.84
- @tevm/jsonrpc@2.0.0-next.84
- @tevm/utils@2.0.0-next.84
- @tevm/block@2.0.0-next.84
- @tevm/state@2.0.0-next.84
- @tevm/tx@2.0.0-next.84
- @tevm/vm@2.0.0-next.84
- @tevm/base-client@2.0.0-next.84
- @tevm/blockchain@2.0.0-next.84
- @tevm/common@2.0.0-next.84
- @tevm/evm@2.0.0-next.84
- @tevm/receipt-manager@2.0.0-next.84

## 2.0.0-next.83

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/actions",
"version": "2.0.0-next.83",
"version": "2.0.0-next.84",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
19 changes: 19 additions & 0 deletions packages/base-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @tevm/client

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/jsonrpc@2.0.0-next.84
- @tevm/utils@2.0.0-next.84
- @tevm/block@2.0.0-next.84
- @tevm/state@2.0.0-next.84
- @tevm/tx@2.0.0-next.84
- @tevm/vm@2.0.0-next.84
- @tevm/blockchain@2.0.0-next.84
- @tevm/common@2.0.0-next.84
- @tevm/evm@2.0.0-next.84
- @tevm/predeploys@2.0.0-next.84
- @tevm/receipt-manager@2.0.0-next.84
- @tevm/txpool@2.0.0-next.84
- @tevm/sync-storage-persister@2.0.0-next.84

## 2.0.0-next.83

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/base-client",
"version": "2.0.0-next.83",
"version": "2.0.0-next.84",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/state

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd), [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/errors@2.0.0-next.84
- @tevm/utils@2.0.0-next.84
- @tevm/tx@2.0.0-next.84
- @tevm/common@2.0.0-next.84

## 2.0.0-next.80

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/block",
"version": "2.0.0-next.80",
"version": "2.0.0-next.84",
"private": false,
"description": "A custom implementation of ethereumjs block",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/blockchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/state

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/jsonrpc@2.0.0-next.84
- @tevm/utils@2.0.0-next.84
- @tevm/block@2.0.0-next.84
- @tevm/common@2.0.0-next.84

## 2.0.0-next.80

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/blockchain",
"version": "2.0.0-next.80",
"version": "2.0.0-next.84",
"private": false,
"description": "A custom implementation of ethereumjs blockchain",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/client-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/client-types

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/utils@2.0.0-next.84

## 2.0.0-next.80

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

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/utils@2.0.0-next.84

## 2.0.0-next.80

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/common",
"version": "2.0.0-next.80",
"version": "2.0.0-next.84",
"private": false,
"description": "A custom implementation of ethereumjs common",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tevm/contract

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/utils@2.0.0-next.84

## 2.0.0-next.80

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

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/actions@2.0.0-next.84
- @tevm/utils@2.0.0-next.84
- @tevm/procedures@2.0.0-next.84
- @tevm/base-client@2.0.0-next.84

## 2.0.0-next.83

### 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": "2.0.0-next.83",
"version": "2.0.0-next.84",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tevm/errors

## 2.0.0-next.84

### Patch Changes

- [#1232](https://github.com/evmts/tevm-monorepo/pull/1232) [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd) Thanks [@roninjin10](https://github.com/roninjin10)! - Fix bug with error tags not being set properly

- [#1232](https://github.com/evmts/tevm-monorepo/pull/1232) [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed issues with error handling and added unit testing

## 2.0.0-next.80

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/errors",
"version": "2.0.0-next.80",
"version": "2.0.0-next.84",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tevm/state

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/utils@2.0.0-next.84
- @tevm/state@2.0.0-next.84
- @tevm/blockchain@2.0.0-next.84
- @tevm/common@2.0.0-next.84
- @tevm/predeploys@2.0.0-next.84

## 2.0.0-next.83

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/evm",
"version": "2.0.0-next.83",
"version": "2.0.0-next.84",
"private": false,
"description": "A custom implementation of ethereumjs evm",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/client

## 2.0.0-next.84

### Patch Changes

- Updated dependencies [[`6595da4`](https://github.com/evmts/tevm-monorepo/commit/6595da4f4db76565057113baebce8e93e1a516f4), [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd)]:
- @tevm/memory-client@2.0.0-next.84
- @tevm/utils@2.0.0-next.84
- @tevm/viem@2.0.0-next.84
- @tevm/contract@2.0.0-next.84

## 2.0.0-next.83

### 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": "2.0.0-next.83",
"version": "2.0.0-next.84",
"private": false,
"description": "Client implementations of Tevm",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/jsonrpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/jsonrpc

## 2.0.0-next.84

### Patch Changes

- [#1232](https://github.com/evmts/tevm-monorepo/pull/1232) [`a170f0f`](https://github.com/evmts/tevm-monorepo/commit/a170f0f05a624f70cadea95f4fbaf11c00d5cadd) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed issues with error handling and added unit testing

## 2.0.0-next.80

### Patch Changes
Expand Down
Loading

0 comments on commit 147228a

Please sign in to comment.