Skip to content

Commit 39f46ff

Browse files
author
swapkit
committed
Version Packages
1 parent ed1dfdc commit 39f46ff

14 files changed

Lines changed: 94 additions & 45 deletions

File tree

.changeset/bitget-cosmos-solana-v3.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/core-update-1776260048.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/ctrl-btc-psbt-v3.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/okx-cosmos-v3.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sdk/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @swapkit/sdk
22

3+
## 4.6.4
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/swapkit/wallets/pull/11) [`67d6989`](https://github.com/swapkit/wallets/commit/67d698968b20e68b92537b56d04a415ad516b84a) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1
8+
9+
- Updated dependencies [[`67d6989`](https://github.com/swapkit/wallets/commit/67d698968b20e68b92537b56d04a415ad516b84a)]:
10+
- @swapkit/wallets@4.6.5
11+
312
## 4.6.3
413

514
### Patch Changes

packages/sdk/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,20 @@
4545
"types": "./dist/types/wallets.d.ts"
4646
}
4747
},
48-
"files": ["dist/"],
48+
"files": [
49+
"dist/"
50+
],
4951
"homepage": "https://github.com/swapkit/wallets",
5052
"license": "SEE LICENSE IN LICENSE",
5153
"name": "@swapkit/sdk",
52-
"publishConfig": { "access": "public" },
53-
"repository": { "directory": "packages/sdk", "type": "git", "url": "git+https://github.com/swapkit/wallets.git" },
54+
"publishConfig": {
55+
"access": "public"
56+
},
57+
"repository": {
58+
"directory": "packages/sdk",
59+
"type": "git",
60+
"url": "git+https://github.com/swapkit/wallets.git"
61+
},
5462
"scripts": {
5563
"build": "bun run ./build.ts",
5664
"build:clean": "rm -rf dist && bun run ./build.ts",
@@ -59,5 +67,5 @@
5967
"type-check:go": "tsgo"
6068
},
6169
"type": "module",
62-
"version": "4.6.3"
70+
"version": "4.6.4"
6371
}

packages/wallet-extensions/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @swapkit-dev/wallet-extensions
22

3+
## 4.4.4
4+
5+
### Patch Changes
6+
7+
- [#14](https://github.com/swapkit/wallets/pull/14) [`f7f0f94`](https://github.com/swapkit/wallets/commit/f7f0f94596d77727a0b5eeff4f70264177aba1ee) Thanks [@towanTG](https://github.com/towanTG)! - BitGet: drop dead `signTransaction` stub on Cosmos and stop spreading the Solana provider so toolbox synthesis of `signAndBroadcastTransaction` can use the real signer methods (V3 swap flow).
8+
9+
- [#11](https://github.com/swapkit/wallets/pull/11) [`67d6989`](https://github.com/swapkit/wallets/commit/67d698968b20e68b92537b56d04a415ad516b84a) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1
10+
11+
- [#12](https://github.com/swapkit/wallets/pull/12) [`9dd5073`](https://github.com/swapkit/wallets/commit/9dd50734580ba787f335c925032dad82293523a7) Thanks [@towanTG](https://github.com/towanTG)! - CTRL: sign Bitcoin transactions via sats-connect `sign_psbt`, enabling V3 raw-transaction swap flow. BCH/DOGE/LTC continue to use the bespoke `walletTransfer` path.
12+
13+
- [#13](https://github.com/swapkit/wallets/pull/13) [`5202c86`](https://github.com/swapkit/wallets/commit/5202c86388c8b371b48e09c12aa7e5b2419d8ce6) Thanks [@towanTG](https://github.com/towanTG)! - OKX: pass the Keplr-compatible offline signer into `getCosmosToolbox` so the toolbox can synthesize `signAndBroadcastTransaction`, unblocking the V3 SwapKit swap flow for OKX Cosmos.
14+
315
## 4.4.3
416

517
### Patch Changes

packages/wallet-extensions/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,15 @@
134134
"types": "./dist/types/vultisig/index.d.ts"
135135
}
136136
},
137-
"files": ["dist/"],
137+
"files": [
138+
"dist/"
139+
],
138140
"homepage": "https://github.com/swapkit/wallets",
139141
"license": "SEE LICENSE IN LICENSE",
140142
"name": "@swapkit/wallet-extensions",
141-
"publishConfig": { "access": "public" },
143+
"publishConfig": {
144+
"access": "public"
145+
},
142146
"repository": {
143147
"directory": "packages/wallet-extensions",
144148
"type": "git",
@@ -152,5 +156,5 @@
152156
"type-check:go": "tsgo"
153157
},
154158
"type": "module",
155-
"version": "4.4.3"
159+
"version": "4.4.4"
156160
}

packages/wallet-hardware/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swapkit-dev/wallet-hardware
22

3+
## 4.6.4
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/swapkit/wallets/pull/11) [`67d6989`](https://github.com/swapkit/wallets/commit/67d698968b20e68b92537b56d04a415ad516b84a) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update core dependencies: @swapkit/contracts@4.1.3,@swapkit/core@4.4.11,@swapkit/helpers@4.12.9,@swapkit/tokens@4.2.5,@swapkit/toolboxes@4.14.4,@swapkit/types@0.7.3,@swapkit/utxo-signer@2.1.1
8+
39
## 4.6.3
410

511
### Patch Changes

packages/wallet-hardware/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,15 @@
8686
"types": "./dist/types/trezor/index.d.ts"
8787
}
8888
},
89-
"files": ["dist/"],
89+
"files": [
90+
"dist/"
91+
],
9092
"homepage": "https://github.com/swapkit/wallets",
9193
"license": "SEE LICENSE IN LICENSE",
9294
"name": "@swapkit/wallet-hardware",
93-
"publishConfig": { "access": "public" },
95+
"publishConfig": {
96+
"access": "public"
97+
},
9498
"repository": {
9599
"directory": "packages/wallet-hardware",
96100
"type": "git",
@@ -104,5 +108,5 @@
104108
"type-check:go": "tsgo"
105109
},
106110
"type": "module",
107-
"version": "4.6.3"
111+
"version": "4.6.4"
108112
}

0 commit comments

Comments
 (0)