Skip to content

Commit

Permalink
Merge pull request #1947 from WalletConnect/chore/2.4.0
Browse files Browse the repository at this point in the history
chore: 2.4.0
  • Loading branch information
ganchoradkov authored Feb 9, 2023
2 parents c0dc07a + 996ce33 commit f0e5833
Show file tree
Hide file tree
Showing 11 changed files with 164 additions and 83 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.3.3"
"version": "2.4.0"
}
195 changes: 138 additions & 57 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.3.3",
"version": "2.4.0",
"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.3.3",
"@walletconnect/utils": "2.3.3",
"@walletconnect/types": "2.4.0",
"@walletconnect/utils": "2.4.0",
"events": "^3.3.0",
"lodash.isequal": "4.5.0",
"pino": "7.11.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 @@ -34,4 +34,4 @@ export const RELAYER_STORAGE_OPTIONS = {
};

// Updated automatically via `new-version` npm script.
export const RELAYER_SDK_VERSION = "2.3.3";
export const RELAYER_SDK_VERSION = "2.4.0";
Loading

0 comments on commit f0e5833

Please sign in to comment.