Skip to content

Commit

Permalink
Merge pull request #947 from xchainjs/946-mayachain-package-version
Browse files Browse the repository at this point in the history
Maya dependencies
  • Loading branch information
0xp3gasus authored Dec 11, 2023
2 parents 0bfaaf6 + ea149be commit 1e5905a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/xchain-mayachain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.1.1 (2023-12-11)

## Update

- Client dependency increased

# v0.1.0 (2023-11-25)

## Update
Expand Down
8 changes: 4 additions & 4 deletions packages/xchain-mayachain-amm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-mayachain-amm",
"version": "0.1.0",
"version": "0.1.1",
"description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
"keywords": [
"MAYAChain",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@xchainjs/xchain-dash": "^0.2.6",
"@xchainjs/xchain-ethereum": "^0.31.1",
"@xchainjs/xchain-mayanode": "^0.1.2",
"@xchainjs/xchain-mayachain-query": "^0.1.1",
"@xchainjs/xchain-mayachain-query": "^0.1.2",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-kujira": "^0.1.3",
"@xchainjs/xchain-mayachain": "^0.2.10",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@xchainjs/xchain-dash": "^0.2.6",
"@xchainjs/xchain-ethereum": "^0.31.1",
"@xchainjs/xchain-mayanode": "^0.1.2",
"@xchainjs/xchain-mayachain-query": "^0.1.1",
"@xchainjs/xchain-mayachain-query": "^0.1.2",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-kujira": "^0.1.3",
"@xchainjs/xchain-mayachain": "^0.2.10",
Expand All @@ -94,4 +94,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-mayachain-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.1.2 (2023-12-11)

## Update

- Client dependency increased

# v0.1.1 (2023-12-06)

## Update
Expand Down
8 changes: 4 additions & 4 deletions packages/xchain-mayachain-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-mayachain-query",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "Mayachain query module that is responsible for estimating swap calculations and add/remove liquidity for thorchain",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.5",
"@xchainjs/xchain-mayamidgard-query": "^0.1.0",
"@xchainjs/xchain-mayamidgard-query": "^0.1.1",
"@xchainjs/xchain-mayanode": "^0.1.2",
"@xchainjs/xchain-util": "^0.13.0",
"axios": "^1.3.6",
Expand All @@ -43,7 +43,7 @@
},
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.5",
"@xchainjs/xchain-mayamidgard-query": "^0.1.0",
"@xchainjs/xchain-mayamidgard-query": "^0.1.1",
"@xchainjs/xchain-mayanode": "^0.1.2",
"@xchainjs/xchain-util": "^0.13.0",
"axios": "^1.3.6",
Expand All @@ -53,4 +53,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-mayamidgard-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.1.1 (2023-12-11)

## Update

- Client dependency increased

# v0.1.0 (2023-09-24)

## Update
Expand Down
4 changes: 2 additions & 2 deletions packages/xchain-mayamidgard-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-mayamidgard-query",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"description": "Module that is responsible for get data from Mayachain Midgard API",
"keywords": [
Expand Down Expand Up @@ -50,4 +50,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 1e5905a

Please sign in to comment.