Skip to content

Commit

Permalink
Fix chain resolution (#88)
Browse files Browse the repository at this point in the history
* bump version

* fix resolution changeset
  • Loading branch information
wilsoncusack authored Sep 16, 2023
1 parent ca2ee92 commit e7ebdda
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-pants-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"op-viem": patch
---

no-op bump, fixing build
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"@op-viem/site": "0.0.0"
},
"changesets": [
"happy-books-burn"
"big-pants-shout",
"happy-books-burn",
"soft-wolves-admire"
]
}
5 changes: 5 additions & 0 deletions .changeset/soft-wolves-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"op-viem": patch
---

Fix chains resolution
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# op-viem

## 0.0.1-alpha.3

### Patch Changes

- Fix chains resolution

## 0.0.1-alpha.1

### Patch Changes

- no-op bump, fixing build

## 0.0.1-alpha.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "op-viem",
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.3",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"./dist/types/actions/index.d.ts"
],
"chains": [
"./dist/types/chains.d.ts"
"./dist/types/chains/index.d.ts"
],
"utils": [
"./dist/types/utils/index.d.ts"
Expand Down

0 comments on commit e7ebdda

Please sign in to comment.