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 Aug 29, 2022
1 parent 96f8559 commit 7e3ad57
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 152 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-nails-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-waves-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-geckos-report-separated.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-rabbits-retire-separated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-horses-lay.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/strong-penguins-call-separated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-beds-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-kangaroos-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-kiwis-sip-separated.md

This file was deleted.

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

## 2.46.1

### Patch Changes

- [#1082](https://github.com/LedgerHQ/ledger-live/pull/1082) [`7b3026ba25`](https://github.com/LedgerHQ/ledger-live/commit/7b3026ba25a30d0733defe5459a37f9c6b6b1772) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fixes analytics support

* [#1078](https://github.com/LedgerHQ/ledger-live/pull/1078) [`3aafec3d8b`](https://github.com/LedgerHQ/ledger-live/commit/3aafec3d8becd74a96421540388e2460dd0e4627) Thanks [@chabroA](https://github.com/chabroA)! - Fix handle new-window event in WebPlatformPlayer

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

## 3.7.0

### Minor Changes

- [#921](https://github.com/LedgerHQ/ledger-live/pull/921) [`cce2e7a4e7`](https://github.com/LedgerHQ/ledger-live/commit/cce2e7a4e76445921066593a07964ed7d0875f54) Thanks [@github-actions](https://github.com/apps/github-actions)! - Type libraries usage in LLC, LLD, LLM, CLI

* [#921](https://github.com/LedgerHQ/ledger-live/pull/921) [`cce2e7a4e7`](https://github.com/LedgerHQ/ledger-live/commit/cce2e7a4e76445921066593a07964ed7d0875f54) Thanks [@github-actions](https://github.com/apps/github-actions)! - Osmosis Send, Receive and Staking + Cosmos refactor

For additional context on what changed:

- Ledger Live Desktop: functionality for Osmosis send, receive and staking.
- Ledger Live Desktop: refactor of some Cosmos components to enable reusing some components for Osmosis.
and easily integrate future Cosmos-based cryptocurrencies.

- Ledger Live Common: functionality for Osmosis send, receive and staking.
- Ledger Live Common: refactor of some Cosmos modules to enable reusing code for Osmosis.
Notable changes are: renaming the hook useCosmosPreloadData to useCosmosFamilyPreloadData and turning
validators.ts and js-synchronisation.ts into classes.

- Ledger Live Mobile: only marked as major because the useCosmosPreloadData hook changed name, which is a breaking change.

- Cryptoassets: updated a URL in the Osmosis cryptocurrency definition.

- Live CLI: updated references to cosmosSourceValidators to sourceValidators for re-usability.

- [#921](https://github.com/LedgerHQ/ledger-live/pull/921) [`cce2e7a4e7`](https://github.com/LedgerHQ/ledger-live/commit/cce2e7a4e76445921066593a07964ed7d0875f54) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add banner to external integrations

### Patch Changes

- [#798](https://github.com/LedgerHQ/ledger-live/pull/798) [`222335854d`](https://github.com/LedgerHQ/ledger-live/commit/222335854d412cd748c0add73b5f0bb93e02ba42) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - LLM - bug fix issue on storyly package version

* [#882](https://github.com/LedgerHQ/ledger-live/pull/882) [`807f3feb94`](https://github.com/LedgerHQ/ledger-live/commit/807f3feb947ffd31d47d43b5aa7b8e85f2bbf6d8) Thanks [@Justkant](https://github.com/Justkant)! - fix: bump platform API version [LIVE-3181]

- [#921](https://github.com/LedgerHQ/ledger-live/pull/921) [`cce2e7a4e7`](https://github.com/LedgerHQ/ledger-live/commit/cce2e7a4e76445921066593a07964ed7d0875f54) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add Analytics 'reason' field in context of sync events

* [#815](https://github.com/LedgerHQ/ledger-live/pull/815) [`152339dcee`](https://github.com/LedgerHQ/ledger-live/commit/152339dceeaca4b4b7656aad1c690589189900a8) Thanks [@pierrelouis-c](https://github.com/pierrelouis-c)! - Add generics lotties animations

## 3.7.0-hotfix.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
Expand Up @@ -3,7 +3,7 @@
"node": ">=14"
},
"name": "live-mobile",
"version": "3.7.0-hotfix.0",
"version": "3.7.0",
"private": true,
"scripts": {
"postinstall": "bash ./scripts/post.sh",
Expand Down

1 comment on commit 7e3ad57

@vercel
Copy link

@vercel vercel bot commented on 7e3ad57 Aug 29, 2022

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.