From 1c1917c1f4fca65b408ea0abc35fc41b29f096b2 Mon Sep 17 00:00:00 2001 From: trezor-ci Date: Mon, 3 Oct 2022 10:56:33 +0000 Subject: [PATCH] release: @trezor/connect (patch) --- packages/connect-explorer/package.json | 2 +- packages/connect-iframe/package.json | 2 +- packages/connect-popup/package.json | 2 +- packages/connect-ui/package.json | 2 +- packages/connect-web/package.json | 4 +- .../webextension/trezor-usb-permissions.js | 2 +- packages/connect/README.md | 2 +- packages/connect/package.json | 2 +- packages/connect/src/data/version.ts | 2 +- packages/suite-desktop-ui/package.json | 2 +- packages/suite-desktop/package.json | 2 +- packages/suite/package.json | 2 +- suite-common/connect-init/package.json | 2 +- suite-common/formatters/package.json | 2 +- suite-common/notifications/package.json | 2 +- suite-common/redux-utils/package.json | 2 +- suite-common/suite-constants/package.json | 2 +- suite-common/suite-types/package.json | 2 +- suite-common/test-utils/package.json | 2 +- suite-common/wallet-core/package.json | 2 +- suite-common/wallet-types/package.json | 2 +- suite-common/wallet-utils/package.json | 2 +- suite-native/app/package.json | 2 +- .../module-accounts-import/package.json | 2 +- suite-native/state/package.json | 2 +- yarn.lock | 46 +++++++++---------- 26 files changed, 49 insertions(+), 49 deletions(-) diff --git a/packages/connect-explorer/package.json b/packages/connect-explorer/package.json index fce787d118..9668838aca 100644 --- a/packages/connect-explorer/package.json +++ b/packages/connect-explorer/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@trezor/components": "*", - "@trezor/connect-web": "9.0.2", + "@trezor/connect-web": "9.0.3", "markdown-it": "^12.3.2", "markdown-it-link-attributes": "^4.0.0", "markdown-it-replace-link": "^1.0.1", diff --git a/packages/connect-iframe/package.json b/packages/connect-iframe/package.json index 64eb87d813..c667db7c00 100644 --- a/packages/connect-iframe/package.json +++ b/packages/connect-iframe/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --build tsconfig.json" }, "devDependencies": { - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "copy-webpack-plugin": "^11.0.0", "html-webpack-plugin": "^5.5.0", "jest": "^26.6.3", diff --git a/packages/connect-popup/package.json b/packages/connect-popup/package.json index d2c25454dd..8d73980e8a 100644 --- a/packages/connect-popup/package.json +++ b/packages/connect-popup/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@trezor/components": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/connect-ui": "*", "@trezor/crypto-utils": "*", "@trezor/urls": "*", diff --git a/packages/connect-ui/package.json b/packages/connect-ui/package.json index b8b5499a29..2adc6325a9 100644 --- a/packages/connect-ui/package.json +++ b/packages/connect-ui/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@trezor/components": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/env-utils": "*", "@trezor/urls": "*", "react": "17.0.2", diff --git a/packages/connect-web/package.json b/packages/connect-web/package.json index 4a03367b55..55d8ce513e 100644 --- a/packages/connect-web/package.json +++ b/packages/connect-web/package.json @@ -1,6 +1,6 @@ { "name": "@trezor/connect-web", - "version": "9.0.2", + "version": "9.0.3", "author": "Trezor ", "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-web", "description": "High-level javascript interface for Trezor hardware wallet.", @@ -35,7 +35,7 @@ "build": "rimraf build && yarn build:inline && yarn build:webextension" }, "dependencies": { - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/utils": "^9.0.2", "events": "^3.3.0", "tslib": "^2.3.1" diff --git a/packages/connect-web/src/webextension/trezor-usb-permissions.js b/packages/connect-web/src/webextension/trezor-usb-permissions.js index 7529d5e3e5..9c25ad576c 100644 --- a/packages/connect-web/src/webextension/trezor-usb-permissions.js +++ b/packages/connect-web/src/webextension/trezor-usb-permissions.js @@ -1,4 +1,4 @@ -const VERSION = '9.0.2'; +const VERSION = '9.0.3'; const versionN = VERSION.split('.').map(s => parseInt(s, 10)); // const DIRECTORY = `${ versionN[0] }${ (versionN[1] > 0 ? `.${versionN[1]}` : '') }/`; const DIRECTORY = `${versionN[0]}/`; diff --git a/packages/connect/README.md b/packages/connect/README.md index 6dd406f497..fd9dcb99fd 100644 --- a/packages/connect/README.md +++ b/packages/connect/README.md @@ -1,6 +1,6 @@ # @trezor/connect -API version 9.0.2 +API version 9.0.3 [![Build Status](https://github.com/trezor/trezor-suite/actions/workflows/connect-test.yml/badge.svg)](https://github.com/trezor/trezor-suite/actions/workflows/connect-test.yml) [![NPM](https://img.shields.io/npm/v/@trezor/connect.svg)](https://www.npmjs.org/package/@trezor/connect) diff --git a/packages/connect/package.json b/packages/connect/package.json index 0122524569..2e46cc33f9 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -1,6 +1,6 @@ { "name": "@trezor/connect", - "version": "9.0.2", + "version": "9.0.3", "author": "Trezor ", "homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect", "description": "High-level javascript interface for Trezor hardware wallet.", diff --git a/packages/connect/src/data/version.ts b/packages/connect/src/data/version.ts index 7437ed4a56..6567e259ee 100644 --- a/packages/connect/src/data/version.ts +++ b/packages/connect/src/data/version.ts @@ -1,4 +1,4 @@ -export const VERSION = '9.0.2'; +export const VERSION = '9.0.3'; const versionN = VERSION.split('.').map(s => parseInt(s, 10)); diff --git a/packages/suite-desktop-ui/package.json b/packages/suite-desktop-ui/package.json index 21612a20f3..8c79d30ef4 100644 --- a/packages/suite-desktop-ui/package.json +++ b/packages/suite-desktop-ui/package.json @@ -16,7 +16,7 @@ "@suite-common/formatters": "*", "@suite-common/sentry": "*", "@trezor/components": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/suite": "*", "@trezor/suite-analytics": "*", "@trezor/suite-desktop-api": "*", diff --git a/packages/suite-desktop/package.json b/packages/suite-desktop/package.json index 849e991423..ea410d08af 100644 --- a/packages/suite-desktop/package.json +++ b/packages/suite-desktop/package.json @@ -214,7 +214,7 @@ "@suite-common/sentry": "*", "@suite-common/suite-types": "*", "@suite-common/suite-utils": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/connect-common": "*", "@trezor/request-manager": "*", "@trezor/suite-desktop-api": "*", diff --git a/packages/suite/package.json b/packages/suite/package.json index bb5a3595b9..ac8f7d2c4e 100644 --- a/packages/suite/package.json +++ b/packages/suite/package.json @@ -43,7 +43,7 @@ "@suite-common/wallet-utils": "*", "@trezor/coinjoin": "*", "@trezor/components": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/crypto-utils": "*", "@trezor/dom-utils": "*", "@trezor/env-utils": "*", diff --git a/suite-common/connect-init/package.json b/suite-common/connect-init/package.json index 1b13dd9409..2d57ee2174 100644 --- a/suite-common/connect-init/package.json +++ b/suite-common/connect-init/package.json @@ -16,7 +16,7 @@ "@suite-common/redux-utils": "*", "@suite-common/suite-types": "*", "@suite-common/test-utils": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/utils": "*" }, "devDependencies": { diff --git a/suite-common/formatters/package.json b/suite-common/formatters/package.json index 14a2de7e2c..f0d49e6e59 100644 --- a/suite-common/formatters/package.json +++ b/suite-common/formatters/package.json @@ -16,7 +16,7 @@ "@suite-common/suite-types": "*", "@suite-common/wallet-config": "*", "@suite-common/wallet-utils": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "bignumber.js": "^9.1.0", "react": "17.0.2", "react-intl": "^6.0.5" diff --git a/suite-common/notifications/package.json b/suite-common/notifications/package.json index a5cccaf284..96efddf9f7 100644 --- a/suite-common/notifications/package.json +++ b/suite-common/notifications/package.json @@ -13,7 +13,7 @@ "dependencies": { "@suite-common/suite-types": "*", "@suite-common/wallet-config": "*", - "@trezor/connect": "9.0.2" + "@trezor/connect": "9.0.3" }, "devDependencies": { "jest": "^26.6.3", diff --git a/suite-common/redux-utils/package.json b/suite-common/redux-utils/package.json index 3835d921d2..6435785135 100644 --- a/suite-common/redux-utils/package.json +++ b/suite-common/redux-utils/package.json @@ -15,7 +15,7 @@ "@suite-common/suite-types": "*", "@suite-common/wallet-config": "*", "@suite-common/wallet-types": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "react": "17.0.2", "react-redux": "7.2.2", "redux": "^4.2.0" diff --git a/suite-common/suite-constants/package.json b/suite-common/suite-constants/package.json index 25af5296fd..a9e962f6c5 100644 --- a/suite-common/suite-constants/package.json +++ b/suite-common/suite-constants/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --build" }, "dependencies": { - "@trezor/connect": "9.0.2" + "@trezor/connect": "9.0.3" }, "devDependencies": { "jest": "^26.6.3", diff --git a/suite-common/suite-types/package.json b/suite-common/suite-types/package.json index e8025e3e8d..5c50e765c2 100644 --- a/suite-common/suite-types/package.json +++ b/suite-common/suite-types/package.json @@ -13,7 +13,7 @@ "@reduxjs/toolkit": "^1.8.3", "@suite-common/metadata-types": "*", "@suite-common/wallet-config": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "bignumber.js": "^9.1.0" }, "devDependencies": { diff --git a/suite-common/test-utils/package.json b/suite-common/test-utils/package.json index 31e0e4fc50..89285cecce 100644 --- a/suite-common/test-utils/package.json +++ b/suite-common/test-utils/package.json @@ -15,7 +15,7 @@ "@suite-common/suite-types": "*", "@suite-common/wallet-config": "*", "@suite-common/wallet-types": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/message-system": "*", "@trezor/utils": "*", "dropbox": "^10.32.0", diff --git a/suite-common/wallet-core/package.json b/suite-common/wallet-core/package.json index 66375d8bc1..fb8f95eeac 100644 --- a/suite-common/wallet-core/package.json +++ b/suite-common/wallet-core/package.json @@ -21,7 +21,7 @@ "@suite-common/wallet-config": "*", "@suite-common/wallet-types": "*", "@suite-common/wallet-utils": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/utils": "*", "date-fns": "^2.29.1" }, diff --git a/suite-common/wallet-types/package.json b/suite-common/wallet-types/package.json index 61a91a8f3f..0d3af3a0c6 100644 --- a/suite-common/wallet-types/package.json +++ b/suite-common/wallet-types/package.json @@ -14,7 +14,7 @@ "@suite-common/suite-utils": "*", "@suite-common/wallet-config": "*", "@suite-common/wallet-constants": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/type-utils": "*", "@trezor/utils": "*", "react": "17.0.2", diff --git a/suite-common/wallet-utils/package.json b/suite-common/wallet-utils/package.json index c26cd4b42a..34fd4ce382 100644 --- a/suite-common/wallet-utils/package.json +++ b/suite-common/wallet-utils/package.json @@ -24,7 +24,7 @@ "@suite-common/wallet-config": "*", "@suite-common/wallet-constants": "*", "@suite-common/wallet-types": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/urls": "*", "@trezor/utils": "*", "bignumber.js": "^9.1.0", diff --git a/suite-native/app/package.json b/suite-native/app/package.json index 2be241929d..52c05c89e0 100644 --- a/suite-native/app/package.json +++ b/suite-native/app/package.json @@ -40,7 +40,7 @@ "@suite-native/state": "*", "@suite-native/storage": "*", "@suite-native/transactions": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/icons": "*", "@trezor/styles": "*", "@trezor/suite-data": "*", diff --git a/suite-native/module-accounts-import/package.json b/suite-native/module-accounts-import/package.json index cfecdd1d59..d7124663d7 100644 --- a/suite-native/module-accounts-import/package.json +++ b/suite-native/module-accounts-import/package.json @@ -28,7 +28,7 @@ "@suite-native/module-devices": "*", "@suite-native/module-settings": "*", "@suite-native/navigation": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/icons": "*", "@trezor/styles": "*", "@trezor/validation": "*", diff --git a/suite-native/state/package.json b/suite-native/state/package.json index a2c90867b2..f01452ae40 100644 --- a/suite-native/state/package.json +++ b/suite-native/state/package.json @@ -17,7 +17,7 @@ "@suite-native/module-devices": "*", "@suite-native/module-settings": "*", "@suite-native/storage": "*", - "@trezor/connect": "9.0.2", + "@trezor/connect": "9.0.3", "@trezor/styles": "*", "@trezor/utils": "*", "redux-flipper": "2.0.2", diff --git a/yarn.lock b/yarn.lock index 42eb21e297..8bef31db9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6051,7 +6051,7 @@ __metadata: "@suite-common/redux-utils": "*" "@suite-common/suite-types": "*" "@suite-common/test-utils": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/utils": "*" jest: ^26.6.3 redux-mock-store: ^1.5.4 @@ -6081,7 +6081,7 @@ __metadata: "@suite-common/suite-types": "*" "@suite-common/wallet-config": "*" "@suite-common/wallet-utils": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 bignumber.js: ^9.1.0 jest: ^26.6.3 react: 17.0.2 @@ -6117,7 +6117,7 @@ __metadata: dependencies: "@suite-common/suite-types": "*" "@suite-common/wallet-config": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 jest: ^26.6.3 typescript: 4.7.4 languageName: unknown @@ -6132,7 +6132,7 @@ __metadata: "@suite-common/suite-types": "*" "@suite-common/wallet-config": "*" "@suite-common/wallet-types": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 jest: ^26.6.3 react: 17.0.2 react-redux: 7.2.2 @@ -6166,7 +6166,7 @@ __metadata: version: 0.0.0-use.local resolution: "@suite-common/suite-constants@workspace:suite-common/suite-constants" dependencies: - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 jest: ^26.6.3 typescript: 4.7.4 languageName: unknown @@ -6179,7 +6179,7 @@ __metadata: "@reduxjs/toolkit": ^1.8.3 "@suite-common/metadata-types": "*" "@suite-common/wallet-config": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 bignumber.js: ^9.1.0 jest: ^26.6.3 typescript: 4.7.4 @@ -6207,7 +6207,7 @@ __metadata: "@suite-common/suite-types": "*" "@suite-common/wallet-config": "*" "@suite-common/wallet-types": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/message-system": "*" "@trezor/utils": "*" dropbox: ^10.32.0 @@ -6251,7 +6251,7 @@ __metadata: "@suite-common/wallet-config": "*" "@suite-common/wallet-types": "*" "@suite-common/wallet-utils": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/utils": "*" date-fns: ^2.29.1 jest: ^26.6.3 @@ -6267,7 +6267,7 @@ __metadata: "@suite-common/suite-utils": "*" "@suite-common/wallet-config": "*" "@suite-common/wallet-constants": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/type-utils": "*" "@trezor/utils": "*" jest: ^26.6.3 @@ -6293,7 +6293,7 @@ __metadata: "@suite-common/wallet-config": "*" "@suite-common/wallet-constants": "*" "@suite-common/wallet-types": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/urls": "*" "@trezor/utils": "*" "@types/pdfmake": ^0.1.21 @@ -6386,7 +6386,7 @@ __metadata: "@suite-native/module-devices": "*" "@suite-native/module-settings": "*" "@suite-native/navigation": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/icons": "*" "@trezor/styles": "*" "@trezor/validation": "*" @@ -6573,7 +6573,7 @@ __metadata: "@suite-native/module-devices": "*" "@suite-native/module-settings": "*" "@suite-native/storage": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/styles": "*" "@trezor/utils": "*" jest: ^26.6.3 @@ -6873,7 +6873,7 @@ __metadata: resolution: "@trezor/connect-explorer@workspace:packages/connect-explorer" dependencies: "@trezor/components": "*" - "@trezor/connect-web": 9.0.2 + "@trezor/connect-web": 9.0.3 "@types/markdown-it": 12.2.3 "@types/markdown-it-link-attributes": 3.0.1 "@types/react-router": ^5.1.11 @@ -6911,7 +6911,7 @@ __metadata: version: 0.0.0-use.local resolution: "@trezor/connect-iframe@workspace:packages/connect-iframe" dependencies: - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 copy-webpack-plugin: ^11.0.0 html-webpack-plugin: ^5.5.0 jest: ^26.6.3 @@ -6958,7 +6958,7 @@ __metadata: dependencies: "@playwright/test": ^1.22.2 "@trezor/components": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/connect-ui": "*" "@trezor/crypto-utils": "*" "@trezor/trezor-user-env-link": "*" @@ -6985,7 +6985,7 @@ __metadata: resolution: "@trezor/connect-ui@workspace:packages/connect-ui" dependencies: "@trezor/components": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/env-utils": "*" "@trezor/urls": "*" "@types/react": ^17.0.0 @@ -7000,11 +7000,11 @@ __metadata: languageName: unknown linkType: soft -"@trezor/connect-web@9.0.2, @trezor/connect-web@workspace:packages/connect-web": +"@trezor/connect-web@9.0.3, @trezor/connect-web@workspace:packages/connect-web": version: 0.0.0-use.local resolution: "@trezor/connect-web@workspace:packages/connect-web" dependencies: - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/utils": ^9.0.2 "@types/chrome": 0.0.181 "@types/w3c-web-usb": ^1.0.5 @@ -7018,7 +7018,7 @@ __metadata: languageName: unknown linkType: soft -"@trezor/connect@9.0.2, @trezor/connect@workspace:packages/connect": +"@trezor/connect@9.0.3, @trezor/connect@workspace:packages/connect": version: 0.0.0-use.local resolution: "@trezor/connect@workspace:packages/connect" dependencies: @@ -7291,7 +7291,7 @@ __metadata: "@suite-common/formatters": "*" "@suite-common/sentry": "*" "@trezor/components": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/suite": "*" "@trezor/suite-analytics": "*" "@trezor/suite-desktop-api": "*" @@ -7321,7 +7321,7 @@ __metadata: "@suite-common/sentry": "*" "@suite-common/suite-types": "*" "@suite-common/suite-utils": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/connect-common": "*" "@trezor/request-manager": "*" "@trezor/suite-desktop-api": "*" @@ -7378,7 +7378,7 @@ __metadata: "@suite-native/state": "*" "@suite-native/storage": "*" "@suite-native/transactions": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/icons": "*" "@trezor/styles": "*" "@trezor/suite-data": "*" @@ -7509,7 +7509,7 @@ __metadata: "@testing-library/user-event": 12.8.3 "@trezor/coinjoin": "*" "@trezor/components": "*" - "@trezor/connect": 9.0.2 + "@trezor/connect": 9.0.3 "@trezor/crypto-utils": "*" "@trezor/dom-utils": "*" "@trezor/env-utils": "*"