@ledgerhq/live-countervalues-react 0.16.2-nightly.20260722030527 → 0.16.2

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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @ledgerhq/live-countervalues-react
2
2
 
3
- ## 0.16.2-nightly.20260722030527
3
+ ## 0.16.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`8f30c75`](https://github.com/LedgerHQ/ledger-live/commit/8f30c75ecb553a720722f1e039b4aec53fce2a87), [`0f85077`](https://github.com/LedgerHQ/ledger-live/commit/0f850774ae3b46fd4a06c0da5762d3d4211b26af), [`e26e68e`](https://github.com/LedgerHQ/ledger-live/commit/e26e68e854ecea6ebbe5e26196c8d8e899329c7d), [`bde85a7`](https://github.com/LedgerHQ/ledger-live/commit/bde85a7ef50cf7990efd2f9bcd7ccc34c0764fb7), [`cdf6cf4`](https://github.com/LedgerHQ/ledger-live/commit/cdf6cf40d658b20dd21a7eabe3615c75baf4cb0a), [`22d4a88`](https://github.com/LedgerHQ/ledger-live/commit/22d4a888228b7e5409593a2d6af072b4ab07bb07), [`bb2d2d2`](https://github.com/LedgerHQ/ledger-live/commit/bb2d2d250a1d5b8cde43ba963795d28b10b48be6), [`c498e25`](https://github.com/LedgerHQ/ledger-live/commit/c498e25ca9f4b6ef5c4e3dfd370dab44ccdebc0f), [`d631f0d`](https://github.com/LedgerHQ/ledger-live/commit/d631f0dd2480950c5f20dec0c9b4aca515ec63f8), [`4d99006`](https://github.com/LedgerHQ/ledger-live/commit/4d99006589b6855d1a06a8aa1ece23c3f6f3ddf7), [`6ef44af`](https://github.com/LedgerHQ/ledger-live/commit/6ef44afa6807ace32b3f6620173868f2ef20e158), [`6ef44af`](https://github.com/LedgerHQ/ledger-live/commit/6ef44afa6807ace32b3f6620173868f2ef20e158)]:
8
- - @ledgerhq/ledger-wallet-framework@2.4.0-nightly.20260722030527
9
- - @ledgerhq/types-live@6.115.0-nightly.20260722030527
10
- - @ledgerhq/live-countervalues@0.22.1-nightly.20260722030527
7
+ - Updated dependencies [[`8f30c75`](https://github.com/LedgerHQ/ledger-live/commit/8f30c75ecb553a720722f1e039b4aec53fce2a87), [`0f85077`](https://github.com/LedgerHQ/ledger-live/commit/0f850774ae3b46fd4a06c0da5762d3d4211b26af), [`e26e68e`](https://github.com/LedgerHQ/ledger-live/commit/e26e68e854ecea6ebbe5e26196c8d8e899329c7d), [`bde85a7`](https://github.com/LedgerHQ/ledger-live/commit/bde85a7ef50cf7990efd2f9bcd7ccc34c0764fb7), [`d631f0d`](https://github.com/LedgerHQ/ledger-live/commit/d631f0dd2480950c5f20dec0c9b4aca515ec63f8), [`6ef44af`](https://github.com/LedgerHQ/ledger-live/commit/6ef44afa6807ace32b3f6620173868f2ef20e158), [`6ef44af`](https://github.com/LedgerHQ/ledger-live/commit/6ef44afa6807ace32b3f6620173868f2ef20e158)]:
8
+ - @ledgerhq/ledger-wallet-framework@2.4.0
9
+ - @ledgerhq/types-live@6.115.0
10
+ - @ledgerhq/live-countervalues@0.22.1
11
+
12
+ ## 0.16.2-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`8f30c75`](https://github.com/LedgerHQ/ledger-live/commit/8f30c75ecb553a720722f1e039b4aec53fce2a87), [`0f85077`](https://github.com/LedgerHQ/ledger-live/commit/0f850774ae3b46fd4a06c0da5762d3d4211b26af), [`e26e68e`](https://github.com/LedgerHQ/ledger-live/commit/e26e68e854ecea6ebbe5e26196c8d8e899329c7d), [`bde85a7`](https://github.com/LedgerHQ/ledger-live/commit/bde85a7ef50cf7990efd2f9bcd7ccc34c0764fb7), [`d631f0d`](https://github.com/LedgerHQ/ledger-live/commit/d631f0dd2480950c5f20dec0c9b4aca515ec63f8), [`6ef44af`](https://github.com/LedgerHQ/ledger-live/commit/6ef44afa6807ace32b3f6620173868f2ef20e158), [`6ef44af`](https://github.com/LedgerHQ/ledger-live/commit/6ef44afa6807ace32b3f6620173868f2ef20e158)]:
17
+ - @ledgerhq/ledger-wallet-framework@2.4.0-next.0
18
+ - @ledgerhq/types-live@6.115.0-next.0
19
+ - @ledgerhq/live-countervalues@0.22.1-next.0
11
20
 
12
21
  ## 0.16.1
13
22
 
package/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # live-countervalues-react
2
2
 
3
- > [!NOTE]
4
- > **Status: STABLE** — Production-ready; API is considered stable.
5
-
6
3
  `@ledgerhq/live-countervalues-react` is the React layer over `@ledgerhq/live-countervalues`. It provides a context provider and hooks so that components can subscribe to fiat countervalue data without managing rate-fetching or caching themselves.
7
4
 
8
5
  ## What it does
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-countervalues-react",
3
- "version": "0.16.2-nightly.20260722030527",
3
+ "version": "0.16.2",
4
4
  "description": "Ledger Live countervalues React module",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "bignumber.js": "9",
28
- "@ledgerhq/types-live": "6.115.0-nightly.20260722030527",
28
+ "@ledgerhq/types-live": "6.115.0",
29
29
  "@ledgerhq/types-cryptoassets": "7.39.0",
30
- "@ledgerhq/live-countervalues": "0.22.1-nightly.20260722030527",
31
- "@ledgerhq/ledger-wallet-framework": "^2.4.0-nightly.20260722030527",
30
+ "@ledgerhq/live-countervalues": "0.22.1",
31
+ "@ledgerhq/ledger-wallet-framework": "^2.4.0",
32
32
  "@ledgerhq/live-hooks": "0.6.0"
33
33
  },
34
34
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "jest-environment-jsdom": "30.2.0",
43
43
  "@swc/jest": "0.2.39",
44
44
  "@swc/core": "1.15.11",
45
- "@ledgerhq/wallet-framework-test-setup": "^0.1.1-nightly.20260722030527"
45
+ "@ledgerhq/wallet-framework-test-setup": "^0.1.1"
46
46
  },
47
47
  "typesVersions": {
48
48
  "*": {