@ledgerhq/coin-sui 0.3.0-next.0 → 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/coin-sui@0.2.3 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
2
+ > @ledgerhq/coin-sui@0.3.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @ledgerhq/coin-sui
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10010](https://github.com/LedgerHQ/ledger-live/pull/10010) [`27ccebf`](https://github.com/LedgerHQ/ledger-live/commit/27ccebfe727362d6055698251dad582d195f3dac) Thanks [@sponomarev](https://github.com/sponomarev)! - Fix HW operations order during TX signing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`cf2bf99`](https://github.com/LedgerHQ/ledger-live/commit/cf2bf99ba44e6eaf20e16cb320c0b22068340601)]:
12
+ - @ledgerhq/coin-framework@4.0.0
13
+
3
14
  ## 0.3.0-next.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-sui",
3
- "version": "0.3.0-next.0",
3
+ "version": "0.3.0",
4
4
  "description": "Ledger Sui Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -114,7 +114,7 @@
114
114
  "bignumber.js": "^9.1.2",
115
115
  "lodash": "4.17.21",
116
116
  "rxjs": "^7.8.1",
117
- "@ledgerhq/coin-framework": "^4.0.0-next.0",
117
+ "@ledgerhq/coin-framework": "^4.0.0",
118
118
  "@ledgerhq/cryptoassets": "^13.15.0",
119
119
  "@ledgerhq/errors": "^6.19.1",
120
120
  "@ledgerhq/hw-app-sui": "^1.1.0",