@ledgerhq/device-react 0.6.0-nightly.20260422030546 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/device-react
2
2
 
3
- ## 0.6.0-nightly.20260422030546
3
+ ## 0.6.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,7 +9,18 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [[`c910c1b`](https://github.com/LedgerHQ/ledger-live/commit/c910c1bd9b4f7fbcc0e33fe19b33da44085ab7f9)]:
12
- - @ledgerhq/device-core@0.10.0-nightly.20260422030546
12
+ - @ledgerhq/device-core@0.10.0
13
+
14
+ ## 0.6.0-next.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#16023](https://github.com/LedgerHQ/ledger-live/pull/16023) [`c910c1b`](https://github.com/LedgerHQ/ledger-live/commit/c910c1bd9b4f7fbcc0e33fe19b33da44085ab7f9) Thanks [@iqbalibrahim-ledger](https://github.com/iqbalibrahim-ledger)! - chore: remove eslint and prettier, replace with with oxlint and oxfmt
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`c910c1b`](https://github.com/LedgerHQ/ledger-live/commit/c910c1bd9b4f7fbcc0e33fe19b33da44085ab7f9)]:
23
+ - @ledgerhq/device-core@0.10.0-next.0
13
24
 
14
25
  ## 0.5.4
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/device-react",
3
- "version": "0.6.0-nightly.20260422030546",
3
+ "version": "0.6.0",
4
4
  "description": "Ledger Live device react module",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -21,7 +21,7 @@
21
21
  "react": ">=16"
22
22
  },
23
23
  "dependencies": {
24
- "@ledgerhq/device-core": "^0.10.0-nightly.20260422030546"
24
+ "@ledgerhq/device-core": "^0.10.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/dom": "10.4.1",