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 15, 2023
1 parent 514f2cd commit 8af47cb
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 98 deletions.
87 changes: 0 additions & 87 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-peas-sing.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.4

### Patch Changes

- Updated dependencies [[`090c6c8d8f`](https://github.com/LedgerHQ/ledger-live/commit/090c6c8d8f15bc13995851abc9eb35c649f6b678)]:
- @ledgerhq/live-common@28.0.2

## 22.6.4-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.4-hotfix.0",
"version": "22.6.4",
"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.2

### Patch Changes

- Updated dependencies [[`090c6c8d8f`](https://github.com/LedgerHQ/ledger-live/commit/090c6c8d8f15bc13995851abc9eb35c649f6b678)]:
- @ledgerhq/live-common@28.0.2

## 2.53.2-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 @@ -16,7 +16,7 @@
"license": "MIT",
"private": true,
"main": "./.webpack/main.bundle.js",
"version": "2.53.2-hotfix.0",
"version": "2.53.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.5

### Patch Changes

- Updated dependencies [[`090c6c8d8f`](https://github.com/LedgerHQ/ledger-live/commit/090c6c8d8f15bc13995851abc9eb35c649f6b678)]:
- @ledgerhq/live-common@28.0.2

## 0.1.5-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.5-hotfix.0",
"version": "0.1.5",
"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.2

### Patch Changes

- Updated dependencies [[`090c6c8d8f`](https://github.com/LedgerHQ/ledger-live/commit/090c6c8d8f15bc13995851abc9eb35c649f6b678)]:
- @ledgerhq/live-common@28.0.2

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

### Patch Changes

- [#2622](https://github.com/LedgerHQ/ledger-live/pull/2622) [`090c6c8d8f`](https://github.com/LedgerHQ/ledger-live/commit/090c6c8d8f15bc13995851abc9eb35c649f6b678) Thanks [@github-actions](https://github.com/apps/github-actions)! - Reduce redundant calls for ethereum synchronization

## 28.0.2-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.2-hotfix.0",
"version": "28.0.2",
"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.24

### Patch Changes

- Updated dependencies [[`090c6c8d8f`](https://github.com/LedgerHQ/ledger-live/commit/090c6c8d8f15bc13995851abc9eb35c649f6b678)]:
- @ledgerhq/live-common@28.0.2

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

1 comment on commit 8af47cb

@vercel
Copy link

@vercel vercel bot commented on 8af47cb Feb 15, 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.