Skip to content

Commit

Permalink
Version Packages (#1072)
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 25, 2024
1 parent 931028a commit a46738f
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/early-frogs-refuse.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.4

### Patch Changes

- Updated dependencies [[`931028a`](https://github.com/thorswap/SwapKit/commit/931028ab14c54cf85655ce02e947a9bf57b67d2e)]:
- @swapkit/toolbox-solana@1.2.0
- @swapkit/helpers@1.14.0

## 2.0.3

### 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.3"
"version": "2.0.4"
}
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.1

### Patch Changes

- Updated dependencies []:
- @swapkit/core@2.0.4
- @swapkit/wallets@1.2.27

## 2.0.0

### Major 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.0"
"version": "2.0.1"
}
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.27

### Patch Changes

- Updated dependencies [[`931028a`](https://github.com/thorswap/SwapKit/commit/931028ab14c54cf85655ce02e947a9bf57b67d2e)]:
- @swapkit/wallet-xdefi@1.2.0
- @swapkit/wallet-keystore@1.2.32
- @swapkit/wallet-phantom@1.1.20

## 1.2.26

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

## 1.2.0

### Minor Changes

- [#1071](https://github.com/thorswap/SwapKit/pull/1071) [`931028a`](https://github.com/thorswap/SwapKit/commit/931028ab14c54cf85655ce02e947a9bf57b67d2e) Thanks [@towanTG](https://github.com/towanTG)! - Adds Solana transfer memo and fixes xdefi integration

### Patch Changes

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

## 1.1.17

### 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 @@ -31,5 +31,5 @@
},
"type": "module",
"types": "./src/index.ts",
"version": "1.1.17"
"version": "1.2.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.2.32

### Patch Changes

- Updated dependencies [[`931028a`](https://github.com/thorswap/SwapKit/commit/931028ab14c54cf85655ce02e947a9bf57b67d2e)]:
- @swapkit/toolbox-solana@1.2.0
- @swapkit/helpers@1.14.0

## 1.2.31

### 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.31"
"version": "1.2.32"
}
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.20

### Patch Changes

- Updated dependencies [[`931028a`](https://github.com/thorswap/SwapKit/commit/931028ab14c54cf85655ce02e947a9bf57b67d2e)]:
- @swapkit/toolbox-solana@1.2.0
- @swapkit/helpers@1.14.0

## 1.1.19

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

## 1.2.0

### Minor Changes

- [#1071](https://github.com/thorswap/SwapKit/pull/1071) [`931028a`](https://github.com/thorswap/SwapKit/commit/931028ab14c54cf85655ce02e947a9bf57b67d2e) Thanks [@towanTG](https://github.com/towanTG)! - Adds Solana transfer memo and fixes xdefi integration

### Patch Changes

- Updated dependencies [[`931028a`](https://github.com/thorswap/SwapKit/commit/931028ab14c54cf85655ce02e947a9bf57b67d2e)]:
- @swapkit/toolbox-solana@1.2.0
- @swapkit/helpers@1.14.0

## 1.1.31

### Patch 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.1.31"
"version": "1.2.0"
}

0 comments on commit a46738f

Please sign in to comment.