@ledgerhq/device-react 0.2.1-nightly.2 → 0.2.1

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/device-react@0.2.1-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/device-react
2
+ > @ledgerhq/device-react@0.2.1 build /home/runner/work/ledger-live/ledger-live/libs/device-react
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,25 +1,43 @@
1
1
  # @ledgerhq/device-react
2
2
 
3
- ## 0.2.1-nightly.2
3
+ ## 0.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies []:
8
- - @ledgerhq/device-core@0.3.0-nightly.2
7
+ - [#7206](https://github.com/LedgerHQ/ledger-live/pull/7206) [`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - chore: resolve merge conflicts
8
+
9
+ - Updated dependencies [[`2e56708`](https://github.com/LedgerHQ/ledger-live/commit/2e567080b07abb8540907c0cb89457c746362917), [`38a18fd`](https://github.com/LedgerHQ/ledger-live/commit/38a18fdb7233b77dfd631d10d9eec3cd4aeefe9f), [`19c02ce`](https://github.com/LedgerHQ/ledger-live/commit/19c02cead22422b4a2e94aef74ebc67e992ab54d), [`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78)]:
10
+ - @ledgerhq/device-core@0.2.1
9
11
 
10
- ## 0.2.1-nightly.1
12
+ ## 0.2.1-next.3
11
13
 
12
14
  ### Patch Changes
13
15
 
14
- - Updated dependencies []:
15
- - @ledgerhq/device-core@0.3.0-nightly.1
16
+ - [#7206](https://github.com/LedgerHQ/ledger-live/pull/7206) [`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - chore: resolve merge conflicts
17
+
18
+ - Updated dependencies [[`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78)]:
19
+ - @ledgerhq/device-core@0.2.1-next.3
20
+
21
+ ## 0.2.1-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`19c02ce`](https://github.com/LedgerHQ/ledger-live/commit/19c02cead22422b4a2e94aef74ebc67e992ab54d)]:
26
+ - @ledgerhq/device-core@0.2.1-next.2
27
+
28
+ ## 0.2.1-next.1
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [[`38a18fd`](https://github.com/LedgerHQ/ledger-live/commit/38a18fdb7233b77dfd631d10d9eec3cd4aeefe9f)]:
33
+ - @ledgerhq/device-core@0.2.1-next.1
16
34
 
17
- ## 0.2.1-nightly.0
35
+ ## 0.2.1-next.0
18
36
 
19
37
  ### Patch Changes
20
38
 
21
- - Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3)]:
22
- - @ledgerhq/device-core@0.3.0-nightly.0
39
+ - Updated dependencies [[`2e56708`](https://github.com/LedgerHQ/ledger-live/commit/2e567080b07abb8540907c0cb89457c746362917)]:
40
+ - @ledgerhq/device-core@0.2.1-next.0
23
41
 
24
42
  ## 0.2.0
25
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/device-react",
3
- "version": "0.2.1-nightly.2",
3
+ "version": "0.2.1",
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.3.0-nightly.2"
24
+ "@ledgerhq/device-core": "^0.2.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/react": "14",