Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent bba9176 commit 59acf87
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-cars-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-paws-eat.md

This file was deleted.

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

## 0.0.13

### Patch Changes

- [#615](https://github.com/ethereum-optimism/ecosystem/pull/615) [`d07cb41`](https://github.com/ethereum-optimism/ecosystem/commit/d07cb41b26c01ba3c73da9488f0e33e6e2443269) Thanks [@hamdiallam](https://github.com/hamdiallam)! - added viem chain bindings based on the superchain registry

- [#619](https://github.com/ethereum-optimism/ecosystem/pull/619) [`bba9176`](https://github.com/ethereum-optimism/ecosystem/commit/bba9176c34ed46ac27bf1931aa74f3a5347d7547) Thanks [@hamdiallam](https://github.com/hamdiallam)! - update generated abi and fix imports. abi will be exported temporarily

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/viem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eth-optimism/viem",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eth-optimism/wagmi

## 0.0.14

### Patch Changes

- [#619](https://github.com/ethereum-optimism/ecosystem/pull/619) [`bba9176`](https://github.com/ethereum-optimism/ecosystem/commit/bba9176c34ed46ac27bf1931aa74f3a5347d7547) Thanks [@hamdiallam](https://github.com/hamdiallam)! - update generated abi and fix imports. abi will be exported temporarily

- Updated dependencies [[`d07cb41`](https://github.com/ethereum-optimism/ecosystem/commit/d07cb41b26c01ba3c73da9488f0e33e6e2443269), [`bba9176`](https://github.com/ethereum-optimism/ecosystem/commit/bba9176c34ed46ac27bf1931aa74f3a5347d7547)]:
- @eth-optimism/viem@0.0.13

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eth-optimism/wagmi",
"type": "module",
"version": "0.0.13",
"version": "0.0.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 59acf87

Please sign in to comment.