Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #620

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fast-cars-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-mirrors-learn.md

This file was deleted.

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

This file was deleted.

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

## 0.1.0

### Minor Changes

- [#621](https://github.com/ethereum-optimism/ecosystem/pull/621) [`1533601`](https://github.com/ethereum-optimism/ecosystem/commit/1533601d6a61e1648a2c8d406265d7ae48363d69) Thanks [@hamdiallam](https://github.com/hamdiallam)! - rename SupERC20 to SuperchainERC20

### 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.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
13 changes: 13 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @eth-optimism/wagmi

## 1.0.0

### Minor Changes

- [#621](https://github.com/ethereum-optimism/ecosystem/pull/621) [`1533601`](https://github.com/ethereum-optimism/ecosystem/commit/1533601d6a61e1648a2c8d406265d7ae48363d69) Thanks [@hamdiallam](https://github.com/hamdiallam)! - rename SupERC20 to SuperchainERC20

### 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), [`1533601`](https://github.com/ethereum-optimism/ecosystem/commit/1533601d6a61e1648a2c8d406265d7ae48363d69), [`bba9176`](https://github.com/ethereum-optimism/ecosystem/commit/bba9176c34ed46ac27bf1931aa74f3a5347d7547)]:
- @eth-optimism/viem@0.1.0

## 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": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
Loading