@ledgerhq/swift-bridge-hw-app-solana 1.2.0-nightly.3 → 1.2.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.2.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.2.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,30 +1,18 @@
1
1
  # @ledgerhq/swift-bridge-hw-app-solana
2
2
 
3
- ## 1.2.0-nightly.3
3
+ ## 1.2.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @ledgerhq/hw-app-solana@7.2.0-nightly.3
9
- - @ledgerhq/swift-bridge-hw-transport-ble@1.2.0-nightly.3
10
-
11
- ## 1.2.0-nightly.2
12
-
13
- ### Patch Changes
14
-
15
- - Updated dependencies []:
16
- - @ledgerhq/hw-app-solana@7.2.0-nightly.2
17
- - @ledgerhq/swift-bridge-hw-transport-ble@1.2.0-nightly.2
5
+ ### Minor Changes
18
6
 
19
- ## 1.2.0-nightly.1
7
+ - [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
20
8
 
21
9
  ### Patch Changes
22
10
 
23
- - Updated dependencies []:
24
- - @ledgerhq/hw-app-solana@7.2.0-nightly.1
25
- - @ledgerhq/swift-bridge-hw-transport-ble@1.2.0-nightly.1
11
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11)]:
12
+ - @ledgerhq/swift-bridge-hw-transport-ble@1.2.0
13
+ - @ledgerhq/hw-app-solana@7.2.0
26
14
 
27
- ## 1.2.0-nightly.0
15
+ ## 1.2.0-next.0
28
16
 
29
17
  ### Minor Changes
30
18
 
@@ -33,8 +21,8 @@
33
21
  ### Patch Changes
34
22
 
35
23
  - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11)]:
36
- - @ledgerhq/swift-bridge-hw-transport-ble@1.2.0-nightly.0
37
- - @ledgerhq/hw-app-solana@7.2.0-nightly.0
24
+ - @ledgerhq/swift-bridge-hw-transport-ble@1.2.0-next.0
25
+ - @ledgerhq/hw-app-solana@7.2.0-next.0
38
26
 
39
27
  ## 1.1.6
40
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/swift-bridge-hw-app-solana",
3
- "version": "1.2.0-nightly.3",
3
+ "version": "1.2.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.2.0-nightly.3",
32
- "@ledgerhq/swift-bridge-hw-transport-ble": "^1.2.0-nightly.3"
31
+ "@ledgerhq/hw-app-solana": "^7.2.0",
32
+ "@ledgerhq/swift-bridge-hw-transport-ble": "^1.2.0"
33
33
  },
34
34
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
35
35
  "devDependencies": {