@ledgerhq/device-react 0.2.1-nightly.2 → 0.2.2-next.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.
@@ -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,50 @@
1
1
  # @ledgerhq/device-react
2
2
 
3
- ## 0.2.1-nightly.2
3
+ ## 0.2.2-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies []:
8
- - @ledgerhq/device-core@0.3.0-nightly.2
7
+ - Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3)]:
8
+ - @ledgerhq/device-core@0.3.0-next.0
9
9
 
10
- ## 0.2.1-nightly.1
10
+ ## 0.2.1
11
11
 
12
12
  ### Patch Changes
13
13
 
14
- - Updated dependencies []:
15
- - @ledgerhq/device-core@0.3.0-nightly.1
14
+ - [#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
16
15
 
17
- ## 0.2.1-nightly.0
16
+ - 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)]:
17
+ - @ledgerhq/device-core@0.2.1
18
+
19
+ ## 0.2.1-next.3
18
20
 
19
21
  ### Patch Changes
20
22
 
21
- - Updated dependencies [[`e78f3b7`](https://github.com/LedgerHQ/ledger-live/commit/e78f3b75296c7a063f6cddbeae44c36d236055f3)]:
22
- - @ledgerhq/device-core@0.3.0-nightly.0
23
+ - [#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
24
+
25
+ - Updated dependencies [[`81e5b8b`](https://github.com/LedgerHQ/ledger-live/commit/81e5b8bf4830dcb9d666436f2cc4367d92e93e78)]:
26
+ - @ledgerhq/device-core@0.2.1-next.3
27
+
28
+ ## 0.2.1-next.2
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [[`19c02ce`](https://github.com/LedgerHQ/ledger-live/commit/19c02cead22422b4a2e94aef74ebc67e992ab54d)]:
33
+ - @ledgerhq/device-core@0.2.1-next.2
34
+
35
+ ## 0.2.1-next.1
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`38a18fd`](https://github.com/LedgerHQ/ledger-live/commit/38a18fdb7233b77dfd631d10d9eec3cd4aeefe9f)]:
40
+ - @ledgerhq/device-core@0.2.1-next.1
41
+
42
+ ## 0.2.1-next.0
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [[`2e56708`](https://github.com/LedgerHQ/ledger-live/commit/2e567080b07abb8540907c0cb89457c746362917)]:
47
+ - @ledgerhq/device-core@0.2.1-next.0
23
48
 
24
49
  ## 0.2.0
25
50
 
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.2-next.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.3.0-nightly.2"
24
+ "@ledgerhq/device-core": "^0.3.0-next.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@testing-library/react": "14",