Skip to content

Commit

Permalink
Version Packages (#1076)
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 Oct 29, 2024
1 parent 003b4df commit 5144b90
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/tricky-timers-marry.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- Updated dependencies [[`003b4df`](https://github.com/thorswap/SwapKit/commit/003b4df48afc1abf7694f2fb5310a08e91b954ad)]:
- @swapkit/toolbox-solana@1.2.1
- @swapkit/helpers@1.14.0

## 2.0.4

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

## 2.0.2

### Patch Changes

- Updated dependencies []:
- @swapkit/core@2.0.5
- @swapkit/wallets@1.2.28

## 2.0.1

### 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 @@ -31,5 +31,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "2.0.1"
"version": "2.0.2"
}
9 changes: 9 additions & 0 deletions packages/swapkit/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swapkit/wallets

## 1.2.28

### Patch Changes

- Updated dependencies [[`003b4df`](https://github.com/thorswap/SwapKit/commit/003b4df48afc1abf7694f2fb5310a08e91b954ad)]:
- @swapkit/wallet-keystore@1.2.33
- @swapkit/wallet-phantom@1.1.21
- @swapkit/wallet-xdefi@1.2.1

## 1.2.27

### 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 @@ -40,5 +40,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.2.27"
"version": "1.2.28"
}
9 changes: 9 additions & 0 deletions packages/toolboxes/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @swapkit/toolbox-solana

## 1.2.1

### Patch Changes

- [#1075](https://github.com/thorswap/SwapKit/pull/1075) [`003b4df`](https://github.com/thorswap/SwapKit/commit/003b4df48afc1abf7694f2fb5310a08e91b954ad) Thanks [@towanTG](https://github.com/towanTG)! - Adds and updates solana HDKey package dependency

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

## 1.2.0

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

## 1.2.33

### Patch Changes

- [#1075](https://github.com/thorswap/SwapKit/pull/1075) [`003b4df`](https://github.com/thorswap/SwapKit/commit/003b4df48afc1abf7694f2fb5310a08e91b954ad) Thanks [@towanTG](https://github.com/towanTG)! - Adds and updates solana HDKey package dependency

- Updated dependencies [[`003b4df`](https://github.com/thorswap/SwapKit/commit/003b4df48afc1abf7694f2fb5310a08e91b954ad)]:
- @swapkit/toolbox-solana@1.2.1
- @swapkit/helpers@1.14.0

## 1.2.32

### 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.2.32"
"version": "1.2.33"
}
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.1.21

### Patch Changes

- Updated dependencies [[`003b4df`](https://github.com/thorswap/SwapKit/commit/003b4df48afc1abf7694f2fb5310a08e91b954ad)]:
- @swapkit/toolbox-solana@1.2.1
- @swapkit/helpers@1.14.0

## 1.1.20

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

## 1.2.1

### Patch Changes

- Updated dependencies [[`003b4df`](https://github.com/thorswap/SwapKit/commit/003b4df48afc1abf7694f2fb5310a08e91b954ad)]:
- @swapkit/toolbox-solana@1.2.1
- @swapkit/helpers@1.14.0

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/xdefi/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"
}

0 comments on commit 5144b90

Please sign in to comment.