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: prep for 2.9.0 release #3017

Merged
merged 1 commit into from
Jul 6, 2023
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
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.8.6"
"version": "2.9.0"
}
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.8.6",
"version": "2.9.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.0.4",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.8.6",
"@walletconnect/utils": "2.8.6",
"@walletconnect/types": "2.9.0",
"@walletconnect/utils": "2.9.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 @@ -37,7 +37,7 @@ export const RELAYER_STORAGE_OPTIONS = {

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

export const RELAYER_SDK_VERSION = "2.8.6";
export const RELAYER_SDK_VERSION = "2.9.0";

// delay to wait before closing the transport connection after init if not active
export const RELAYER_TRANSPORT_CUTOFF = 10_000;
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.8.6",
"version": "2.9.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.8.6",
"version": "2.9.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.8.6",
"@walletconnect/core": "2.9.0",
"@walletconnect/events": "^1.0.1",
"@walletconnect/heartbeat": "1.2.1",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "^2.0.1",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.8.6",
"@walletconnect/utils": "2.8.6",
"@walletconnect/types": "2.9.0",
"@walletconnect/utils": "2.9.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.8.6",
"version": "2.9.0",
"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.8.6",
"version": "2.9.0",
"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.9",
"@walletconnect/safe-json": "^1.0.2",
"@walletconnect/time": "^1.0.2",
"@walletconnect/types": "2.8.6",
"@walletconnect/types": "2.9.0",
"@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 packages/web3wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@walletconnect/web3wallet",
"description": "Web3Wallet for WalletConnect Protocol",
"private": true,
"version": "1.8.5",
"version": "1.8.6",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,12 +30,12 @@
},
"dependencies": {
"@walletconnect/auth-client": "2.1.0",
"@walletconnect/core": "2.8.6",
"@walletconnect/core": "2.9.0",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/logger": "2.0.1",
"@walletconnect/sign-client": "2.8.6",
"@walletconnect/types": "2.8.6",
"@walletconnect/utils": "2.8.6",
"@walletconnect/sign-client": "2.9.0",
"@walletconnect/types": "2.9.0",
"@walletconnect/utils": "2.9.0",
"@walletconnect/jsonrpc-provider": "1.0.13"
},
"devDependencies": {
Expand Down
Loading