Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2.18.0 #5618

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"npmClient": "npm",
"packages": ["packages/*", "providers/*"],
"packages": [
"packages/*",
"providers/*"
],
"command": {
"run": {
"ignore": ["packages/web3wallet"]
"ignore": [
"packages/web3wallet"
]
}
},
"version": "2.17.5"
"version": "2.18.0"
}
48 changes: 24 additions & 24 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.17.5",
"version": "2.18.0",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@walletconnect/relay-auth": "1.1.0",
"@walletconnect/safe-json": "1.0.2",
"@walletconnect/time": "1.0.2",
"@walletconnect/types": "2.17.5",
"@walletconnect/utils": "2.17.5",
"@walletconnect/types": "2.18.0",
"@walletconnect/utils": "2.18.0",
"@walletconnect/window-getters": "1.0.1",
"events": "3.3.0",
"lodash.isequal": "4.5.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,7 +34,7 @@ export const RELAYER_STORAGE_OPTIONS = {

// Updated automatically via `new-version` npm script.

export const RELAYER_SDK_VERSION = "2.17.5";
export const RELAYER_SDK_VERSION = "2.18.0";

// delay to wait before closing the transport connection after init if not active
export const RELAYER_TRANSPORT_CUTOFF = 10_000;
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.17.5",
"version": "2.18.0",
"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.17.5",
"version": "2.18.0",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,14 +38,14 @@
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@walletconnect/core": "2.17.5",
"@walletconnect/core": "2.18.0",
"@walletconnect/events": "1.0.1",
"@walletconnect/heartbeat": "1.2.2",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "2.1.2",
"@walletconnect/time": "1.0.2",
"@walletconnect/types": "2.17.5",
"@walletconnect/utils": "2.17.5",
"@walletconnect/types": "2.18.0",
"@walletconnect/utils": "2.18.0",
"events": "3.3.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.17.5",
"version": "2.18.0",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down
16 changes: 8 additions & 8 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.17.5",
"version": "2.18.0",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,27 +32,27 @@
},
"dependencies": {
"@ethersproject/transactions": "5.7.0",
"@noble/ciphers": "1.2.1",
"@noble/curves": "1.8.1",
"@noble/hashes": "1.7.1",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/keyvaluestorage": "1.1.1",
"@walletconnect/relay-api": "1.0.11",
"@walletconnect/relay-auth": "1.1.0",
"@walletconnect/safe-json": "1.0.2",
"@walletconnect/time": "1.0.2",
"@walletconnect/types": "2.17.5",
"@walletconnect/types": "2.18.0",
"@walletconnect/window-getters": "1.0.1",
"@walletconnect/window-metadata": "1.0.1",
"detect-browser": "5.3.0",
"elliptic": "6.6.1",
"query-string": "7.1.3",
"uint8arrays": "3.1.0",
"@noble/ciphers": "1.2.1",
"@noble/curves": "1.8.1",
"@noble/hashes": "1.7.1"
"uint8arrays": "3.1.0"
},
"devDependencies": {
"@stablelib/x25519": "1.0.3",
"@types/elliptic": "6.4.18",
"@types/lodash.isequal": "4.5.6",
"@walletconnect/jsonrpc-types": "1.0.4",
"@stablelib/x25519": "1.0.3"
"@walletconnect/jsonrpc-types": "1.0.4"
}
}
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.17.5",
"version": "2.18.0",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"repository": {
Expand Down Expand Up @@ -49,10 +49,10 @@
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/keyvaluestorage": "1.1.1",
"@walletconnect/modal": "2.7.0",
"@walletconnect/sign-client": "2.17.5",
"@walletconnect/types": "2.17.5",
"@walletconnect/universal-provider": "2.17.5",
"@walletconnect/utils": "2.17.5",
"@walletconnect/sign-client": "2.18.0",
"@walletconnect/types": "2.18.0",
"@walletconnect/universal-provider": "2.18.0",
"@walletconnect/utils": "2.18.0",
"events": "3.3.0"
},
"devDependencies": {
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.17.5",
"version": "2.18.0",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,9 +39,9 @@
"dependencies": {
"@walletconnect/jsonrpc-types": "1.0.4",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/sign-client": "2.17.5",
"@walletconnect/types": "2.17.5",
"@walletconnect/utils": "2.17.5",
"@walletconnect/sign-client": "2.18.0",
"@walletconnect/types": "2.18.0",
"@walletconnect/utils": "2.18.0",
"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.17.5",
"version": "2.18.0",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"repository": {
Expand Down Expand Up @@ -47,9 +47,9 @@
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/keyvaluestorage": "1.1.1",
"@walletconnect/logger": "2.1.2",
"@walletconnect/sign-client": "2.17.5",
"@walletconnect/types": "2.17.5",
"@walletconnect/utils": "2.17.5",
"@walletconnect/sign-client": "2.18.0",
"@walletconnect/types": "2.18.0",
"@walletconnect/utils": "2.18.0",
"events": "3.3.0",
"lodash": "4.17.21"
},
Expand Down
Loading