Skip to content

Commit

Permalink
🔥 hotfix prerelease [LLD(2.53.1-hotfix.2), LLM(3.15.1-hotfix.1)]
Browse files Browse the repository at this point in the history
  • Loading branch information
ledgerlive committed Feb 8, 2023
1 parent 95a9163 commit c136aa7
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
},
"changesets": [
"brave-kids-poke",
"olive-gifts-decide",
"silly-singers-jam"
]
}
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-hotfix.1

### Patch Changes

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

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

## 2.53.1-hotfix.2

### Patch Changes

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

## 2.53.1-hotfix.1

### 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.1",
"version": "2.53.1-hotfix.2",
"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-hotfix.1

### Patch Changes

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

## 0.1.4-hotfix.0

### 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.0",
"version": "0.1.4-hotfix.1",
"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-hotfix.1

### Patch Changes

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

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

## 28.0.1-hotfix.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

## 28.0.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
Expand Up @@ -4,7 +4,7 @@
},
"name": "@ledgerhq/live-common",
"description": "Common ground for the Ledger Live apps",
"version": "28.0.1-hotfix.0",
"version": "28.0.1-hotfix.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-hotfix.1

### Patch Changes

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

## 0.2.23-hotfix.0

### 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.0",
"version": "0.2.23-hotfix.1",
"private": true,
"dependencies": {
"@ledgerhq/cryptoassets": "workspace:^",
Expand Down

0 comments on commit c136aa7

Please sign in to comment.