Skip to content

Commit

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

-   Updated dependencies [8da3c59]
    -   [email protected]

## [email protected]

### Patch Changes

-   8da3c59: Fixed accidentally deleted bin folder

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 16, 2024
1 parent 8da3c59 commit f56be13
Show file tree
Hide file tree
Showing 5 changed files with 16 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 @@ -360,6 +360,7 @@
"sharp-peaches-scream",
"sharp-suits-happen",
"sharp-tigers-allow",
"shiny-bulldogs-sniff",
"shiny-hounds-explain",
"shiny-jokes-agree",
"shiny-squids-lick",
Expand Down
7 changes: 7 additions & 0 deletions bundler-packages/tevm-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tevm-run

## 1.0.0-next.114

### Patch Changes

- Updated dependencies [8da3c59]
- [email protected]

## 1.0.0-next.113

### 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.113",
"version": "1.0.0-next.114",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions tevm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tevm/contract

## 1.0.0-next.114

### Patch Changes

- 8da3c59: Fixed accidentally deleted bin folder

## 1.0.0-next.113

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

0 comments on commit f56be13

Please sign in to comment.