Skip to content

Commit

Permalink
Version Packages (#1175)
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 29, 2025
1 parent 0cc3d4a commit 7119015
Show file tree
Hide file tree
Showing 29 changed files with 135 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-ways-worry.md

This file was deleted.

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.7

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 2.3.6

### 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.6"
"version": "2.3.7"
}
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.19

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 3.2.18

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

## 2.2.16

### Patch Changes

- Updated dependencies []:
- @swapkit/plugin-thorchain@2.3.7
- @swapkit/core@3.2.19
- @swapkit/wallets@2.0.19

## 2.2.15

### 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.15"
"version": "2.2.16"
}
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.19

### Patch Changes

- Updated dependencies []:
- @swapkit/wallet-bitget@1.1.11
- @swapkit/wallet-ctrl@2.1.11
- @swapkit/wallet-keepkey@1.5.11
- @swapkit/wallet-keepkey-bex@1.2.11
- @swapkit/wallet-keplr@1.2.8
- @swapkit/wallet-keystore@1.5.11
- @swapkit/wallet-ledger@1.10.11
- @swapkit/wallet-okx@1.4.11
- @swapkit/wallet-wc@1.6.10

## 2.0.18

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

## 1.8.8

### Patch Changes

- [#1174](https://github.com/thorswap/SwapKit/pull/1174) [`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4) Thanks [@towanTG](https://github.com/towanTG)! - Fixes multisig signing and improves typing

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

## 1.8.7

### 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.7"
"version": "1.8.8"
}
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.11

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.1.10

### 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.10"
"version": "1.1.11"
}
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.11

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 2.1.10

### 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.10"
"version": "2.1.11"
}
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.11

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.2.10

### 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.10"
"version": "1.2.11"
}
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.11

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.5.10

### 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.10"
"version": "1.5.11"
}
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.8

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.2.7

### 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.7"
"version": "1.2.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.11

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.5.10

### 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.10"
"version": "1.5.11"
}
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.11

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.10.10

### 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.10"
"version": "1.10.11"
}
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.11

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.4.10

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

## 1.6.10

### Patch Changes

- Updated dependencies [[`0cc3d4a`](https://github.com/thorswap/SwapKit/commit/0cc3d4a2aff405b88417168925aa032b107328d4)]:
- @swapkit/toolbox-cosmos@1.8.8
- @swapkit/helpers@2.4.3

## 1.6.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/wc/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": "1.6.9"
"version": "1.6.10"
}

0 comments on commit 7119015

Please sign in to comment.