Skip to content

Commit

Permalink
npm-prerelease: @trezor/connect 9.4.7-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Dec 12, 2024
1 parent 7d69f3f commit c028da8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.6",
"version": "9.4.7-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.4.6';
const VERSION = '9.4.7-beta.1';
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.6",
"version": "9.4.7-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.4.6
API version 9.4.7-beta.1

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

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

Expand Down

0 comments on commit c028da8

Please sign in to comment.