Skip to content

Commit a79ac42

Browse files
Version Packages (#1570)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f040892 commit a79ac42

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/some-parks-yell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/aggregator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# xchainjs-aggregator
22

3+
## 1.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f040892]
8+
- @xchainjs/xchain-aggregator@2.0.29
9+
310
## 1.0.28
411

512
### Patch Changes

examples/aggregator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xchainjs-aggregator",
33
"private": true,
4-
"version": "1.0.28",
4+
"version": "1.0.29",
55
"scripts": {
66
"swapHistory": "npx ts-node swap-history.ts",
77
"estimateSwap": "npx ts-node swap-estimate.ts",

packages/xchain-aggregator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.29
4+
5+
### Patch Changes
6+
7+
- f040892: Chainflip to return network fee & affiliate fee
8+
39
## 2.0.28
410

511
### Patch Changes

packages/xchain-aggregator/package.json

Lines changed: 1 addition & 1 deletion
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": "2.0.28",
4+
"version": "2.0.29",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"module": "lib/index.esm.js",

0 commit comments

Comments
 (0)