@ledgerhq/swift-bridge-hw-app-solana 1.0.1-nightly.1 → 1.0.1

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.0.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/swift-bridge-hw-app-solana
2
+ > @ledgerhq/swift-bridge-hw-app-solana@1.0.1 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,18 +1,19 @@
1
1
  # @ledgerhq/swift-bridge-hw-app-solana
2
2
 
3
- ## 1.0.1-nightly.1
3
+ ## 1.0.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-app-solana@7.0.7-nightly.0
9
- - @ledgerhq/swift-bridge-hw-transport-ble@1.0.1-nightly.1
7
+ - [#2620](https://github.com/LedgerHQ/ledger-live/pull/2620) [`d0e66e1d9a`](https://github.com/LedgerHQ/ledger-live/commit/d0e66e1d9a72bed65151f106bdfb2f1edd981265) Thanks [@harrisonf-ledger](https://github.com/harrisonf-ledger)! - Add swift-bridge-hw-transport-ble, swift-bridge-hw-app-solana, swift-bridge-hw-app-eth packages
8
+
9
+ - Updated dependencies [[`d0e66e1d9a`](https://github.com/LedgerHQ/ledger-live/commit/d0e66e1d9a72bed65151f106bdfb2f1edd981265)]:
10
+ - @ledgerhq/swift-bridge-hw-transport-ble@1.0.1
10
11
 
11
- ## 1.0.1-nightly.0
12
+ ## 1.0.1-next.0
12
13
 
13
14
  ### Patch Changes
14
15
 
15
16
  - [#2620](https://github.com/LedgerHQ/ledger-live/pull/2620) [`d0e66e1d9a`](https://github.com/LedgerHQ/ledger-live/commit/d0e66e1d9a72bed65151f106bdfb2f1edd981265) Thanks [@harrisonf-ledger](https://github.com/harrisonf-ledger)! - Add swift-bridge-hw-transport-ble, swift-bridge-hw-app-solana, swift-bridge-hw-app-eth packages
16
17
 
17
18
  - Updated dependencies [[`d0e66e1d9a`](https://github.com/LedgerHQ/ledger-live/commit/d0e66e1d9a72bed65151f106bdfb2f1edd981265)]:
18
- - @ledgerhq/swift-bridge-hw-transport-ble@1.0.1-nightly.0
19
+ - @ledgerhq/swift-bridge-hw-transport-ble@1.0.1-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/swift-bridge-hw-app-solana",
3
- "version": "1.0.1-nightly.1",
3
+ "version": "1.0.1",
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/swift-bridge-hw-transport-ble": "^1.0.1-nightly.1",
32
- "@ledgerhq/hw-app-solana": "^7.0.7-nightly.0"
31
+ "@ledgerhq/swift-bridge-hw-transport-ble": "^1.0.1",
32
+ "@ledgerhq/hw-app-solana": "^7.0.6"
33
33
  },
34
34
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
35
35
  "scripts": {