Skip to content

Commit

Permalink
Wilson/release (#84)
Browse files Browse the repository at this point in the history
* change set

* public access
  • Loading branch information
wilsoncusack committed Sep 16, 2023
1 parent 95cb569 commit 836856f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-books-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"op-viem": patch
---

Alpha release
7 changes: 1 addition & 6 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"@op-viem/site": "0.0.0"
},
"changesets": [
"cold-flowers-explain",
"itchy-gorillas-run",
"quiet-otters-provide",
"rare-queens-deliver",
"tame-onions-collect",
"warm-shirts-drop"
"happy-books-burn"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# op-viem

## 0.0.1-alpha.0

### Patch Changes

- Alpha release
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "op-viem",
"version": "0.0.1-alpha",
"version": "0.0.1-alpha.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -118,5 +118,8 @@
"overrides": {
"test-op-viem": "workspace:*"
}
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 836856f

Please sign in to comment.