Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Nov 25, 2022
1 parent 7dd10f3 commit c67294d
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"providers/*"
],
"useWorkspaces": true,
"version": "2.1.3-a040238d"
"version": "2.1.4"
}
80 changes: 40 additions & 40 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/core",
"description": "Core for WalletConnect Protocol",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@walletconnect/relay-auth": "^1.0.4",
"@walletconnect/safe-json": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.1.3-a040238d",
"@walletconnect/utils": "2.1.3-a040238d",
"@walletconnect/types": "2.1.4",
"@walletconnect/utils": "2.1.4",
"events": "^3.3.0",
"lodash.isequal": "4.5.0",
"pino": "7.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/react-native-compat",
"description": "Shims for WalletConnect Protocol in React Native Projects",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/sign-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/sign-client",
"description": "Sign Client for WalletConnect Protocol",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,15 +36,15 @@
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@walletconnect/core": "2.1.3-a040238d",
"@walletconnect/core": "2.1.4",
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "^1.0.1",
"@walletconnect/jsonrpc-provider": "^1.0.6",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.1.3-a040238d",
"@walletconnect/utils": "2.1.3-a040238d",
"@walletconnect/types": "2.1.4",
"@walletconnect/utils": "2.1.4",
"events": "^3.3.0",
"pino": "7.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/types",
"description": "Typings for WalletConnect Protocol",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/utils",
"description": "Utilities for WalletConnect Protocol",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@walletconnect/relay-api": "^1.0.7",
"@walletconnect/safe-json": "^1.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.1.3-a040238d",
"@walletconnect/types": "2.1.4",
"@walletconnect/window-getters": "^1.0.1",
"@walletconnect/window-metadata": "^1.0.1",
"detect-browser": "5.3.0",
Expand Down
10 changes: 5 additions & 5 deletions providers/ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/ethereum-provider",
"description": "Ethereum Provider for WalletConnect Protocol",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"repository": {
Expand Down Expand Up @@ -39,10 +39,10 @@
"@walletconnect/jsonrpc-provider": "^1.0.6",
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/sign-client": "2.1.3-a040238d",
"@walletconnect/signer-connection": "2.1.3-a040238d",
"@walletconnect/types": "2.1.3-a040238d",
"@walletconnect/utils": "2.1.3-a040238d",
"@walletconnect/sign-client": "2.1.4",
"@walletconnect/signer-connection": "2.1.4",
"@walletconnect/types": "2.1.4",
"@walletconnect/utils": "2.1.4",
"eip1193-provider": "1.0.1",
"ethereum-test-network": "0.1.6",
"ethers": "5.6.9",
Expand Down
8 changes: 4 additions & 4 deletions providers/signer-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/signer-connection",
"description": "Signer Connection for WalletConnect Protocol",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,9 +32,9 @@
"dependencies": {
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/sign-client": "2.1.3-a040238d",
"@walletconnect/types": "2.1.3-a040238d",
"@walletconnect/utils": "2.1.3-a040238d",
"@walletconnect/sign-client": "2.1.4",
"@walletconnect/types": "2.1.4",
"@walletconnect/utils": "2.1.4",
"events": "^3.3.0",
"uint8arrays": "3.1.0"
}
Expand Down
8 changes: 4 additions & 4 deletions providers/universal-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@walletconnect/universal-provider",
"description": "Universal Provider for WalletConnect Protocol",
"version": "2.1.3-a040238d",
"version": "2.1.4",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"repository": {
Expand Down Expand Up @@ -37,9 +37,9 @@
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/jsonrpc-utils": "^1.0.4",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/sign-client": "2.1.3-a040238d",
"@walletconnect/types": "2.1.3-a040238d",
"@walletconnect/utils": "2.1.3-a040238d",
"@walletconnect/sign-client": "2.1.4",
"@walletconnect/types": "2.1.4",
"@walletconnect/utils": "2.1.4",
"eip1193-provider": "1.0.1",
"events": "^3.3.0",
"pino": "7.11.0"
Expand Down

0 comments on commit c67294d

Please sign in to comment.