Skip to content

Commit

Permalink
Version Packages (#1297)
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 Oct 3, 2024
1 parent 62eae5e commit da2d89f
Show file tree
Hide file tree
Showing 30 changed files with 109 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-months-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-cows-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-flowers-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-toes-doubt.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# xchainjs-aggregator

## 0.0.2

### Patch Changes

- Updated dependencies [176c84a]
- Updated dependencies [62eae5e]
- @xchainjs/xchain-aggregator@1.0.13
2 changes: 1 addition & 1 deletion examples/aggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-aggregator",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"swapHistory": "npx ts-node swap-history.ts",
"estimateSwap": "npx ts-node swap-estimate.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/do-swap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# xchainjs-do-swap

## 1.0.33

### Patch Changes

- Updated dependencies [5206f8f]
- @xchainjs/xchain-cosmos@2.0.8
- @xchainjs/xchain-thorchain-amm@2.0.13

## 1.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/do-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-do-swap",
"private": true,
"version": "1.0.32",
"version": "1.0.33",
"scripts": {
"doSwap": "npx ts-node doSwap.ts",
"doStreamingSwap": "npx ts-node doStreamingSwap.ts",
Expand Down
6 changes: 6 additions & 0 deletions examples/liquidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# xchainjs-liquidity

## 1.0.33

### Patch Changes

- @xchainjs/xchain-thorchain-amm@2.0.13

## 1.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/liquidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchainjs-liquidity",
"version": "1.0.32",
"version": "1.0.33",
"private": true,
"scripts": {
"checkLiquidity": "npx ts-node check-liquidity.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/loans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# xchainjs-loans

## 1.0.33

### Patch Changes

- Updated dependencies [5206f8f]
- @xchainjs/xchain-cosmos@2.0.8
- @xchainjs/xchain-thorchain-amm@2.0.13

## 1.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/loans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchainjs-loans",
"version": "1.0.32",
"version": "1.0.33",
"private": true,
"scripts": {
"loanQuoteOpen": "npx ts-node loanQuoteOpen.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/mayachain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# xchainjs-maya-do-swap

## 1.0.32

### Patch Changes

- Updated dependencies [5206f8f]
- @xchainjs/xchain-cosmos@2.0.8
- @xchainjs/xchain-mayachain-amm@3.0.13

## 1.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/mayachain-amm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-mayachain-amm",
"private": true,
"version": "1.0.31",
"version": "1.0.32",
"scripts": {
"approveRouter": "npx ts-node approve-router.ts",
"doSwap": "npx ts-node do-swap.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/thorchain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# xchainjs-thorchain-amm

## 0.0.13

### Patch Changes

- Updated dependencies [5206f8f]
- @xchainjs/xchain-cosmos@2.0.8
- @xchainjs/xchain-thorchain-amm@2.0.13

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/thorchain-amm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-thorchain-amm",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"depositRunePool": "npx ts-node runepool-deposit.ts",
"withdrawRunePool": "npx ts-node runepool-withdraw.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# xchainjs-wallet

## 1.0.28

### Patch Changes

- Updated dependencies [5206f8f]
- @xchainjs/xchain-cosmos@2.0.8

## 1.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xchainjs-wallet",
"version": "1.0.27",
"version": "1.0.28",
"private": true,
"scripts": {
"wallet": "npx ts-node wallet.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/xchain-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.13

### Patch Changes

- 176c84a: Add `streamingQuantity` and `streamingInterval` to allow streaming swaps
- 62eae5e: Add arbitrum to chainflip protocol
- @xchainjs/xchain-mayachain-amm@3.0.13
- @xchainjs/xchain-thorchain-amm@2.0.13

## 1.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-aggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xchainjs/xchain-aggregator",
"description": "Protocol aggregator to make actions in different protocols",
"version": "1.0.12",
"version": "1.0.13",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-arbitrum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.11

### Patch Changes

- 62eae5e: Lower fee bound updated to 10000000.

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-arbitrum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-arbitrum",
"version": "1.0.10",
"version": "1.0.11",
"description": "Arbitrum EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.8

### Patch Changes

- 5206f8f: Mintscan as explorer.

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-cosmos",
"version": "2.0.7",
"version": "2.0.8",
"description": "Custom Cosmos client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down
7 changes: 7 additions & 0 deletions packages/xchain-mayachain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.0.13

### Patch Changes

- Updated dependencies [62eae5e]
- @xchainjs/xchain-arbitrum@1.0.11

## 3.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.0.12",
"version": "3.0.13",
"description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
"keywords": [
"MAYAChain",
Expand Down
7 changes: 7 additions & 0 deletions packages/xchain-thorchain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.13

### Patch Changes

- Updated dependencies [5206f8f]
- @xchainjs/xchain-cosmos@2.0.8

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.12",
"version": "2.0.13",
"description": "module that exposes estimating & swappping cryptocurrency assets on thorchain",
"keywords": [
"THORChain",
Expand Down
8 changes: 8 additions & 0 deletions tools/txJammer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# txJammer

## 1.0.27

### Patch Changes

- Updated dependencies [5206f8f]
- @xchainjs/xchain-cosmos@2.0.8
- @xchainjs/xchain-thorchain-amm@2.0.13

## 1.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/txJammer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txJammer",
"version": "1.0.26",
"version": "1.0.27",
"private": true,
"description": "A simple script to test all types of transactions broadcasted to a thornode but on stagenet",
"main": "index.js",
Expand Down

0 comments on commit da2d89f

Please sign in to comment.