@ledgerhq/hw-ledger-key-ring-protocol 0.3.0-nightly.1 → 0.3.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-ledger-key-ring-protocol@0.3.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/hw-ledger-key-ring-protocol
2
+ > @ledgerhq/hw-ledger-key-ring-protocol@0.3.0 build /home/runner/work/ledger-live/ledger-live/libs/hw-ledger-key-ring-protocol
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,13 +1,12 @@
1
1
  # @ledgerhq/live-wallet
2
2
 
3
- ## 0.3.0-nightly.1
3
+ ## 0.3.0
4
4
 
5
- ### Patch Changes
5
+ ### Minor Changes
6
6
 
7
- - Updated dependencies [[`d98a964`](https://github.com/LedgerHQ/ledger-live/commit/d98a96476c3d44eab1575f6c7c58ec03b5daf890)]:
8
- - @ledgerhq/live-env@2.5.0-nightly.0
7
+ - [#8653](https://github.com/LedgerHQ/ledger-live/pull/8653) [`fbff5e4`](https://github.com/LedgerHQ/ledger-live/commit/fbff5e46c871d4f0d9d89a5638309408bb057197) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - HWLKRP - Pin tiny-secp256k1 version
9
8
 
10
- ## 0.3.0-nightly.0
9
+ ## 0.3.0-next.0
11
10
 
12
11
  ### Minor Changes
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-ledger-key-ring-protocol",
3
- "version": "0.3.0-nightly.1",
3
+ "version": "0.3.0",
4
4
  "description": "Ledger Key Ring Protocol hardware layer",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -24,7 +24,7 @@
24
24
  "tiny-secp256k1": "1.1.7",
25
25
  "@ledgerhq/hw-transport": "6.31.4",
26
26
  "@ledgerhq/logs": "6.12.0",
27
- "@ledgerhq/live-env": "2.5.0-nightly.0"
27
+ "@ledgerhq/live-env": "2.4.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/lodash": "4",