Skip to content

Commit

Permalink
chore(hotfix): 🔥 hotfix release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
live-github-bot[bot] committed Aug 22, 2024
1 parent 865f222 commit fc17c94
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 139 deletions.
7 changes: 0 additions & 7 deletions .changeset/eleven-rats-brush.md

This file was deleted.

124 changes: 0 additions & 124 deletions .changeset/pre.json

This file was deleted.

8 changes: 8 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/live-cli

## 24.5.1

### Patch Changes

- Updated dependencies [[`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017)]:
- @ledgerhq/live-common@34.7.1
- @ledgerhq/coin-bitcoin@0.7.3

## 24.5.1-hotfix.0

### Patch 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.5.1-hotfix.0",
"version": "24.5.1",
"description": "ledger-live CLI version",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions apps/ledger-live-desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ledger-live-desktop

## 2.85.1

### Patch Changes

- [#7642](https://github.com/LedgerHQ/ledger-live/pull/7642) [`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Sentry: disable capture of "performance spans", which were not actually in use, but still causing a stop of the internal process on LLD Windows

- Updated dependencies [[`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017)]:
- @ledgerhq/[email protected]
- @ledgerhq/[email protected]

## 2.85.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.85.1-hotfix.0",
"version": "2.85.1",
"scripts": {
"start:prod": "electron ./.webpack/main.bundle.js",
"start": "cross-env NODE_ENV=development node ./tools/main.js",
Expand Down
7 changes: 7 additions & 0 deletions apps/ledger-live-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# live-mobile

## 3.48.1

### Patch Changes

- Updated dependencies [[`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017)]:
- @ledgerhq/[email protected]

## 3.48.1-hotfix.0

### Patch 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.48.1-hotfix.0",
"version": "3.48.1",
"private": true,
"scripts": {
"postinstall": "zx ./scripts/post.mjs",
Expand Down
7 changes: 7 additions & 0 deletions apps/web-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# web-tools

## 0.8.1

### Patch Changes

- Updated dependencies [[`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017)]:
- @ledgerhq/live-common@34.7.1

## 0.8.1-hotfix.0

### Patch 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.8.1-hotfix.0",
"version": "0.8.1",
"private": true,
"browser": {
"fs": false,
Expand Down
6 changes: 6 additions & 0 deletions libs/coin-modules/coin-bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ledgerhq/coin-bitcoin

## 0.7.3

### Patch Changes

- [#7642](https://github.com/LedgerHQ/ledger-live/pull/7642) [`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Sentry: disable capture of "performance spans", which were not actually in use, but still causing a stop of the internal process on LLD Windows

## 0.7.2

### Patch 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.2",
"version": "0.7.3",
"description": "Ledger Bitcoin Coin integration",
"keywords": [
"Ledger",
Expand Down
9 changes: 9 additions & 0 deletions libs/ledger-live-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 34.5.0-next.4

## 34.7.1

### Patch Changes

- [#7642](https://github.com/LedgerHQ/ledger-live/pull/7642) [`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Sentry: disable capture of "performance spans", which were not actually in use, but still causing a stop of the internal process on LLD Windows

- Updated dependencies [[`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017)]:
- @ledgerhq/[email protected]

## 34.7.1-hotfix.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/ledger-live-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ledgerhq/live-common",
"description": "Common ground for the Ledger Live apps",
"version": "34.7.1-hotfix.0",
"version": "34.7.1",
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live.git"
Expand Down
7 changes: 7 additions & 0 deletions libs/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/test-utils

## 0.2.6

### Patch Changes

- Updated dependencies [[`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017)]:
- @ledgerhq/live-common@34.7.1

## 0.2.6-hotfix.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/test-utils",
"version": "0.2.6-hotfix.0",
"version": "0.2.6",
"private": true,
"description": "Dummy apps and utils for tests",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions tests/dummy-wallet-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dummy-wallet-app

## 0.3.6

### Patch Changes

- Updated dependencies [[`22ff55b`](https://github.com/LedgerHQ/ledger-live/commit/22ff55bf74a27fa22701c8b20424732a189ca017)]:
- @ledgerhq/live-common@34.7.1

## 0.3.6-hotfix.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy-wallet-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/dummy-wallet-app",
"version": "0.3.6-hotfix.0",
"version": "0.3.6",
"private": true,
"dependencies": {
"@ledgerhq/hw-app-eth": "workspace:*",
Expand Down

0 comments on commit fc17c94

Please sign in to comment.