Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
chore: publish package(s) (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 14, 2023
1 parent ad686bd commit e5b127a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/smooth-colts-play.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/anvil.js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @viem/anvil

## 0.0.7

### Patch Changes

- [#38](https://github.com/wevm/anvil.js/pull/38) [`ad686bd`](https://github.com/wevm/anvil.js/commit/ad686bd82266ff7f11addd6abcd5a4f203457a1a) Thanks [@conwayconstar](https://github.com/conwayconstar)! - As Playwright imports CJS in global setup it will throw the error Error: require() of ES Module changed import to dynamic import.
- Removed the import of getPort from `"get-port"`
- Updated the port property to use `import("get-port").default` instead of `getPort()`

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/anvil.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viem/anvil",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit e5b127a

Please sign in to comment.