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.4.7 #15947

Merged
merged 11 commits into from
Dec 13, 2024
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.2.5",
"version": "1.2.6",
"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.2.4",
"version": "1.2.5",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
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.2.5",
"version": "1.2.6",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/blockchain-link",
"version": "2.3.5",
"version": "2.3.6",
"author": "Trezor <[email protected]>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/blockchain-link",
"description": "High-level javascript interface for blockchain communication",
Expand Down
6 changes: 6 additions & 0 deletions packages/connect-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.7

- npm-prerelease: @trezor/connect-common 0.2.7-beta.1 (d876bc6071)
- Revert chore(connect-common): add fw 2.8.6. for t3t1 (064c56a642)
- chore(connect-common): add fw 2.8.6. for t3t1 (21b4b9b0a3)

# 0.2.6

- fix(connect-common): update ripple default backends (6a3dbf2b77)
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.2.7-beta.1",
"version": "0.2.7",
"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.4.7-beta.1",
"version": "9.4.7",
"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.4.7-beta.1';
const VERSION = '9.4.7';
const versionN = VERSION.split('.').map(s => parseInt(s, 10));

const isBeta = VERSION.includes('beta');
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.4.7-beta.1",
"version": "9.4.7",
"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
10 changes: 5 additions & 5 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
| Package | Stable | Canary |
| :------------------------------: | :----: | :----: |
| npm @trezor/connect | 9.4.6 | - |
| npm @trezor/connect-web | 9.4.6 | - |
| npm @trezor/connect-webextension | 9.4.6 | - |
| npm @trezor/connect | 9.4.7 | - |
| npm @trezor/connect-web | 9.4.7 | - |
| npm @trezor/connect-webextension | 9.4.7 | - |

| Deployment | Stable | Canary |
| :----------------: | :----: | :----: |
| connect.trezor.io/ | 9.4.6 | - |
| connect.trezor.io/ | 9.4.7 | - |

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

# 9.4.7-beta.1
# 9.4.7

This release mainly fixes a serialization bug in Ethereum EIP-1559 transactions that was causing signing issues in some cases, presumably since v9.4.3.

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.4.7-beta.1
API version 9.4.7

[![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)
[![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.4.7-beta.1",
"version": "9.4.7",
"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.4.7-beta.1';
export const VERSION = '9.4.7';

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

Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/transport",
"version": "1.3.6",
"version": "1.3.7",
"description": "Low level library facilitating protocol buffers based communication with Trezor devices",
"npmPublishAccess": "public",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
4 changes: 4 additions & 0 deletions packages/type-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.4

- npm-prerelease: @trezor/type-utils 1.1.4-beta.1 (3c010626c3)

# 1.1.3

- npm-prerelease: @trezor/type-utils 1.1.3-beta.1 (3b29f41596)
Expand Down
2 changes: 1 addition & 1 deletion packages/type-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/type-utils",
"version": "1.1.4-beta.1",
"version": "1.1.4",
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.2.6

- npm-prerelease: @trezor/utils 9.2.6-beta.1 (6db4f59670)

# 9.2.5

- npm-prerelease: @trezor/utils 9.2.5-beta.1 (c2b275daae)
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/utils",
"version": "9.2.6-beta.1",
"version": "9.2.6",
"author": "Trezor <[email protected]>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utils",
"description": "A collection of typescript utils that are intended to be used across trezor-suite monorepo.",
Expand Down
2 changes: 1 addition & 1 deletion packages/utxo-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trezor/utxo-lib",
"version": "2.2.5",
"version": "2.2.6",
"author": "Trezor <[email protected]>",
"homepage": "https://github.com/trezor/trezor-suite/tree/develop/packages/utxo-lib",
"description": "Client-side Bitcoin-like JavaScript library",
Expand Down
Loading