Skip to content

Commit

Permalink
chore: 2.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Oct 9, 2024
1 parent cb6a978 commit 29d9800
Show file tree
Hide file tree
Showing 12 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*",
"providers/*"
],
"version": "2.17.0"
"version": "2.17.1"
}
98 changes: 49 additions & 49 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.0",
"version": "2.17.1",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,9 +42,9 @@
"@walletconnect/relay-auth": "1.0.4",
"@walletconnect/safe-json": "1.0.2",
"@walletconnect/time": "1.0.2",
"@walletconnect/types": "2.17.1",
"@walletconnect/utils": "2.17.1",
"@walletconnect/window-getters": "1.0.1",
"@walletconnect/types": "2.17.0",
"@walletconnect/utils": "2.17.0",
"events": "3.3.0",
"lodash.isequal": "4.5.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 @@ -34,7 +34,7 @@ export const RELAYER_STORAGE_OPTIONS = {

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

export const RELAYER_SDK_VERSION = "2.17.0";
export const RELAYER_SDK_VERSION = "2.17.1";

// delay to wait before closing the transport connection after init if not active
export const RELAYER_TRANSPORT_CUTOFF = 10_000;
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "2.17.1",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@react-native-async-storage/async-storage": "*",
"@react-native-community/netinfo": "*",
"expo-application": "*",
"react-native-get-random-values": "*",
"react-native": "*"
"react-native": "*",
"react-native-get-random-values": "*"
},
"peerDependenciesMeta": {
"expo-application": {
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.0",
"version": "2.17.1",
"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.0",
"@walletconnect/core": "2.17.1",
"@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.0",
"@walletconnect/utils": "2.17.0",
"@walletconnect/types": "2.17.1",
"@walletconnect/utils": "2.17.1",
"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.0",
"version": "2.17.1",
"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.17.0",
"version": "2.17.1",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@walletconnect/relay-auth": "1.0.4",
"@walletconnect/safe-json": "1.0.2",
"@walletconnect/time": "1.0.2",
"@walletconnect/types": "2.17.0",
"@walletconnect/types": "2.17.1",
"@walletconnect/window-getters": "1.0.1",
"@walletconnect/window-metadata": "1.0.1",
"detect-browser": "5.3.0",
Expand Down
Loading

0 comments on commit 29d9800

Please sign in to comment.