Skip to content

Commit

Permalink
🔥 hotfix release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ledgerlive committed Feb 8, 2023
1 parent b0b474e commit ea33548
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 110 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-kids-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-gifts-decide.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-singers-jam.md

This file was deleted.

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

## 22.6.3

### Patch Changes

- Updated dependencies [[`61c7aafb21`](https://github.com/LedgerHQ/ledger-live/commit/61c7aafb216099692fad27621fff167f1ba4c840), [`31f13e8ac2`](https://github.com/LedgerHQ/ledger-live/commit/31f13e8ac2272c54621d2b83f8b17ab5350ce918)]:
- @ledgerhq/live-common@28.0.1

## 22.6.3-hotfix.1

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

## 2.53.1

### Patch Changes

- [#2523](https://github.com/LedgerHQ/ledger-live/pull/2523) [`e26155d3b2`](https://github.com/LedgerHQ/ledger-live/commit/e26155d3b2f9611923b1008c928f9fb1fc18f351) Thanks [@sarneijim](https://github.com/sarneijim)! - Deep link support hotfix

- Updated dependencies [[`61c7aafb21`](https://github.com/LedgerHQ/ledger-live/commit/61c7aafb216099692fad27621fff167f1ba4c840), [`31f13e8ac2`](https://github.com/LedgerHQ/ledger-live/commit/31f13e8ac2272c54621d2b83f8b17ab5350ce918)]:
- @ledgerhq/live-common@28.0.1

## 2.53.1-hotfix.2

### 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 @@ -16,7 +16,7 @@
"license": "MIT",
"private": true,
"main": "./.webpack/main.bundle.js",
"version": "2.53.1-hotfix.2",
"version": "2.53.1",
"scripts": {
"start:prod": "electron ./.webpack/main.bundle.js",
"start": "cross-env NODE_ENV=development node ./tools/main.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# dummy-wallet-app

## 0.1.4

### Patch Changes

- Updated dependencies [[`61c7aafb21`](https://github.com/LedgerHQ/ledger-live/commit/61c7aafb216099692fad27621fff167f1ba4c840), [`31f13e8ac2`](https://github.com/LedgerHQ/ledger-live/commit/31f13e8ac2272c54621d2b83f8b17ab5350ce918)]:
- @ledgerhq/live-common@28.0.1

## 0.1.4-hotfix.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dummy-wallet-app",
"version": "0.1.4-hotfix.1",
"version": "0.1.4",
"private": true,
"dependencies": {
"@ledgerhq/hw-app-eth": "workspace:*",
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.15.1

### Patch Changes

- Updated dependencies [[`61c7aafb21`](https://github.com/LedgerHQ/ledger-live/commit/61c7aafb216099692fad27621fff167f1ba4c840), [`31f13e8ac2`](https://github.com/LedgerHQ/ledger-live/commit/31f13e8ac2272c54621d2b83f8b17ab5350ce918)]:
- @ledgerhq/live-common@28.0.1

## 3.15.1-hotfix.1

### 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
Expand Up @@ -3,7 +3,7 @@
"node": ">=14"
},
"name": "live-mobile",
"version": "3.15.1-hotfix.1",
"version": "3.15.1",
"private": true,
"scripts": {
"postinstall": "zx ./scripts/post.mjs",
Expand Down
8 changes: 8 additions & 0 deletions libs/ledger-live-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/live-common

## 28.0.1

### Patch Changes

- [#2543](https://github.com/LedgerHQ/ledger-live/pull/2543) [`61c7aafb21`](https://github.com/LedgerHQ/ledger-live/commit/61c7aafb216099692fad27621fff167f1ba4c840) Thanks [@henrily-ledger](https://github.com/henrily-ledger)! - Change fee limit to 50

* [#2532](https://github.com/LedgerHQ/ledger-live/pull/2532) [`31f13e8ac2`](https://github.com/LedgerHQ/ledger-live/commit/31f13e8ac2272c54621d2b83f8b17ab5350ce918) Thanks [@henrily-ledger](https://github.com/henrily-ledger)! - Tron fee limit upgrade to 30

## 28.0.1-hotfix.1

### 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
Expand Up @@ -4,7 +4,7 @@
},
"name": "@ledgerhq/live-common",
"description": "Common ground for the Ledger Live apps",
"version": "28.0.1-hotfix.1",
"version": "28.0.1",
"repository": {
"type": "git",
"url": "https://github.com/LedgerHQ/ledger-live.git"
Expand Down
7 changes: 7 additions & 0 deletions tools/common-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# live-common-tools

## 0.2.23

### Patch Changes

- Updated dependencies [[`61c7aafb21`](https://github.com/LedgerHQ/ledger-live/commit/61c7aafb216099692fad27621fff167f1ba4c840), [`31f13e8ac2`](https://github.com/LedgerHQ/ledger-live/commit/31f13e8ac2272c54621d2b83f8b17ab5350ce918)]:
- @ledgerhq/live-common@28.0.1

## 0.2.23-hotfix.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/common-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-common-tools",
"version": "0.2.23-hotfix.1",
"version": "0.2.23",
"private": true,
"dependencies": {
"@ledgerhq/cryptoassets": "workspace:^",
Expand Down

1 comment on commit ea33548

@vercel
Copy link

@vercel vercel bot commented on ea33548 Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.