Skip to content

Commit

Permalink
Version Packages (#1168)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 23, 2025
1 parent 35dfd61 commit 8025ba9
Show file tree
Hide file tree
Showing 33 changed files with 155 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/grumpy-doors-wait.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/plugins/chainflip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/plugin-chainflip

## 2.0.10

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/chainflip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.0.9"
"version": "2.0.10"
}
8 changes: 8 additions & 0 deletions packages/plugins/thorchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/plugin-thorchain

## 2.3.4

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 2.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/thorchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.3.3"
"version": "2.3.4"
}
8 changes: 8 additions & 0 deletions packages/swapkit/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/core

## 3.2.16

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 3.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swapkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "3.2.15"
"version": "3.2.16"
}
10 changes: 10 additions & 0 deletions packages/swapkit/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @swapkit/sdk

## 2.2.13

### Patch Changes

- Updated dependencies []:
- @swapkit/plugin-chainflip@2.0.10
- @swapkit/plugin-thorchain@2.3.4
- @swapkit/core@3.2.16
- @swapkit/wallets@2.0.16

## 2.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swapkit/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.2.12"
"version": "2.2.13"
}
16 changes: 16 additions & 0 deletions packages/swapkit/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @swapkit/wallets

## 2.0.16

### Patch Changes

- Updated dependencies []:
- @swapkit/wallet-bitget@1.1.8
- @swapkit/wallet-ctrl@2.1.8
- @swapkit/wallet-exodus@1.3.8
- @swapkit/wallet-keepkey@1.5.8
- @swapkit/wallet-keepkey-bex@1.2.8
- @swapkit/wallet-keystore@1.5.8
- @swapkit/wallet-ledger@1.10.8
- @swapkit/wallet-okx@1.4.8
- @swapkit/wallet-phantom@1.2.8
- @swapkit/wallet-trezor@1.3.8

## 2.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swapkit/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.0.15"
"version": "2.0.16"
}
9 changes: 9 additions & 0 deletions packages/toolboxes/utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swapkit/toolbox-utxo

## 1.2.18

### Patch Changes

- [#1167](https://github.com/thorswap/SwapKit/pull/1167) [`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848) Thanks [@towanTG](https://github.com/towanTG)! - Fixes offset calculation for UTXO unspent tx

- Updated dependencies []:
- @swapkit/helpers@2.4.3

## 1.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolboxes/utxo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.2.17"
"version": "1.2.18"
}
8 changes: 8 additions & 0 deletions packages/wallets/bitget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-bitget

## 1.1.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/bitget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.1.7"
"version": "1.1.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/ctrl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-xdefi

## 2.1.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/ctrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.1.7"
"version": "2.1.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/exodus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-exodus

## 1.3.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/exodus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.3.7"
"version": "1.3.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/keepkey-bex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-keepkey-bex

## 1.2.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/keepkey-bex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.2.7"
"version": "1.2.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/keepkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-keepkey

## 1.5.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/keepkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.5.7"
"version": "1.5.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/keystore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-keystore

## 1.5.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/keystore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.5.7"
"version": "1.5.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-ledger

## 1.10.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.10.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.10.7"
"version": "1.10.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/okx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-okx

## 1.4.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/okx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.4.7"
"version": "1.4.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/phantom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-phantom

## 1.2.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/phantom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.2.7"
"version": "1.2.8"
}
8 changes: 8 additions & 0 deletions packages/wallets/trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-trezor

## 1.3.8

### Patch Changes

- Updated dependencies [[`35dfd61`](https://github.com/thorswap/SwapKit/commit/35dfd61bd5daa724581fa0d82b484337d86b0848)]:
- @swapkit/toolbox-utxo@1.2.18
- @swapkit/helpers@2.4.3

## 1.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.3.7"
"version": "1.3.8"
}

0 comments on commit 8025ba9

Please sign in to comment.