Skip to content

Commit

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

> The changelog information of each package has been omitted from this
message, as the content exceeds the size limit.

## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## [email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @tevm/[email protected]


## @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 Jun 12, 2024
1 parent f36565e commit e844936
Show file tree
Hide file tree
Showing 115 changed files with 1,026 additions and 57 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"chilled-comics-taste",
"chilled-lions-relate",
"chilled-sloths-kiss",
"chilly-poets-cheat",
"chilly-rocks-yawn",
"chilly-trees-explain",
"clean-jobs-work",
Expand Down Expand Up @@ -186,6 +187,7 @@
"grumpy-shirts-argue",
"happy-rocks-jump",
"honest-cars-give",
"honest-countries-serve",
"honest-dogs-move",
"honest-goats-count",
"honest-humans-guess",
Expand All @@ -212,6 +214,7 @@
"lovely-carrots-tie",
"lovely-crabs-switch",
"lucky-dolphins-grin",
"lucky-taxis-approve",
"mean-beds-provide",
"mean-tomatoes-shave",
"metal-flowers-move",
Expand Down
19 changes: 19 additions & 0 deletions bundler-packages/base-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @tevm/base

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/bundler-cache@1.1.0-next.74
- @tevm/compiler@1.1.0-next.74
- @tevm/runtime@1.1.0-next.74
- @tevm/config@1.1.0-next.74
- @tevm/solc@1.1.0-next.74
- @tevm/tsupconfig@1.1.0-next.74
- @tevm/tsconfig@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/base-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/base-bundler",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "Internal bundler for Tevm",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions bundler-packages/bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @tevm/bun-plugin

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/bundler-cache@1.1.0-next.74
- @tevm/base-bundler@1.1.0-next.74
- @tevm/config@1.1.0-next.74
- @tevm/solc@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/bun-plugin",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "A bun plugin for tevm",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions bundler-packages/bundler-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tevm/base

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/compiler@1.1.0-next.74
- @tevm/tsupconfig@1.1.0-next.74
- @tevm/tsconfig@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/bundler-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/bundler-cache",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "Cache for tevm bundler",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions bundler-packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @tevm/cli

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/cli",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions bundler-packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tevm/contract

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/resolutions@1.1.0-next.74
- @tevm/config@1.1.0-next.74
- @tevm/solc@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/compiler",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "Utilities around compiler",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions bundler-packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/contract

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/effect@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/config",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "Manages config for tevm",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions bundler-packages/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/plugin

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/unplugin@1.1.0-next.74

## 1.1.0-next.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/esbuild-plugin",
"version": "1.1.0-next.73",
"version": "1.1.0-next.74",
"private": false,
"description": "A esbuild plugin for tevm",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions bundler-packages/resolutions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tevm/resolutions

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/tsupconfig@1.1.0-next.74
- @tevm/tsconfig@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/resolutions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/resolutions",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "Module for resolving and import graph for solidity files",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions bundler-packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/plugin

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/unplugin@1.1.0-next.74

## 1.1.0-next.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/rollup-plugin",
"version": "1.1.0-next.73",
"version": "1.1.0-next.74",
"private": false,
"description": "A generic plugin that can be used in esbuild, webpack, vite, and rollup",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions bundler-packages/rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tevm/plugin

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/unplugin@1.1.0-next.74

## 1.1.0-next.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/rspack-plugin",
"version": "1.1.0-next.73",
"version": "1.1.0-next.74",
"private": false,
"description": "An (experimental) rspack plugin for tevm",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions bundler-packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tevm/runtime

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/tsupconfig@1.1.0-next.74
- @tevm/tsconfig@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/runtime",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "Tools for generating the Tevm contract runtime",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions bundler-packages/solc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @tevm/contract

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/tsupconfig@1.1.0-next.74
- @tevm/tsconfig@1.1.0-next.74

## 1.1.0-next.72

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/solc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/solc",
"version": "1.1.0-next.72",
"version": "1.1.0-next.74",
"private": false,
"description": "Utilities around solc",
"keywords": [
Expand Down
16 changes: 16 additions & 0 deletions bundler-packages/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @tevm/unplugin

## 1.1.0-next.74

### Patch Changes

- [#1186](https://github.com/evmts/tevm-monorepo/pull/1186) [`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a) Thanks [@roninjin10](https://github.com/roninjin10)! - Moved files around to colocate code better. Some packages are disappearing

- Tevm/Zod is now part of Tevm/actions
- Tevm/actions-types moved to Tevm/actions
- Tevm/procedures-types moved to Tevm/procedures

- Updated dependencies [[`7765446`](https://github.com/evmts/tevm-monorepo/commit/7765446beec1391a00f3d3dd8d015d5205e0371a)]:
- @tevm/bundler-cache@1.1.0-next.74
- @tevm/base-bundler@1.1.0-next.74
- @tevm/config@1.1.0-next.74
- @tevm/solc@1.1.0-next.74

## 1.1.0-next.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler-packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tevm/unplugin",
"version": "1.1.0-next.73",
"version": "1.1.0-next.74",
"private": false,
"description": "Internal unplugin for Tevm",
"keywords": [
Expand Down
Loading

0 comments on commit e844936

Please sign in to comment.