Skip to content

Commit

Permalink
Version Packages (#1155)
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 8, 2025
1 parent 0d4fb6c commit e5ff01b
Show file tree
Hide file tree
Showing 72 changed files with 364 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-ads-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-carrots-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-feet-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-swans-retire.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- Updated dependencies []:
- @swapkit/helpers@2.4.1
- @swapkit/api@2.3.3
- @swapkit/toolbox-evm@1.8.3
- @swapkit/toolbox-substrate@1.3.15
- @swapkit/toolbox-utxo@1.2.15

## 2.0.4

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

## 1.3.15

### Patch Changes

- Updated dependencies []:
- @swapkit/helpers@2.4.1
- @swapkit/api@2.3.3
- @swapkit/toolbox-evm@1.8.3

## 1.3.14

### 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.14"
"version": "1.3.15"
}
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.9

### Patch Changes

- Updated dependencies []:
- @swapkit/helpers@2.4.1
- @swapkit/api@2.3.3

## 0.2.8

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

### Patch Changes

- Updated dependencies []:
- @swapkit/helpers@2.4.1
- @swapkit/api@2.3.3

## 1.3.10

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

## 2.2.9

### Patch Changes

- Updated dependencies []:
- @swapkit/helpers@2.4.1
- @swapkit/api@2.3.3
- @swapkit/toolbox-cosmos@1.8.3
- @swapkit/toolbox-evm@1.8.3
- @swapkit/toolbox-substrate@1.3.15
- @swapkit/toolbox-utxo@1.2.15

## 2.2.8

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

## 2.3.3

### Patch Changes

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

## 2.3.2

### 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.2"
"version": "2.3.3"
}
17 changes: 17 additions & 0 deletions packages/swapkit/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @swapkit/core

## 3.2.11

### Patch Changes

- [#1153](https://github.com/thorswap/SwapKit/pull/1153) [`6baf5f7`](https://github.com/thorswap/SwapKit/commit/6baf5f708a99822517ac15514eb8e894cad35ff1) Thanks [@towanTG](https://github.com/towanTG)! - Adds missing BASE address validator

- Updated dependencies []:
- @swapkit/helpers@2.4.1
- @swapkit/plugin-evm@1.3.15
- @swapkit/api@2.3.3
- @swapkit/toolbox-cosmos@1.8.3
- @swapkit/toolbox-evm@1.8.3
- @swapkit/toolbox-radix@1.2.31
- @swapkit/toolbox-solana@1.4.3
- @swapkit/toolbox-substrate@1.3.15
- @swapkit/toolbox-utxo@1.2.15

## 3.2.10

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

## 2.4.1

### Patch Changes

- Updated dependencies [[`0d4fb6c`](https://github.com/thorswap/SwapKit/commit/0d4fb6c3bdf52f06135abd22eb4f4d252f5b6747), [`912b8fe`](https://github.com/thorswap/SwapKit/commit/912b8fe2a8b2b02fc5a6497a8d77ffdc4d8ec6d2)]:
- @swapkit/tokens@2.2.1

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swapkit/helpers/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": "2.4.0"
"version": "2.4.1"
}
17 changes: 17 additions & 0 deletions packages/swapkit/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @swapkit/sdk

## 2.2.8

### Patch Changes

- [#1152](https://github.com/thorswap/SwapKit/pull/1152) [`912b8fe`](https://github.com/thorswap/SwapKit/commit/912b8fe2a8b2b02fc5a6497a8d77ffdc4d8ec6d2) Thanks [@towanTG](https://github.com/towanTG)! - Adapt tokens export in sdk

- Updated dependencies [[`6baf5f7`](https://github.com/thorswap/SwapKit/commit/6baf5f708a99822517ac15514eb8e894cad35ff1), [`0d4fb6c`](https://github.com/thorswap/SwapKit/commit/0d4fb6c3bdf52f06135abd22eb4f4d252f5b6747), [`912b8fe`](https://github.com/thorswap/SwapKit/commit/912b8fe2a8b2b02fc5a6497a8d77ffdc4d8ec6d2)]:
- @swapkit/core@3.2.11
- @swapkit/tokens@2.2.1
- @swapkit/plugin-chainflip@2.0.5
- @swapkit/plugin-evm@1.3.15
- @swapkit/plugin-kado@0.2.9
- @swapkit/plugin-radix@1.3.11
- @swapkit/plugin-thorchain@2.2.9
- @swapkit/api@2.3.3
- @swapkit/wallets@2.0.11

## 2.2.7

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

## 2.2.1

### Patch Changes

- [#1154](https://github.com/thorswap/SwapKit/pull/1154) [`0d4fb6c`](https://github.com/thorswap/SwapKit/commit/0d4fb6c3bdf52f06135abd22eb4f4d252f5b6747) Thanks [@towanTG](https://github.com/towanTG)! - Removes duplicated btc.b and fixed uppercase symbol

- [#1152](https://github.com/thorswap/SwapKit/pull/1152) [`912b8fe`](https://github.com/thorswap/SwapKit/commit/912b8fe2a8b2b02fc5a6497a8d77ffdc4d8ec6d2) Thanks [@towanTG](https://github.com/towanTG)! - Cleaning up export code. Each list can be imported individually or all at once via tokenLists

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swapkit/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.2.0"
"version": "2.2.1"
}
23 changes: 23 additions & 0 deletions packages/swapkit/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @swapkit/wallets

## 2.0.11

### Patch Changes

- Updated dependencies []:
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]
- @swapkit/[email protected]

## 2.0.10

### 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.10"
"version": "2.0.11"
}
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.3

### Patch Changes

- Updated dependencies []:
- @swapkit/[email protected]
- @swapkit/[email protected]

## 1.8.2

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

## 1.8.3

### Patch Changes

- Updated dependencies []:
- @swapkit/[email protected]

## 1.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolboxes/evm/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": "1.8.2"
"version": "1.8.3"
}
7 changes: 7 additions & 0 deletions packages/toolboxes/radix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swapkit/toolbox-radix

## 1.2.31

### Patch Changes

- Updated dependencies []:
- @swapkit/[email protected]

## 1.2.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolboxes/radix/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.30"
"version": "1.2.31"
}
7 changes: 7 additions & 0 deletions packages/toolboxes/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swapkit/toolbox-solana

## 1.4.3

### Patch Changes

- Updated dependencies []:
- @swapkit/[email protected]

## 1.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolboxes/solana/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": "1.4.2"
"version": "1.4.3"
}
7 changes: 7 additions & 0 deletions packages/toolboxes/substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @swapkit/toolbox-substrate

## 1.3.15

### Patch Changes

- Updated dependencies []:
- @swapkit/[email protected]

## 1.3.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolboxes/substrate/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.3.14"
"version": "1.3.15"
}
Loading

0 comments on commit e5ff01b

Please sign in to comment.