Skip to content

Commit

Permalink
Version Packages (#1188)
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 Feb 12, 2025
1 parent 5e765df commit b08df80
Show file tree
Hide file tree
Showing 29 changed files with 149 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/early-doors-act.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.11

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 2.3.10

### 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.10"
"version": "2.3.11"
}
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.23

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 3.2.22

### 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.22"
"version": "3.2.23"
}
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.20

### Patch Changes

- Updated dependencies []:
- @swapkit/plugin-thorchain@2.3.11
- @swapkit/core@3.2.23
- @swapkit/wallets@2.0.23

## 2.2.19

### 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.19"
"version": "2.2.20"
}
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.23

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/wallet-ledger@1.12.0
- @swapkit/wallet-keplr@1.4.0
- @swapkit/wallet-wc@1.8.0
- @swapkit/wallet-bitget@1.2.1
- @swapkit/wallet-ctrl@2.2.1
- @swapkit/wallet-keepkey@1.5.14
- @swapkit/wallet-keepkey-bex@1.3.1
- @swapkit/wallet-keystore@1.6.1
- @swapkit/wallet-okx@1.5.1

## 2.0.22

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

## 1.10.0

### Minor Changes

- [#1187](https://github.com/thorswap/SwapKit/pull/1187) [`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203) Thanks [@towanTG](https://github.com/towanTG)! - Improves message formatting for amino and direct signer for TC like messages and fixes keplr tc implementation

### Patch Changes

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

## 1.9.0

### Minor 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.9.0"
"version": "1.10.0"
}
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.2.1

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.2.0

### Minor 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.2.0"
"version": "1.2.1"
}
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.2.1

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 2.2.0

### Minor 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.2.0"
"version": "2.2.1"
}
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.3.1

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.3.0

### Minor 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.3.0"
"version": "1.3.1"
}
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.14

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.5.13

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

## 1.4.0

### Minor Changes

- [#1187](https://github.com/thorswap/SwapKit/pull/1187) [`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203) Thanks [@towanTG](https://github.com/towanTG)! - Improves message formatting for amino and direct signer for TC like messages and fixes keplr tc implementation

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.3.0

### Minor 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.3.0"
"version": "1.4.0"
}
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.6.1

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.6.0

### Minor 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.6.0"
"version": "1.6.1"
}
12 changes: 12 additions & 0 deletions packages/wallets/ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @swapkit/wallet-ledger

## 1.12.0

### Minor Changes

- [#1187](https://github.com/thorswap/SwapKit/pull/1187) [`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203) Thanks [@towanTG](https://github.com/towanTG)! - Improves message formatting for amino and direct signer for TC like messages and fixes keplr tc implementation

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.11.0

### Minor 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.11.0"
"version": "1.12.0"
}
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.5.1

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.5.0

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

## 1.8.0

### Minor Changes

- [#1187](https://github.com/thorswap/SwapKit/pull/1187) [`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203) Thanks [@towanTG](https://github.com/towanTG)! - Improves message formatting for amino and direct signer for TC like messages and fixes keplr tc implementation

### Patch Changes

- Updated dependencies [[`5e765df`](https://github.com/thorswap/SwapKit/commit/5e765dfff7105d2b30c589d0825652957a321203)]:
- @swapkit/toolbox-cosmos@1.10.0
- @swapkit/helpers@2.5.0

## 1.7.0

### Minor 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.7.0"
"version": "1.8.0"
}

0 comments on commit b08df80

Please sign in to comment.