Skip to content

Commit

Permalink
Merge branch 'v2.0' into fix/rn-compat-newarch
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise authored Oct 31, 2024
2 parents 53b12bc + f0bb9af commit 10de54d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"packages/utils",
"packages/core",
"packages/sign-client",
"packages/react-native-compat",
"packages/web3wallet",
"packages/react-native-compat",
"providers/universal-provider",
"providers/signer-connection",
"providers/ethereum-provider"
Expand All @@ -37,7 +37,7 @@
"test:ignoreUnhandled": "npm run test:ignoreUnhandled --workspaces --if-present",
"check": "npm run lint; npm run build; npm run test",
"reset": "npm run clean; npm run check",
"new-version": "lerna version --no-private --no-git-tag-version --exact && ./scripts/update_relayer_sdk_version.sh && ./scripts/update_web3wallet_version.sh && npm i",
"new-version": "lerna version --no-private --no-git-tag-version --exact && ./scripts/update_relayer_sdk_version.sh",
"pre-publish": "npm run new-version; npm run reset",
"npm-publish:rc": "lerna exec --no-private -- npm publish --access public --tag rc",
"npm-publish:latest": "lerna exec --no-private -- npm publish --access public --tag latest",
Expand Down
4 changes: 4 additions & 0 deletions packages/web3wallet/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Deprecation Warning ⚠️⚠️⚠️

Web3Wallet package is deprecated. Please use [`@reown/walletkit`](https://github.com/reown-com/reown-walletkit-js) instead. [Migration guide link](https://docs.reown.com/walletkit/upgrade/from-web3wallet-web)

# @walletconnect/web3wallet

## Description
Expand Down
2 changes: 1 addition & 1 deletion packages/web3wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@walletconnect/web3wallet",
"description": "Web3Wallet for WalletConnect Protocol",
"version": "1.16.1",
"private": false,
"private": true,
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down
33 changes: 0 additions & 33 deletions scripts/update_web3wallet_version.sh

This file was deleted.

0 comments on commit 10de54d

Please sign in to comment.