Skip to content

Commit

Permalink
Version Packages (next) (#1293)
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
## @tevm/[email protected]

### Patch Changes

- [#1291](#1291)
[`dc5bc99`](dc5bc99)
Thanks [@roninjin10](https://github.com/roninjin10)! - Internal refactor
to server package. Error handling may be changed and test coverage 100%

## [email protected]

### Patch Changes

- Updated dependencies
\[[`dc5bc99`](dc5bc99)]:
    -   @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 Jul 9, 2024
1 parent 15a9f09 commit fd2800f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"blue-beds-rest",
"blue-onions-fry",
"brave-owls-explain",
"brave-pumas-applaud",
"breezy-dryers-burn",
"breezy-pens-smash",
"bright-fishes-develop",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/server

## 1.1.0-next.93

### Patch Changes

- [#1291](https://github.com/evmts/tevm-monorepo/pull/1291) [`dc5bc99`](https://github.com/evmts/tevm-monorepo/commit/dc5bc99d5d309ad04615f9542b9543804e590f00) Thanks [@roninjin10](https://github.com/roninjin10)! - Internal refactor to server package. Error handling may be changed and test coverage 100%

## 1.1.0-next.92

### 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.1.0-next.92",
"version": "1.1.0-next.93",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions tevm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tevm/contract

## 1.1.0-next.93

### Patch Changes

- Updated dependencies [[`dc5bc99`](https://github.com/evmts/tevm-monorepo/commit/dc5bc99d5d309ad04615f9542b9543804e590f00)]:
- @tevm/server@1.1.0-next.93
- @tevm/viem@1.1.0-next.92
- @tevm/http-client@1.1.0-next.92

## 1.1.0-next.92

### 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.1.0-next.92",
"version": "1.1.0-next.93",
"private": false,
"description": "A typesafe Ethereum Virtual Machine (EVM) toolkit written in TypeScript",
"keywords": [
Expand Down

0 comments on commit fd2800f

Please sign in to comment.