@ledgerhq/hw-app-celo 6.32.1-nightly.1 → 6.33.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/hw-app-celo@6.32.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-celo
2
+ > @ledgerhq/hw-app-celo@6.33.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/hw-app-celo
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,20 +1,26 @@
1
1
  # @ledgerhq/hw-app-polkadot
2
2
 
3
- ## 6.32.1-nightly.1
3
+ ## 6.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9652](https://github.com/LedgerHQ/ledger-live/pull/9652) [`becd128`](https://github.com/LedgerHQ/ledger-live/commit/becd128bc5b58813ecf3937c8a82b95ed9a347b1) Thanks [@Antoine-bls83](https://github.com/Antoine-bls83)! - Feat: celo coin modularization
4
8
 
5
9
  ### Patch Changes
6
10
 
7
11
  - Updated dependencies []:
8
- - @ledgerhq/hw-app-eth@6.45.2-nightly.0
12
+ - @ledgerhq/hw-app-eth@6.45.2
9
13
 
10
- ## 6.32.1-nightly.0
14
+ ## 6.33.0-next.0
11
15
 
12
- ### Patch Changes
16
+ ### Minor Changes
13
17
 
14
18
  - [#9652](https://github.com/LedgerHQ/ledger-live/pull/9652) [`becd128`](https://github.com/LedgerHQ/ledger-live/commit/becd128bc5b58813ecf3937c8a82b95ed9a347b1) Thanks [@Antoine-bls83](https://github.com/Antoine-bls83)! - Feat: celo coin modularization
15
19
 
20
+ ### Patch Changes
21
+
16
22
  - Updated dependencies []:
17
- - @ledgerhq/hw-app-eth@6.45.1-nightly.0
23
+ - @ledgerhq/hw-app-eth@6.45.2-next.0
18
24
 
19
25
  ## 6.32.0
20
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-celo",
3
- "version": "6.32.1-nightly.1",
3
+ "version": "6.33.0",
4
4
  "description": "Ledger Hardware Wallet Celo Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -35,9 +35,9 @@
35
35
  "@celo/wallet-ledger": "^6.0.3",
36
36
  "semver": "^7.3.5",
37
37
  "rlp": "^3.0.0",
38
- "@ledgerhq/errors": "^6.20.0-nightly.0",
39
- "@ledgerhq/hw-app-eth": "^6.45.2-nightly.0",
40
- "@ledgerhq/hw-transport": "^6.31.5-nightly.0"
38
+ "@ledgerhq/hw-app-eth": "^6.45.2",
39
+ "@ledgerhq/errors": "^6.19.1",
40
+ "@ledgerhq/hw-transport": "^6.31.4"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/jest": "^29.5.10",
@@ -48,7 +48,7 @@
48
48
  "source-map-support": "^0.5.21",
49
49
  "ts-jest": "^29.1.1",
50
50
  "ts-node": "^10.4.0",
51
- "@ledgerhq/hw-transport-mocker": "^6.29.5-nightly.0"
51
+ "@ledgerhq/hw-transport-mocker": "^6.29.4"
52
52
  },
53
53
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
54
54
  "scripts": {