Skip to content

Commit b9679e0

Browse files
Version Packages (#1093)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2a18a05 commit b9679e0

18 files changed

+78
-29
lines changed

.changeset/calm-seals-sell.md

-6
This file was deleted.

.changeset/chilled-hotels-draw.md

-6
This file was deleted.

.changeset/dry-turkeys-learn.md

-5
This file was deleted.

.changeset/shy-jobs-thank.md

-5
This file was deleted.

examples/do-maya-swap/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# xchainjs-maya-do-swap
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0944dcc]
8+
- Updated dependencies [b2e198f]
9+
- @xchainjs/xchain-mayachain-amm@1.1.0

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.0",
4+
"version": "1.0.1",
55
"scripts": {
66
"doSwap": "npx ts-node do-maya-swap.ts"
77
},

examples/do-swap/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# xchainjs-do-swap
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0944dcc]
8+
- Updated dependencies [b2e198f]
9+
- Updated dependencies [502ceca]
10+
- @xchainjs/xchain-thorchain-amm@1.1.0

examples/do-swap/package.json

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

examples/liquidity/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# xchainjs-liquidity
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0944dcc]
8+
- Updated dependencies [b2e198f]
9+
- Updated dependencies [502ceca]
10+
- @xchainjs/xchain-thorchain-amm@1.1.0

examples/liquidity/package.json

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

examples/loans/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# xchainjs-loans
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0944dcc]
8+
- Updated dependencies [b2e198f]
9+
- Updated dependencies [502ceca]
10+
- @xchainjs/xchain-thorchain-amm@1.1.0

examples/loans/package.json

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

packages/xchain-aggregator/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 599c34e: Build production mode without sourcemaps and with minification. Build tool updated from Rollup to Tsup
8+
- Updated dependencies [0944dcc]
9+
- Updated dependencies [b2e198f]
10+
- Updated dependencies [502ceca]
11+
- @xchainjs/xchain-mayachain-amm@1.1.0
12+
- @xchainjs/xchain-thorchain-amm@1.1.0
13+
314
## 0.1.2
415

516
### 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.2",
4+
"version": "0.1.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"module": "lib/index.esm.js",

packages/xchain-mayachain-amm/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- b2e198f: Add validation that allows synthetics to be discarded from EVM approvals
8+
9+
### Patch Changes
10+
11+
- 0944dcc: Get URL in protocol transactions bug fix
12+
313
## 1.0.14
414

515
### Patch Changes

packages/xchain-mayachain-amm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xchainjs/xchain-mayachain-amm",
3-
"version": "1.0.14",
3+
"version": "1.1.0",
44
"description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
55
"keywords": [
66
"MAYAChain",

packages/xchain-thorchain-amm/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- b2e198f: Add validation that allows synthetics to be discarded from EVM approvals
8+
9+
### Patch Changes
10+
11+
- 0944dcc: Get URL in protocol transactions bug fix
12+
- 502ceca: New method `approveRouterToSpend` to approve Thorchain routers to spend a certain amount in the name of the user
13+
314
## 1.0.5
415

516
### Patch Changes

packages/xchain-thorchain-amm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xchainjs/xchain-thorchain-amm",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "module that exposes estimating & swappping cryptocurrency assets on thorchain",
55
"keywords": [
66
"THORChain",

0 commit comments

Comments
 (0)