Skip to content

Commit fb0b13e

Browse files
Version Packages (#1127)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e0d9669 commit fb0b13e

File tree

18 files changed

+68
-32
lines changed

18 files changed

+68
-32
lines changed

.changeset/heavy-tables-marry.md

-5
This file was deleted.

.changeset/hip-chicken-ring.md

-5
This file was deleted.

.changeset/lovely-roses-float.md

-5
This file was deleted.

.changeset/rude-pumpkins-notice.md

-5
This file was deleted.

examples/do-maya-swap/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# xchainjs-maya-do-swap
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ecacc18]
8+
- Updated dependencies [e0d9669]
9+
- Updated dependencies [e0d9669]
10+
- @xchainjs/xchain-mayachain-query@0.1.10
11+
- @xchainjs/xchain-mayamidgard-query@0.1.8
12+
- @xchainjs/xchain-mayachain-amm@1.1.2
13+
314
## 1.0.2
415

516
### Patch Changes

examples/do-maya-swap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xchainjs-maya-do-swap",
33
"private": true,
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"scripts": {
66
"doSwap": "npx ts-node do-maya-swap.ts"
77
},

examples/wallet/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# xchainjs-wallet
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e0d9669]
8+
- @xchainjs/xchain-mayamidgard-query@0.1.8
9+
310
## 1.0.1
411

512
### Patch Changes

examples/wallet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xchainjs-wallet",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"wallet": "npx ts-node wallet.ts"

packages/xchain-aggregator/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ecacc18]
8+
- Updated dependencies [e0d9669]
9+
- @xchainjs/xchain-mayachain-query@0.1.10
10+
- @xchainjs/xchain-mayachain-amm@1.1.2
11+
312
## 0.1.7
413

514
### Patch Changes

packages/xchain-aggregator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xchainjs/xchain-aggregator",
33
"description": "Protocol aggregator to make actions in different protocols",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"module": "lib/index.esm.js",

packages/xchain-arbitrum/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- bb1aa7e: Fixed gas asset declaration
8+
39
## 0.1.6
410

511
### Patch Changes

packages/xchain-arbitrum/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xchainjs/xchain-arbitrum",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Arbitrum EVM client for XChainJS",
55
"keywords": [
66
"XChain",

packages/xchain-mayachain-amm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ecacc18]
8+
- Updated dependencies [e0d9669]
9+
- @xchainjs/xchain-mayachain-query@0.1.10
10+
311
## 1.1.1
412

513
### Patch Changes

packages/xchain-mayachain-amm/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xchainjs/xchain-mayachain-amm",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
55
"keywords": [
66
"MAYAChain",
@@ -38,7 +38,7 @@
3838
"@xchainjs/xchain-ethereum": "0.31.6",
3939
"@xchainjs/xchain-dash": "*",
4040
"@xchainjs/xchain-kujira": "0.1.12",
41-
"@xchainjs/xchain-mayachain-query": "^0.1.9",
41+
"@xchainjs/xchain-mayachain-query": "^0.1.10",
4242
"@xchainjs/xchain-mayachain": "1.0.1",
4343
"@xchainjs/xchain-thorchain": "1.0.4",
4444
"@xchainjs/xchain-wallet": "0.1.8"
@@ -51,7 +51,7 @@
5151
"@xchainjs/xchain-client": "^0.16.2",
5252
"@xchainjs/xchain-crypto": "^0.3.1",
5353
"@xchainjs/xchain-mayanode": "^0.1.3",
54-
"@xchainjs/xchain-mayachain-query": "^0.1.9",
54+
"@xchainjs/xchain-mayachain-query": "^0.1.10",
5555
"@xchainjs/xchain-evm": "^0.4.5",
5656
"@xchainjs/xchain-mayamidgard": "^0.1.1",
5757
"@xchainjs/xchain-util": "^0.13.3",
@@ -74,7 +74,7 @@
7474
"@xchainjs/xchain-client": "^0.16.2",
7575
"@xchainjs/xchain-crypto": "^0.3.1",
7676
"@xchainjs/xchain-mayanode": "^0.1.3",
77-
"@xchainjs/xchain-mayachain-query": "^0.1.9",
77+
"@xchainjs/xchain-mayachain-query": "^0.1.10",
7878
"@xchainjs/xchain-evm": "^0.4.5",
7979
"@xchainjs/xchain-mayamidgard": "^0.1.1",
8080
"@xchainjs/xchain-util": "^0.13.3",

packages/xchain-mayachain-query/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- ecacc18: Add chain ARB to getDustValues
8+
- e0d9669: Node API backup endpoint
9+
- Updated dependencies [e0d9669]
10+
- @xchainjs/xchain-mayamidgard-query@0.1.8
11+
312
## 0.1.9
413

514
### Patch Changes

packages/xchain-mayachain-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xchainjs/xchain-mayachain-query",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"license": "MIT",
55
"description": "Mayachain query module that is responsible for estimating swap calculations and add/remove liquidity for thorchain",
66
"keywords": [
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@xchainjs/xchain-client": "^0.16.2",
36-
"@xchainjs/xchain-mayamidgard-query": "^0.1.7",
36+
"@xchainjs/xchain-mayamidgard-query": "^0.1.8",
3737
"@xchainjs/xchain-mayanode": "^0.1.3",
3838
"@xchainjs/xchain-util": "^0.13.3",
3939
"axios": "^1.3.6",
@@ -42,7 +42,7 @@
4242
},
4343
"peerDependencies": {
4444
"@xchainjs/xchain-client": "^0.16.2",
45-
"@xchainjs/xchain-mayamidgard-query": "^0.1.7",
45+
"@xchainjs/xchain-mayamidgard-query": "^0.1.8",
4646
"@xchainjs/xchain-mayanode": "^0.1.3",
4747
"@xchainjs/xchain-util": "^0.13.3",
4848
"axios": "^1.3.6",

packages/xchain-mayamidgard-query/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- e0d9669: Migard API backup endpoint
8+
39
## 0.1.7
410

511
### Patch Changes

packages/xchain-mayamidgard-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xchainjs/xchain-mayamidgard-query",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"license": "MIT",
55
"description": "Module that is responsible for get data from Mayachain Midgard API",
66
"keywords": [

0 commit comments

Comments
 (0)