Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrem committed Nov 14, 2022
1 parent 160de28 commit ddd2bd5
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 66 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.2"
"version": "2.1.3"
}
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.2",
"version": "2.1.3",
"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.3",
"@walletconnect/safe-json": "1.0.0",
"@walletconnect/time": "1.0.1",
"@walletconnect/types": "2.1.2",
"@walletconnect/utils": "2.1.2",
"@walletconnect/types": "2.1.3",
"@walletconnect/utils": "2.1.3",
"lodash.isequal": "4.5.0",
"pino": "7.11.0",
"uint8arrays": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/constants/relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ export const RELAYER_STORAGE_OPTIONS = {

// FIXME: Always manually change this after each release (hardcoded from package.json)
// ... this will be temporarily hardcoded until we refactor our build chain!
export const RELAYER_SDK_VERSION = "2.1.2";
export const RELAYER_SDK_VERSION = "2.1.3";
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.2",
"version": "2.1.3",
"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.2",
"version": "2.1.3",
"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.2",
"@walletconnect/core": "2.1.3",
"@walletconnect/events": "1.0.0",
"@walletconnect/heartbeat": "1.0.0",
"@walletconnect/jsonrpc-provider": "1.0.5",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/logger": "2.0.0",
"@walletconnect/time": "1.0.1",
"@walletconnect/types": "2.1.2",
"@walletconnect/utils": "2.1.2",
"@walletconnect/types": "2.1.3",
"@walletconnect/utils": "2.1.3",
"pino": "7.11.0"
},
"devDependencies": {
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.2",
"version": "2.1.3",
"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.2",
"version": "2.1.3",
"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.6",
"@walletconnect/safe-json": "1.0.0",
"@walletconnect/time": "1.0.1",
"@walletconnect/types": "2.1.2",
"@walletconnect/types": "2.1.3",
"@walletconnect/window-getters": "1.0.0",
"@walletconnect/window-metadata": "1.0.0",
"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.2",
"version": "2.1.3",
"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.5",
"@walletconnect/jsonrpc-types": "1.0.1",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/sign-client": "2.1.2",
"@walletconnect/signer-connection": "2.1.2",
"@walletconnect/types": "2.1.2",
"@walletconnect/utils": "2.1.2",
"@walletconnect/sign-client": "2.1.3",
"@walletconnect/signer-connection": "2.1.3",
"@walletconnect/types": "2.1.3",
"@walletconnect/utils": "2.1.3",
"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.2",
"version": "2.1.3",
"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.1",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/sign-client": "2.1.2",
"@walletconnect/types": "2.1.2",
"@walletconnect/utils": "2.1.2",
"@walletconnect/sign-client": "2.1.3",
"@walletconnect/types": "2.1.3",
"@walletconnect/utils": "2.1.3",
"uint8arrays": "3.1.0"
}
}
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.2",
"version": "2.1.3",
"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.1",
"@walletconnect/jsonrpc-utils": "1.0.3",
"@walletconnect/logger": "2.0.0",
"@walletconnect/sign-client": "2.1.2",
"@walletconnect/types": "2.1.2",
"@walletconnect/utils": "2.1.2",
"@walletconnect/sign-client": "2.1.3",
"@walletconnect/types": "2.1.3",
"@walletconnect/utils": "2.1.3",
"eip1193-provider": "1.0.1",
"pino": "7.11.0"
},
Expand Down

0 comments on commit ddd2bd5

Please sign in to comment.