diff --git a/.changeset/fast-cars-compete.md b/.changeset/fast-cars-compete.md deleted file mode 100644 index a840b8c8..00000000 --- a/.changeset/fast-cars-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eth-optimism/viem": patch ---- - -added viem chain bindings based on the superchain registry diff --git a/.changeset/khaki-mirrors-learn.md b/.changeset/khaki-mirrors-learn.md deleted file mode 100644 index 37b03415..00000000 --- a/.changeset/khaki-mirrors-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@eth-optimism/wagmi": minor -"@eth-optimism/viem": minor ---- - -rename SupERC20 to SuperchainERC20 diff --git a/.changeset/old-paws-eat.md b/.changeset/old-paws-eat.md deleted file mode 100644 index a05c67ba..00000000 --- a/.changeset/old-paws-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@eth-optimism/wagmi": patch -"@eth-optimism/viem": patch ---- - -update generated abi and fix imports. abi will be exported temporarily diff --git a/packages/viem/CHANGELOG.md b/packages/viem/CHANGELOG.md index a4737df7..3bc3618d 100644 --- a/packages/viem/CHANGELOG.md +++ b/packages/viem/CHANGELOG.md @@ -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 diff --git a/packages/viem/package.json b/packages/viem/package.json index 558b1042..d3ddc543 100644 --- a/packages/viem/package.json +++ b/packages/viem/package.json @@ -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": [ diff --git a/packages/wagmi/CHANGELOG.md b/packages/wagmi/CHANGELOG.md index f46e0cd7..88c6f3a4 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -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 diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index 2b574f9f..f5f5ca44 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -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": [