Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/fuzzy-horses-guess.md

This file was deleted.

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

## 0.0.7

### Patch Changes

- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 0.0.6

### Patch Changes
Expand Down
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.6",
"version": "0.0.7",
"scripts": {
"swapHistory": "npx ts-node swap-history.ts",
"estimateSwap": "npx ts-node swap-estimate.ts",
Expand Down
11 changes: 11 additions & 0 deletions examples/do-swap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# xchainjs-do-swap

## 1.0.38

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.37

### 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.37",
"version": "1.0.38",
"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.38

### Patch Changes

- @xchainjs/[email protected]

## 1.0.37

### 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.37",
"version": "1.0.38",
"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.38

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.37

### 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.37",
"version": "1.0.38",
"private": true,
"scripts": {
"loanQuoteOpen": "npx ts-node loanQuoteOpen.ts",
Expand Down
12 changes: 12 additions & 0 deletions examples/mayachain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# xchainjs-maya-do-swap

## 1.0.36

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.35

### 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.35",
"version": "1.0.36",
"scripts": {
"approveRouter": "npx ts-node approve-router.ts",
"doSwap": "npx ts-node do-swap.ts",
Expand Down
11 changes: 11 additions & 0 deletions examples/thorchain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# xchainjs-thorchain-amm

## 0.0.18

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 0.0.17

### 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.17",
"version": "0.0.18",
"scripts": {
"depositRunePool": "npx ts-node runepool-deposit.ts",
"withdrawRunePool": "npx ts-node runepool-withdraw.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/thorchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# xchainjs-thorchain

## 0.0.4

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/thorchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xchainjs-thorchain",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"transfer": "npx ts-node transaction-transfer.ts",
"build": "tsc --noEmit"
Expand Down
11 changes: 11 additions & 0 deletions examples/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# xchainjs-wallet

## 1.0.32

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.31

### 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.31",
"version": "1.0.32",
"private": true,
"scripts": {
"wallet": "npx ts-node wallet.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/xchain-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.0.18

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.0.17

### 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.17",
"version": "1.0.18",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-cosmos-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.10

### Patch Changes

- f258497: secp256k1 dependency updated to 5.0.1

## 1.0.9

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

## 2.0.11

### Patch Changes

- f258497: secp256k1 dependency updated to 5.0.1
- Updated dependencies [f258497]
- @xchainjs/[email protected]

## 2.0.10

### 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.10",
"version": "2.0.11",
"description": "Custom Cosmos client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down
7 changes: 7 additions & 0 deletions packages/xchain-kujira/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.10

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-kujira/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-kujira",
"version": "1.0.9",
"version": "1.0.10",
"description": "Custom Kujira client",
"keywords": [
"XChain",
Expand Down
10 changes: 10 additions & 0 deletions packages/xchain-mayachain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.0.17

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 3.0.16

### 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.16",
"version": "3.0.17",
"description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
"keywords": [
"MAYAChain",
Expand Down
8 changes: 8 additions & 0 deletions packages/xchain-mayachain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.10

### Patch Changes

- f258497: secp256k1 dependency updated to 5.0.1
- Updated dependencies [f258497]
- @xchainjs/[email protected]

## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-mayachain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-mayachain",
"version": "2.0.9",
"version": "2.0.10",
"description": "Custom Mayachain client and utilities used by XChainJS clients",
"keywords": [
"MAYAChain",
Expand Down
9 changes: 9 additions & 0 deletions packages/xchain-thorchain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.18

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 2.0.17

### 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.17",
"version": "2.0.18",
"description": "module that exposes estimating & swappping cryptocurrency assets on thorchain",
"keywords": [
"THORChain",
Expand Down
8 changes: 8 additions & 0 deletions packages/xchain-thorchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.11

### Patch Changes

- f258497: secp256k1 dependency updated to 5.0.1
- Updated dependencies [f258497]
- @xchainjs/[email protected]

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-thorchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-thorchain",
"version": "2.0.10",
"version": "2.0.11",
"description": "Custom Thorchain client and utilities used by XChainJS clients",
"keywords": [
"THORChain",
Expand Down
8 changes: 8 additions & 0 deletions packages/xchain-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.1.3

### Patch Changes

- Updated dependencies [f258497]
- @xchainjs/[email protected]
- @xchainjs/[email protected]

## 1.1.2

### Patch Changes
Expand Down
Loading