Skip to content

Commit

Permalink
chore: revert wc types package on ethers adapter (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Oct 10, 2024
1 parent 2751feb commit 3c6e2c7
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 11 deletions.
23 changes: 23 additions & 0 deletions .changeset/giant-chairs-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@reown/appkit-adapter-ethers': patch
'@apps/demo': patch
'@apps/gallery': patch
'@apps/laboratory': patch
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-polkadot': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit': patch
'@reown/appkit-utils': patch
'@reown/appkit-cdn': patch
'@reown/appkit-common': patch
'@reown/appkit-core': patch
'@reown/appkit-experimental': patch
'@reown/appkit-polyfills': patch
'@reown/appkit-scaffold-ui': patch
'@reown/appkit-siwe': patch
'@reown/appkit-ui': patch
'@reown/appkit-wallet': patch
---

Reverts removing types package on ethers adapter
2 changes: 1 addition & 1 deletion packages/adapters/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "2.0.5",
"ethers": "6.13.2",
"@walletconnect/types": "2.17.0",
"vitest": "2.0.5"
},
"author": "Reown <support@reown.com> (https://reown.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/appkit/exports/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = '1.0.7'
export const PACKAGE_VERSION = '1.1.0'
21 changes: 12 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c6e2c7

Please sign in to comment.