Skip to content

Commit

Permalink
Version Packages (#1170)
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 c200679 commit 67ad605
Show file tree
Hide file tree
Showing 39 changed files with 190 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/polite-chairs-sleep.md

This file was deleted.

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

## 2.0.11

### Patch Changes

- [#1169](https://github.com/thorswap/SwapKit/pull/1169) [`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10) Thanks [@towanTG](https://github.com/towanTG)! - Fixes usage of broker url for openening deposit channels

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/api@2.3.6
- @swapkit/helpers@2.4.3

## 2.0.10

### 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.10"
"version": "2.0.11"
}
8 changes: 8 additions & 0 deletions packages/plugins/evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/plugin-evm

## 1.3.20

### Patch Changes

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/api@2.3.6
- @swapkit/helpers@2.4.3

## 1.3.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/evm/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.19"
"version": "1.3.20"
}
8 changes: 8 additions & 0 deletions packages/plugins/kado/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/plugin-kado

## 0.2.12

### Patch Changes

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/api@2.3.6
- @swapkit/helpers@2.4.3

## 0.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/kado/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": "0.2.11"
"version": "0.2.12"
}
8 changes: 8 additions & 0 deletions packages/plugins/radix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/plugin-radix

## 1.3.14

### Patch Changes

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/api@2.3.6
- @swapkit/helpers@2.4.3

## 1.3.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/radix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.3.13"
"version": "1.3.14"
}
9 changes: 9 additions & 0 deletions packages/plugins/thorchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swapkit/plugin-thorchain

## 2.3.5

### Patch Changes

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/api@2.3.6
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 2.3.4

### 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.4"
"version": "2.3.5"
}
9 changes: 9 additions & 0 deletions packages/swapkit/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swapkit/api

## 2.3.6

### Patch Changes

- [#1169](https://github.com/thorswap/SwapKit/pull/1169) [`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10) Thanks [@towanTG](https://github.com/towanTG)! - Fixes usage of broker url for openening deposit channels

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

## 2.3.5

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

## 3.2.17

### Patch Changes

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/api@2.3.6
- @swapkit/plugin-evm@1.3.20
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 3.2.16

### 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.16"
"version": "3.2.17"
}
14 changes: 14 additions & 0 deletions packages/swapkit/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @swapkit/sdk

## 2.2.14

### Patch Changes

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/plugin-chainflip@2.0.11
- @swapkit/api@2.3.6
- @swapkit/plugin-evm@1.3.20
- @swapkit/plugin-kado@0.2.12
- @swapkit/plugin-radix@1.3.14
- @swapkit/plugin-thorchain@2.3.5
- @swapkit/core@3.2.17
- @swapkit/wallets@2.0.17

## 2.2.13

### 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.13"
"version": "2.2.14"
}
15 changes: 15 additions & 0 deletions packages/swapkit/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @swapkit/wallets

## 2.0.17

### Patch Changes

- Updated dependencies []:
- @swapkit/wallet-bitget@1.1.9
- @swapkit/wallet-ctrl@2.1.9
- @swapkit/wallet-keepkey@1.5.9
- @swapkit/wallet-keepkey-bex@1.2.9
- @swapkit/wallet-keplr@1.2.6
- @swapkit/wallet-keystore@1.5.9
- @swapkit/wallet-ledger@1.10.9
- @swapkit/wallet-okx@1.4.9
- @swapkit/wallet-wc@1.6.8

## 2.0.16

### 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.16"
"version": "2.0.17"
}
8 changes: 8 additions & 0 deletions packages/toolboxes/cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/toolbox-cosmos

## 1.8.6

### Patch Changes

- Updated dependencies [[`c200679`](https://github.com/thorswap/SwapKit/commit/c200679267dfd42841e79f10e04a7add7dab5e10)]:
- @swapkit/api@2.3.6
- @swapkit/helpers@2.4.3

## 1.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolboxes/cosmos/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": "1.8.5"
"version": "1.8.6"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 1.1.8

### 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.8"
"version": "1.1.9"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 2.1.8

### 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.8"
"version": "2.1.9"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 1.2.8

### 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.8"
"version": "1.2.9"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 1.5.8

### 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.8"
"version": "1.5.9"
}
8 changes: 8 additions & 0 deletions packages/wallets/keplr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @swapkit/wallet-keplr

## 1.2.6

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/keplr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.2.5"
"version": "1.2.6"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 1.5.8

### 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.8"
"version": "1.5.9"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 1.10.8

### 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.8"
"version": "1.10.9"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/toolbox-cosmos@1.8.6
- @swapkit/helpers@2.4.3

## 1.4.8

### Patch Changes
Expand Down
Loading

0 comments on commit 67ad605

Please sign in to comment.