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

npm-release: @trezor/connect 9.2.4-beta.1 #12375

Closed
wants to merge 9 commits into from
5 changes: 5 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.17-beta.1

- fix(suite-native): coin discovery analytics objectless structure (#11992) (7bd1a2bea0)
- feat(suite-native): token discovery analytics (#11846) (f81a8012d5)

# 1.0.16

- chore: TS project references for build:libs + buildless utxo-lib (#11526) (4d857722fe)
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/analytics",
"version": "1.0.16",
"version": "1.0.17-beta.1",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-link-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/blockchain-link-types",
"version": "1.0.16",
"version": "1.0.17-beta.1",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/blockchain-link-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.18-beta.1

- fix: unify solana and cardano missing symbol name length (2698f935aa)
- fix(blockchain-link-utils): fix solana token definitions url (5b29898216)

# 1.0.17

- feat(blockchain-link-utils): solana using data.trezor.io token metadata (9bd73e9d36)
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-link-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/blockchain-link-utils",
"version": "1.0.17",
"version": "1.0.18-beta.1",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/connect-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.33-beta.1

- chore(connect): bump required fw to 1.8.1/2.1.0 (2f14ff6703)
- chore(connect-common): fix bootloader_version in the first t3t1 record (6ebae70094)

# 0.0.32

- feat(connect): add T3T1 releases.json (a9840087c8)
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/connect-common",
"version": "0.0.32",
"version": "0.0.33-beta.1",
"author": "Trezor <[email protected]>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-common",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/connect-web",
"version": "9.2.3",
"version": "9.2.4-beta.1",
"author": "Trezor <[email protected]>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-web",
"description": "High-level javascript interface for Trezor hardware wallet in web environment.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = '9.2.3';
const VERSION = '9.2.4-beta.1';
const versionN = VERSION.split('.').map(s => parseInt(s, 10));
// const DIRECTORY = `${ versionN[0] }${ (versionN[1] > 0 ? `.${versionN[1]}` : '') }/`;
const DIRECTORY = `${versionN[0]}/`;
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-webextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/connect-webextension",
"version": "9.2.3",
"version": "9.2.4-beta.1",
"author": "Trezor <[email protected]>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect-webextension",
"description": "High-level javascript interface for Trezor hardware wallet in webextension serviceworker environment.",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @trezor/connect

API version 9.2.3
API version 9.2.4-beta.1

[![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)
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/connect",
"version": "9.2.3",
"version": "9.2.4-beta.1",
"author": "Trezor <[email protected]>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/connect",
"description": "High-level javascript interface for Trezor hardware wallet.",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/src/data/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '9.2.3';
export const VERSION = '9.2.4-beta.1';

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

Expand Down
2 changes: 1 addition & 1 deletion packages/env-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/env-utils",
"version": "1.0.16",
"version": "1.0.17-beta.1",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/env-utils",
"npmPublishAccess": "public",
"license": "See LICENSE.md in repo root",
Expand Down
7 changes: 7 additions & 0 deletions packages/protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.13-beta.1

- fix(protobuf): deterministic protobuf order in generated file (7bdc2ebecc)
- fix(scripts): probuf update separate repository + fix situation when someone force-pushes the FW branch (9bdad31d67)
- fix(protobuf): add git fetch to update script (be86c395ad)
- feat(connect): update protobuf messages (41bff13bc1)

# 1.0.12

- chore(protobuf): ability to build protobuf messages from the specified branch (7a6babb818)
Expand Down
2 changes: 1 addition & 1 deletion packages/protobuf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/protobuf",
"version": "1.0.12",
"version": "1.0.13-beta.1",
"license": "See LICENSE.md in repo root",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/protocol",
"version": "1.0.8",
"version": "1.0.9-beta.1",
"license": "See LICENSE.md in repo root",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/schema-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.4-beta.1

- feat(connect-explorer-nextra): method json params editor (09086d0f1a)

# 1.0.3

- feat(connect-explorer-nextra): complex/nested types handling, refactor (905756a4a5)
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/schema-utils",
"version": "1.0.3",
"version": "1.0.4-beta.1",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
Expand Down
Loading