Skip to content

Commit

Permalink
chore: Version packages 🔖 (#484)
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.


# Releases
## @evmts/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`f3b2b21`](f3b2b21)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`f3b2b21`](f3b2b21)]:
    -   @evmts/[email protected]
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

- [#483](#483)
[`f3b2b21`](f3b2b21)
Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug with
write() typescript type falsely not returning functionName. This would
previously cause issues where typescript would falsely think
functionName was not provided even though it was there at runtime.

## @evmts/[email protected]

### Patch Changes

- Updated dependencies
\[[`f3b2b21`](f3b2b21)]:
    -   @evmts/[email protected]

## @evmts/[email protected]

### Patch Changes

-   Updated dependencies \[]:
    -   @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 Sep 28, 2023
1 parent f3b2b21 commit 9f41235
Show file tree
Hide file tree
Showing 28 changed files with 103 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-dingos-repair.md

This file was deleted.

7 changes: 7 additions & 0 deletions bundlers/bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/bun-plugin

## 0.11.2

### Patch Changes

- Updated dependencies []:
- @evmts/bundler@0.11.2

## 0.10.0

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

## 0.11.2

### Patch Changes

- Updated dependencies [[`f3b2b21`](https://github.com/evmts/evmts-monorepo/commit/f3b2b2184aad4dbefd1c840bae72dcf9aff4a1fc)]:
- @evmts/core@0.11.2

## 0.10.0

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

## 0.11.2

### Patch Changes

- Updated dependencies []:
- @evmts/bundler@0.11.2

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/esbuild-plugin",
"version": "0.10.0",
"version": "0.11.2",
"contributors": [
"Will Cory <[email protected]>"
],
Expand Down
7 changes: 7 additions & 0 deletions bundlers/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 0.11.2

### Patch Changes

- Updated dependencies []:
- @evmts/bundler@0.11.2

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/rollup-plugin",
"version": "0.10.0",
"version": "0.11.2",
"contributors": [
"Will Cory <[email protected]>"
],
Expand Down
7 changes: 7 additions & 0 deletions bundlers/rspack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 0.11.2

### Patch Changes

- Updated dependencies []:
- @evmts/bundler@0.11.2

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/rspack-plugin",
"version": "0.10.0",
"version": "0.11.2",
"private": false,
"contributors": [
"Will Cory <[email protected]>"
Expand Down
7 changes: 7 additions & 0 deletions bundlers/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 0.11.2

### Patch Changes

- Updated dependencies []:
- @evmts/bundler@0.11.2

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/vite-plugin",
"version": "0.10.0",
"version": "0.11.2",
"private": false,
"contributors": [
"Will Cory <[email protected]>"
Expand Down
7 changes: 7 additions & 0 deletions bundlers/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/plugin

## 0.11.2

### Patch Changes

- Updated dependencies []:
- @evmts/bundler@0.11.2

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/webpack-plugin",
"version": "0.10.0",
"version": "0.11.2",
"private": false,
"description": "A webpack plugin for evmts",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @evmts/cli

## 0.11.2

### Patch Changes

- Updated dependencies [[`f3b2b21`](https://github.com/evmts/evmts-monorepo/commit/f3b2b2184aad4dbefd1c840bae72dcf9aff4a1fc)]:
- @evmts/core@0.11.2
- @evmts/bundler@0.11.2

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/cli",
"version": "0.10.0",
"version": "0.11.2",
"private": false,
"description": "Cli commands for Evmts",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evmts/core

## 0.11.2

### Patch Changes

- [#483](https://github.com/evmts/evmts-monorepo/pull/483) [`f3b2b21`](https://github.com/evmts/evmts-monorepo/commit/f3b2b2184aad4dbefd1c840bae72dcf9aff4a1fc) Thanks [@roninjin10](https://github.com/roninjin10)! - Fixed bug with write() typescript type falsely not returning functionName. This would previously cause issues where typescript would falsely think functionName was not provided even though it was there at runtime.

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/core",
"version": "0.10.0",
"version": "0.11.2",
"private": false,
"description": "A typesafe library for writing forge scripts in typescript",
"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 test"
},
"dependencies": {
"@evmts/core": "^0.10.0",
"@evmts/core": "^0.11.2",
"bun-types": "^0.8.1",
"viem": "^1.2.12"
},
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:ui": "vitest --ui"
},
"dependencies": {
"@evmts/core": "^0.10.0",
"@evmts/core": "^0.11.2",
"viem": "^1.2.12"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "next start"
},
"dependencies": {
"@evmts/core": "^0.10.0",
"@evmts/core": "^0.11.2",
"@rainbow-me/rainbowkit": "^1.0.5",
"next": "^13.4.9",
"react": "^18.2.0",
Expand All @@ -23,8 +23,8 @@
},
"devDependencies": {
"@evmts/config": "^0.10.0",
"@evmts/ts-plugin": "^0.10.0",
"@evmts/webpack-plugin": "^0.10.0",
"@evmts/ts-plugin": "^0.11.2",
"@evmts/webpack-plugin": "^0.11.2",
"@openzeppelin/contracts": "^4.9.2",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@evmts/cli": "workspace:^",
"@evmts/config": "workspace:^",
"@evmts/contracts": "^0.0.1",
"@evmts/core": "workspace:^0.10.0",
"@evmts/core": "workspace:^0.11.2",
"@evmts/ethers": "workspace:^",
"@rainbow-me/rainbowkit": "^1.0.9",
"@tanstack/react-query": "^4.35.3",
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 @@
# @evmts/core

## 0.11.2

### Patch Changes

- Updated dependencies [[`f3b2b21`](https://github.com/evmts/evmts-monorepo/commit/f3b2b2184aad4dbefd1c840bae72dcf9aff4a1fc)]:
- @evmts/core@0.11.2

## 0.10.0

### 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": "@evmts/experimental-solc",
"version": "0.10.0",
"version": "0.11.2",
"private": false,
"description": "Experimental wrapper around solc",
"keywords": [
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @evmts/ts-plugin

## 0.11.2

### Patch Changes

- Updated dependencies []:
- @evmts/bundler@0.11.2

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evmts/ts-plugin",
"version": "0.10.0",
"version": "0.11.2",
"private": false,
"description": "A typescript plugin for evmts",
"keywords": [
Expand Down

1 comment on commit 9f41235

@vercel
Copy link

@vercel vercel bot commented on 9f41235 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evmts-docs – ./

evmts-docs-git-main-evmts.vercel.app
evmts.dev
evmts-docs-evmts.vercel.app

Please sign in to comment.