@ledgerhq/swift-bridge-hw-app-solana 1.1.0-nightly.3 → 1.1.1-nightly.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/swift-bridge-hw-app-solana@1.1.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/swift-bridge-hw-app-solana
2
+ > @ledgerhq/swift-bridge-hw-app-solana@1.1.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/swift-bridge-hw-app-solana
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @ledgerhq/swift-bridge-hw-app-solana
2
2
 
3
- ## 1.1.0-nightly.3
3
+ ## 1.1.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies []:
8
- - @ledgerhq/hw-app-solana@7.1.0-nightly.3
9
- - @ledgerhq/swift-bridge-hw-transport-ble@1.1.0-nightly.3
8
+ - @ledgerhq/hw-app-solana@7.1.1-nightly.0
9
+ - @ledgerhq/swift-bridge-hw-transport-ble@1.1.1-nightly.0
10
10
 
11
- ## 1.1.0-nightly.2
11
+ ## 1.1.0
12
12
 
13
13
  ### Minor Changes
14
14
 
@@ -17,24 +17,20 @@
17
17
  ### Patch Changes
18
18
 
19
19
  - Updated dependencies [[`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c)]:
20
- - @ledgerhq/swift-bridge-hw-transport-ble@1.1.0-nightly.2
21
- - @ledgerhq/hw-app-solana@7.1.0-nightly.2
20
+ - @ledgerhq/swift-bridge-hw-transport-ble@1.1.0
21
+ - @ledgerhq/hw-app-solana@7.1.0
22
22
 
23
- ## 1.0.10-nightly.1
23
+ ## 1.1.0-next.0
24
24
 
25
- ### Patch Changes
26
-
27
- - Updated dependencies []:
28
- - @ledgerhq/hw-app-solana@7.0.15-nightly.1
29
- - @ledgerhq/swift-bridge-hw-transport-ble@1.0.10-nightly.1
25
+ ### Minor Changes
30
26
 
31
- ## 1.0.10-nightly.0
27
+ - [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
32
28
 
33
29
  ### Patch Changes
34
30
 
35
- - Updated dependencies []:
36
- - @ledgerhq/hw-app-solana@7.0.15-nightly.0
37
- - @ledgerhq/swift-bridge-hw-transport-ble@1.0.10-nightly.0
31
+ - Updated dependencies [[`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c)]:
32
+ - @ledgerhq/swift-bridge-hw-transport-ble@1.1.0-next.0
33
+ - @ledgerhq/hw-app-solana@7.1.0-next.0
38
34
 
39
35
  ## 1.0.9
40
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/swift-bridge-hw-app-solana",
3
- "version": "1.1.0-nightly.3",
3
+ "version": "1.1.1-nightly.0",
4
4
  "description": "Package to facilitate bundling hw-app-solana in the SolanaWrapper Swift package",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -28,8 +28,8 @@
28
28
  "types": "lib/Wrapper.d.ts",
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@ledgerhq/hw-app-solana": "^7.1.0-nightly.3",
32
- "@ledgerhq/swift-bridge-hw-transport-ble": "^1.1.0-nightly.3"
31
+ "@ledgerhq/hw-app-solana": "^7.1.1-nightly.0",
32
+ "@ledgerhq/swift-bridge-hw-transport-ble": "^1.1.1-nightly.0"
33
33
  },
34
34
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
35
35
  "devDependencies": {