Skip to content

Commit

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

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies
\[[`2f13396d`](2f13396),
[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]
    -   @evmts/[email protected]
    -   @evmts/[email protected]
    -   @evmts/[email protected]
    -   @evmts/[email protected]
    -   @evmts/[email protected]
    -   @evmts/[email protected]

## @evmts/[email protected]

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]
    -   @evmts/[email protected]

## @evmts/[email protected]

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

## @evmts/[email protected]

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

## @evmts/[email protected]

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- [#671](#671)
[`2f13396d`](2f13396)
Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug with
@evmts/core imports resolving the wrong types sometimes when ts-plugin
is used.

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]
    -   @evmts/[email protected]

## @evmts/[email protected]

### Minor Changes

- [#668](#668)
[`31ed39a5`](31ed39a)
Thanks [@roninjin10](https://github.com/roninjin10)! - Added back
bytecode to EVMts bundler. When the compiler encounters a file ending in
.s.sol it will compile the bytecode in addition to the abi

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`31ed39a5`](31ed39a)]:
    -   @evmts/[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 Nov 17, 2023
1 parent 31ed39a commit 039514f
Show file tree
Hide file tree
Showing 42 changed files with 989 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@
"chilly-rocks-yawn",
"chilly-trees-explain",
"cold-masks-itch",
"fair-boats-call",
"flat-peaches-battle",
"fluffy-dolphins-type",
"gold-baboons-sniff",
"good-chairs-applaud",
"happy-rocks-jump",
"hungry-llamas-kiss",
"lovely-carrots-tie",
"nine-poets-bow",
Expand Down
17 changes: 17 additions & 0 deletions bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @evmts/bundler

## 1.0.0-next.2

### Minor Changes

- [#668](https://github.com/evmts/evmts-monorepo/pull/668) [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785) Thanks [@roninjin10](https://github.com/roninjin10)! - Added back bytecode to EVMts bundler. When the compiler encounters a file ending in .s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies [[`2f13396d`](https://github.com/evmts/evmts-monorepo/commit/2f13396d5b64687e56d4618aaff88a67a05df7e2), [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/ts-plugin@1.0.0-next.2
- @evmts/bun-plugin@1.0.0-next.2
- @evmts/esbuild-plugin@1.0.0-next.2
- @evmts/rollup-plugin@1.0.0-next.2
- @evmts/rspack-plugin@1.0.0-next.2
- @evmts/vite-plugin@1.0.0-next.2
- @evmts/webpack-plugin@1.0.0-next.2

## 1.0.0-next.0

### Major Changes
Expand Down
12 changes: 12 additions & 0 deletions bundler/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @evmts/base

## 1.0.0-next.2

### Minor Changes

- [#668](https://github.com/evmts/evmts-monorepo/pull/668) [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785) Thanks [@roninjin10](https://github.com/roninjin10)! - Added back bytecode to EVMts bundler. When the compiler encounters a file ending in .s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/runtime@1.0.0-next.2
- @evmts/solc@1.0.0-next.2

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/base",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "Internal bundler for Evmts",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions bundler/bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @evmts/bun-plugin

## 1.0.0-next.2

### Minor Changes

- [#668](https://github.com/evmts/evmts-monorepo/pull/668) [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785) Thanks [@roninjin10](https://github.com/roninjin10)! - Added back bytecode to EVMts bundler. When the compiler encounters a file ending in .s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/base@1.0.0-next.2

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/bun-plugin",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "A bun plugin for evmts",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions bundler/esbuild/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 1.0.0-next.2

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/unplugin@1.0.0-next.2

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/esbuild-plugin",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "A esbuild plugin for evmts",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/bundler",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "Bundler for EVMts",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions bundler/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 1.0.0-next.2

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/unplugin@1.0.0-next.2

## 1.0.0-next.0

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

## 1.0.0-next.2

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/unplugin@1.0.0-next.2

## 1.0.0-next.0

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

## 1.0.0-next.2

### Minor Changes

- [#668](https://github.com/evmts/evmts-monorepo/pull/668) [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785) Thanks [@roninjin10](https://github.com/roninjin10)! - Added back bytecode to EVMts bundler. When the compiler encounters a file ending in .s.sol it will compile the bytecode in addition to the abi

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/runtime",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "Tools for generating the EVMts contract runtime",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions bundler/solc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evmts/core

## 1.0.0-next.2

### Minor Changes

- [#668](https://github.com/evmts/evmts-monorepo/pull/668) [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785) Thanks [@roninjin10](https://github.com/roninjin10)! - Added back bytecode to EVMts bundler. When the compiler encounters a file ending in .s.sol it will compile the bytecode in addition to the abi

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/solc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/solc",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "Utilities around solc",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions bundler/ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @evmts/ts-plugin

## 1.0.0-next.2

### Minor Changes

- [#668](https://github.com/evmts/evmts-monorepo/pull/668) [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785) Thanks [@roninjin10](https://github.com/roninjin10)! - Added back bytecode to EVMts bundler. When the compiler encounters a file ending in .s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- [#671](https://github.com/evmts/evmts-monorepo/pull/671) [`2f13396d`](https://github.com/evmts/evmts-monorepo/commit/2f13396d5b64687e56d4618aaff88a67a05df7e2) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug with @evmts/core imports resolving the wrong types sometimes when ts-plugin is used.

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/base@1.0.0-next.2

## 1.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/ts-plugin",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "A typescript plugin for evmts",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions bundler/unplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @evmts/unplugin

## 1.0.0-next.2

### Minor Changes

- [#668](https://github.com/evmts/evmts-monorepo/pull/668) [`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785) Thanks [@roninjin10](https://github.com/roninjin10)! - Added back bytecode to EVMts bundler. When the compiler encounters a file ending in .s.sol it will compile the bytecode in addition to the abi

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/runtime@1.0.0-next.2
- @evmts/solc@1.0.0-next.2

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/unplugin",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "Internal unplugin for Evmts",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions bundler/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 1.0.0-next.2

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/unplugin@1.0.0-next.2

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/vite-plugin",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "A vite plugin for evmts",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions bundler/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 1.0.0-next.2

### Patch Changes

- Updated dependencies [[`31ed39a5`](https://github.com/evmts/evmts-monorepo/commit/31ed39a58665ac555a2f18f5fcf5bc800b135785)]:
- @evmts/unplugin@1.0.0-next.2

## 1.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundler/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/webpack-plugin",
"version": "1.0.0-next.0",
"version": "1.0.0-next.2",
"private": false,
"description": "A webpack plugin for evmts",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion examples/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "bun run test"
},
"dependencies": {
"@evmts/core": "^1.0.0-next.0",
"@evmts/core": "^1.0.0-next.2",
"bun-types": "^1.0.7",
"viem": "^1.18.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:run": "bun test"
},
"dependencies": {
"@evmts/core": "^1.0.0-next.0",
"@evmts/core": "^1.0.0-next.2",
"viem": "^1.18.1",
"zod": "^3.22.4"
},
Expand Down
1 change: 1 addition & 0 deletions examples/vite/dist/assets/ccip-6424106c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions examples/vite/dist/assets/events-741c5e9f.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 039514f

Please sign in to comment.