Skip to content

Commit

Permalink
npm-release: @trezor/connect 9.4.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trezor-ci committed Sep 27, 2024
1 parent 0796f62 commit bed7022
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
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.2-beta.1",
"version": "9.4.2-beta.2",
"author": "Trezor <info@trezor.io>",
"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.2-beta.1';
const VERSION = '9.4.2-beta.2';
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.2-beta.1",
"version": "9.4.2-beta.2",
"author": "Trezor <info@trezor.io>",
"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
8 changes: 4 additions & 4 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
| Package | Stable | Canary |
| :------------------------------: | :----: | :----------: |
| npm @trezor/connect | 9.4.1 | 9.4.2-beta.1 |
| npm @trezor/connect-web | 9.4.1 | 9.4.2-beta.1 |
| npm @trezor/connect-webextension | 9.4.1 | 9.4.2-beta.1 |
| npm @trezor/connect | 9.4.1 | 9.4.2-beta.2 |
| npm @trezor/connect-web | 9.4.1 | 9.4.2-beta.2 |
| npm @trezor/connect-webextension | 9.4.1 | 9.4.2-beta.2 |

| Deployment | Stable | Canary |
| :----------------: | :----: | :----------: |
| connect.trezor.io/ | 9.4.1 | 9.4.2-beta.1 |
| connect.trezor.io/ | 9.4.1 | 9.4.2-beta.2 |

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

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.2-beta.1
API version 9.4.2-beta.2

[![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.2-beta.1",
"version": "9.4.2-beta.2",
"author": "Trezor <info@trezor.io>",
"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.2-beta.1';
export const VERSION = '9.4.2-beta.2';

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

Expand Down

0 comments on commit bed7022

Please sign in to comment.