Skip to content

Commit

Permalink
Version Packages (#961)
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 Dec 21, 2023
1 parent e863d41 commit 72035d5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/calm-tables-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-spies-serve.md

This file was deleted.

10 changes: 9 additions & 1 deletion packages/xchain-thorchain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.8.11

### Patch Changes

- 390eefb: CryptoAmount type removed
- e863d41: Thorchain-query as dependency
- Updated dependencies [390eefb]
- @xchainjs/xchain-thorchain-query@0.7.0

## v0.8.10 (2023-12-12)

### Update
Expand All @@ -20,7 +29,6 @@
- Thorchain client dependency increased to 0.28.16
- Utxo providers dependency increased to 0.2.10


## v0.8.9 (2023-12-11)

### Update
Expand Down
4 changes: 2 additions & 2 deletions packages/xchain-thorchain-amm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-thorchain-amm",
"version": "0.8.10",
"version": "0.8.11",
"description": "module that exposes estimating & swappping cryptocurrency assets on thorchain",
"keywords": [
"THORChain",
Expand Down Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/xchainjs/xchainjs-lib/issues"
},
"dependencies": {
"@xchainjs/xchain-thorchain-query": "0.6.15"
"@xchainjs/xchain-thorchain-query": "0.7.0"
},
"devDependencies": {
"@binance-chain/javascript-sdk": "^4.2.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/xchain-thorchain-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.0

### Minor Changes

- 390eefb: CryptoAmount type removed

## v0.6.15 (2023-12-12)

### Update
Expand Down Expand Up @@ -31,7 +37,7 @@

- Created method getAddressAsync
- update Midgard dep & thornode dep
- Remove param fromAddress from quoteSwapParams to align with latest thornode specs
- Remove param fromAddress from quoteSwapParams to align with latest thornode specs

## v0.6.10 (2023-11-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-thorchain-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-thorchain-query",
"version": "0.6.15",
"version": "0.7.0",
"license": "MIT",
"description": "Thorchain query module that is responsible for estimating swap calculations and add/remove liquidity for thorchain ",
"keywords": [
Expand Down

0 comments on commit 72035d5

Please sign in to comment.