Skip to content

Commit 3d75428

Browse files
trezor-cimroz22
andauthored
npm-release: @trezor/connect 9.5.2-beta.1 (#17529)
* npm-prerelease: @trezor/connect-plugin-stellar 9.1.2-beta.1 * npm-prerelease: @trezor/blockchain-link 2.4.2-beta.1 * npm-prerelease: @trezor/blockchain-link-types 1.3.2-beta.1 * npm-prerelease: @trezor/blockchain-link-utils 1.3.2-beta.1 * npm-prerelease: @trezor/connect-analytics 1.3.1-beta.1 * npm-prerelease: @trezor/connect-common 0.3.2-beta.1 * npm-prerelease: @trezor/transport 1.4.2-beta.1 * npm-prerelease: @trezor/protobuf 1.3.2-beta.1 * npm-prerelease: @trezor/protocol 1.2.4-beta.1 * npm-prerelease: @trezor/utils 9.3.2-beta.1 * npm-release: @trezor/connect 9.5.2-beta.1 * chore(connect): changlog for 9.5.2-beta.2 --------- Co-authored-by: Martin Varmuza <mvarmuza@gmail.com>
1 parent 6d7ece4 commit 3d75428

File tree

17 files changed

+42
-22
lines changed

17 files changed

+42
-22
lines changed

packages/blockchain-link-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/blockchain-link-types",
3-
"version": "1.3.1",
3+
"version": "1.3.2-beta.1",
44
"license": "See LICENSE.md in repo root",
55
"sideEffects": false,
66
"main": "src/index.ts",

packages/blockchain-link-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/blockchain-link-utils",
3-
"version": "1.3.1",
3+
"version": "1.3.2-beta.1",
44
"license": "See LICENSE.md in repo root",
55
"sideEffects": false,
66
"main": "src/index.ts",

packages/blockchain-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/blockchain-link",
3-
"version": "2.4.1",
3+
"version": "2.4.2-beta.1",
44
"author": "Trezor <info@trezor.io>",
55
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/blockchain-link",
66
"description": "High-level javascript interface for blockchain communication",

packages/connect-analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/connect-analytics",
3-
"version": "1.3.0",
3+
"version": "1.3.1-beta.1",
44
"license": "See LICENSE.md in repo root",
55
"sideEffects": false,
66
"main": "src/index.ts",

packages/connect-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/connect-common",
3-
"version": "0.3.1",
3+
"version": "0.3.2-beta.1",
44
"author": "Trezor <info@trezor.io>",
55
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-common",
66
"keywords": [

packages/connect-plugin-stellar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/connect-plugin-stellar",
3-
"version": "9.1.1-beta.1",
3+
"version": "9.1.2-beta.1",
44
"author": "Trezor <info@trezor.io>",
55
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-plugin-stellar",
66
"description": "@trezor/connect plugin for Stellar",

packages/connect-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/connect-web",
3-
"version": "9.5.1",
3+
"version": "9.5.2-beta.1",
44
"author": "Trezor <info@trezor.io>",
55
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-web",
66
"description": "High-level javascript interface for Trezor hardware wallet in web environment.",

packages/connect-web/src/webextension/trezor-usb-permissions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const VERSION = '9.5.1';
1+
const VERSION = '9.5.2-beta.1';
22
const versionN = VERSION.split('.').map(s => parseInt(s, 10));
33

44
const isBeta = VERSION.includes('beta');

packages/connect-webextension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/connect-webextension",
3-
"version": "9.5.1",
3+
"version": "9.5.2-beta.1",
44
"author": "Trezor <info@trezor.io>",
55
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-webextension",
66
"description": "High-level javascript interface for Trezor hardware wallet in webextension serviceworker environment.",

packages/connect/CHANGELOG.md

+26-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,36 @@
11
| Package | Stable | Canary |
22
| :------------------------------: | :----: | :----------: |
3-
| npm @trezor/connect | 9.5.1 | - |
4-
| npm @trezor/connect-web | 9.5.1 | - |
5-
| npm @trezor/connect-webextension | 9.5.1 | - |
3+
| npm @trezor/connect | 9.5.1 | 9.5.2-beta.1 |
4+
| npm @trezor/connect-web | 9.5.1 | 9.5.2-beta.1 |
5+
| npm @trezor/connect-webextension | 9.5.1 | 9.5.2-beta.1 |
66
| npm @trezor/connect-mobile | - | 0.0.1-beta.1 |
77

8-
| Deployment | Stable | Canary |
9-
| :----------------: | :----: | :----: |
10-
| connect.trezor.io/ | 9.5.1 | - |
8+
| Deployment | Stable | Canary |
9+
| :----------------: | :----: | :----------: |
10+
| connect.trezor.io/ | 9.5.1 | 9.5.2-beta.1 |
1111

1212
Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to access the latest stable version of Connect Explorer.
1313

14+
# 9.5.2-beta.1
15+
16+
## Feature
17+
18+
- feat(connect-web): forward device events in popup mode (8589d27). From now on you may listen for device events even if you are using core logic loaded into connect.trezor.io/9/popup.html. This feature was previously available only in @trezor/connect or in @trezor/connect-web using iframe.
19+
- feat(connect-web): enable coreMode auto by default (061b28a). From now on (applies for @trezor/connect-web) if you don't pass `coreMode` in TrezorConnect.init, TrezorConnect would automatically fallback to loading connect-core into popup.html instead loading it into the injected iframe. This fallback happens
20+
in cases when iframe can't be injected or trezor-bridge is not running.
21+
22+
## Chores
23+
24+
- chore(connect): update device authenticity config (ecc04a4)
25+
- chore(connect-common): add fw binaries for 2.8.9 (63a69af)
26+
- stop exporting DeviceModelInternal enum (0ad5a37, 0bcf666, 465f40a). We believe that this was only used internally.
27+
- chore(connect-popup): bump deprecation warning to 9.4.0 (2d8d78d)
28+
29+
## Fixes
30+
31+
- feat(connect): add errorPayload to FW revision check other-error (afe36df)
32+
- fix(connect): assign object instead of mutating (a09a669)
33+
1434
# 9.5.1
1535

1636
## Feature

packages/connect/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @trezor/connect
22

3-
API version 9.5.1
3+
API version 9.5.2-beta.1
44

55
[![Build Status](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml/badge.svg)](https://github.com/trezor/trezor-suite/actions/workflows/test-connect.yml)
66
[![NPM](https://img.shields.io/npm/v/@trezor/connect.svg)](https://www.npmjs.org/package/@trezor/connect)

packages/connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/connect",
3-
"version": "9.5.1",
3+
"version": "9.5.2-beta.1",
44
"author": "Trezor <info@trezor.io>",
55
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect",
66
"description": "High-level javascript interface for Trezor hardware wallet.",

packages/connect/src/data/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '9.5.1';
1+
export const VERSION = '9.5.2-beta.1';
22

33
const versionN = VERSION.split('.').map(s => parseInt(s, 10));
44

packages/protobuf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/protobuf",
3-
"version": "1.3.1",
3+
"version": "1.3.2-beta.1",
44
"license": "See LICENSE.md in repo root",
55
"repository": {
66
"type": "git",

packages/protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/protocol",
3-
"version": "1.2.3",
3+
"version": "1.2.4-beta.1",
44
"license": "See LICENSE.md in repo root",
55
"repository": {
66
"type": "git",

packages/transport/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/transport",
3-
"version": "1.4.1",
3+
"version": "1.4.2-beta.1",
44
"description": "Low level library facilitating protocol buffers based communication with Trezor devices",
55
"npmPublishAccess": "public",
66
"license": "SEE LICENSE IN LICENSE.md",

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trezor/utils",
3-
"version": "9.3.1",
3+
"version": "9.3.2-beta.1",
44
"author": "Trezor <info@trezor.io>",
55
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utils",
66
"description": "A collection of typescript utils that are intended to be used across trezor-suite monorepo.",

0 commit comments

Comments
 (0)