Skip to content

Commit

Permalink
chore(hotfix): 🔥 hotfix prerelease [LLD(2.84.1-hotfix.1), LLM(3.47.1-…
Browse files Browse the repository at this point in the history
…hotfix.0)]
  • Loading branch information
live-github-bot[bot] committed Jul 22, 2024
1 parent 3abc6d7 commit c086edb
Show file tree
Hide file tree
Showing 137 changed files with 673 additions and 69 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
"@ledgerhq/react-devtools": "0.0.0"
},
"changesets": [
"healthy-days-pay"
"blue-fireants-change",
"healthy-days-pay",
"old-vans-fry",
"strange-oranges-bake",
"strong-bats-walk"
]
}
17 changes: 17 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @ledgerhq/live-cli

## 24.4.1-hotfix.0

### Patch Changes

- Updated dependencies []:
- @ledgerhq/coin-framework@0.16.1-hotfix.0
- @ledgerhq/coin-bitcoin@0.7.1-hotfix.0
- @ledgerhq/live-common@34.6.1-hotfix.0
- @ledgerhq/hw-transport@6.31.2-hotfix.0
- @ledgerhq/hw-transport-node-hid@6.29.3-hotfix.0
- @ledgerhq/live-wallet@0.4.1-hotfix.0
- @ledgerhq/live-countervalues@0.2.3-hotfix.0
- @ledgerhq/hw-app-btc@10.4.1-hotfix.0
- @ledgerhq/hw-transport-http@6.30.2-hotfix.0
- @ledgerhq/hw-transport-mocker@6.29.2-hotfix.0
- @ledgerhq/hw-transport-node-speculos@6.29.2-hotfix.0

## 24.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/live-cli",
"version": "24.4.0",
"version": "24.4.1-hotfix.0",
"description": "ledger-live CLI version",
"repository": {
"type": "git",
Expand Down
24 changes: 24 additions & 0 deletions apps/ledger-live-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# ledger-live-desktop

## 2.84.1-hotfix.1

### Patch Changes

- [#7291](https://github.com/LedgerHQ/ledger-live/pull/7291) [`b3010eb`](https://github.com/LedgerHQ/ledger-live/commit/b3010ebcf99fe06436960d023fffd1cc549eea4a) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Upadate Europa assets

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]

## 2.84.1-hotfix.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"private": true,
"main": "./.webpack/main.bundle.js",
"version": "2.84.1-hotfix.0",
"version": "2.84.1-hotfix.1",
"scripts": {
"start:prod": "electron ./.webpack/main.bundle.js",
"start": "cross-env NODE_ENV=development node ./tools/main.js",
Expand Down
23 changes: 23 additions & 0 deletions apps/ledger-live-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# live-mobile

## 3.47.1-hotfix.0

### Patch Changes

- [#7291](https://github.com/LedgerHQ/ledger-live/pull/7291) [`b3010eb`](https://github.com/LedgerHQ/ledger-live/commit/b3010ebcf99fe06436960d023fffd1cc549eea4a) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Upadate Europa assets

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea), [`b3010eb`](https://github.com/LedgerHQ/ledger-live/commit/b3010ebcf99fe06436960d023fffd1cc549eea4a)]:
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]

## 3.47.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-mobile",
"version": "3.47.0",
"version": "3.47.1-hotfix.0",
"private": true,
"scripts": {
"postinstall": "zx ./scripts/post.mjs",
Expand Down
17 changes: 17 additions & 0 deletions apps/web-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# web-tools

## 0.7.1-hotfix.0

### Patch Changes

- Updated dependencies []:
- @ledgerhq/coin-framework@0.16.1-hotfix.0
- @ledgerhq/live-common@34.6.1-hotfix.0
- @ledgerhq/hw-transport@6.31.2-hotfix.0
- @ledgerhq/hw-transport-web-ble@6.29.2-hotfix.0
- @ledgerhq/hw-transport-webhid@6.29.2-hotfix.0
- @ledgerhq/hw-transport-webusb@6.29.2-hotfix.0
- @ledgerhq/live-wallet@0.4.1-hotfix.0
- @ledgerhq/hw-trustchain@0.1.3-hotfix.0
- @ledgerhq/hw-app-eth@6.37.3-hotfix.0
- @ledgerhq/hw-transport-http@6.30.2-hotfix.0
- @ledgerhq/trustchain@0.1.3-hotfix.0

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/web-tools",
"version": "0.7.0",
"version": "0.7.1-hotfix.0",
"private": true,
"browser": {
"fs": false,
Expand Down
7 changes: 7 additions & 0 deletions libs/coin-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/coin-framework

## 0.16.1-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-framework",
"version": "0.16.0",
"version": "0.16.1-hotfix.0",
"description": "Ledger framework for Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-algorand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-algorand

## 0.5.3-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-algorand",
"version": "0.5.2",
"version": "0.5.3-hotfix.0",
"description": "Ledger Algorand Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-bitcoin

## 0.7.1-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-bitcoin",
"version": "0.7.0",
"version": "0.7.1-hotfix.0",
"description": "Ledger Bitcoin Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-cardano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-cardano

## 0.1.3-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-cardano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-cardano",
"version": "0.1.2",
"version": "0.1.3-hotfix.0",
"description": "Ledger Cardano Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-evm

## 2.1.3-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-evm",
"version": "2.1.2",
"version": "2.1.3-hotfix.0",
"description": "Ledger EVM Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-near/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-near

## 0.5.3-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-near",
"version": "0.5.2",
"version": "0.5.3-hotfix.0",
"description": "Near Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-polkadot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-polkadot

## 1.1.1-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-polkadot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-polkadot",
"version": "1.1.0",
"version": "1.1.1-hotfix.0",
"description": "Ledger Polkadot Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-solana

## 0.7.3-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-solana",
"version": "0.7.2",
"version": "0.7.3-hotfix.0",
"description": "Ledger Solana Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-stellar

## 0.2.1-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-stellar",
"version": "0.2.0",
"version": "0.2.1-hotfix.0",
"description": "Ledger Stellar Coin integration",
"license": "Apache-2.0",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-tezos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-tezos

## 0.5.1-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-tezos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-tezos",
"version": "0.5.0",
"version": "0.5.1-hotfix.0",
"description": "Tezos Coin integration",
"keywords": [
"Ledger",
Expand Down
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-tron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/coin-tron

## 0.0.3-hotfix.0

### Patch Changes

- Updated dependencies [[`5d508e5`](https://github.com/LedgerHQ/ledger-live/commit/5d508e5cfd296e458746adf176dd292aa884f7ea)]:
- @ledgerhq/devices@8.4.2-hotfix.0
- @ledgerhq/coin-framework@0.16.1-hotfix.0

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/coin-modules/coin-tron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/coin-tron",
"version": "0.0.2",
"version": "0.0.3-hotfix.0",
"description": "Ledger Tron Coin integration",
"keywords": [
"Ledger",
Expand Down
Loading

0 comments on commit c086edb

Please sign in to comment.