Skip to content

Commit

Permalink
Version Packages (#968)
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 Dec 22, 2023
1 parent 9fe66f6 commit ade387b
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 28 deletions.
9 changes: 0 additions & 9 deletions .changeset/healthy-trainers-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-frogs-help.md

This file was deleted.

7 changes: 6 additions & 1 deletion packages/xchain-arbitrum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.4

### Patch Changes

- 29008d7: Mainnet network set as default network

## v0.1.3 (2023-12-12)

### Update
Expand All @@ -25,4 +31,3 @@
### Update

- Arbitrum package first release

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": "0.1.3",
"version": "0.1.4",
"description": "Arbitrum EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-avax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.4

### Patch Changes

- 29008d7: Mainnet network set as default network

## v0.4.3 (2023-12-12)

### Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-avax/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-avax",
"version": "0.4.3",
"version": "0.4.4",
"description": "Avax EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-bsc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.5

### Patch Changes

- 29008d7: Mainnet network set as default network

# v0.4.4 (2023-12-12)

## Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-bsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bsc",
"version": "0.4.4",
"version": "0.4.5",
"description": "Binance Smart Chain EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down
8 changes: 7 additions & 1 deletion packages/xchain-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.31.4

### Patch Changes

- 29008d7: Mainnet network set as default network

## v0.31.3 (2023-12-12)

### Update
Expand Down Expand Up @@ -60,7 +66,7 @@

### Update

- Updated creation of the testnet provider to match -[ethers docs]- ( https://docs.ethers.org/v5/api/providers/api-providers/#EtherscanProvider)
- Updated creation of the testnet provider to match -[ethers docs]- ( https://docs.ethers.org/v5/api/providers/api-providers/#EtherscanProvider)

## v0.30.2 (2023-09-14)

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

## 0.1.6

### Patch Changes

- 29008d7: Mainnet network set as default network

## v0.1.5 (2023-12-12)

### Update
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": "0.1.5",
"version": "0.1.6",
"description": "Custom Kujira client",
"keywords": [
"XChain",
Expand Down
12 changes: 12 additions & 0 deletions packages/xchain-mayachain-amm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.2.0

### Minor Changes

- 9fe66f6: New methods, get balance and balances method, get addresses method, get transaction data and get transactions history and get transactions histories method

### Patch Changes

- Updated dependencies [29008d7]
- @xchainjs/xchain-ethereum@0.31.4
- @xchainjs/xchain-kujira@0.1.6

## v0.1.3 (2023-12-12)

### Update
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.1.3",
"version": "0.2.0",
"description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
"keywords": [
"MAYAChain",
Expand Down Expand Up @@ -36,8 +36,8 @@
"url": "https://github.com/xchainjs/xchainjs-lib/issues"
},
"dependencies": {
"@xchainjs/xchain-ethereum": "0.31.3",
"@xchainjs/xchain-kujira": "0.1.5"
"@xchainjs/xchain-ethereum": "0.31.4",
"@xchainjs/xchain-kujira": "0.1.6"
},
"devDependencies": {
"@cosmos-client/core": "0.46.1",
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

## 0.8.12

### Patch Changes

- Updated dependencies [29008d7]
- @xchainjs/xchain-ethereum@0.31.4
- @xchainjs/xchain-avax@0.4.4
- @xchainjs/xchain-bsc@0.4.5

## 0.8.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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": "0.8.11",
"version": "0.8.12",
"description": "module that exposes estimating & swappping cryptocurrency assets on thorchain",
"keywords": [
"THORChain",
Expand Down Expand Up @@ -37,9 +37,9 @@
},
"dependencies": {
"@xchainjs/xchain-thorchain-query": "0.7.0",
"@xchainjs/xchain-avax": "0.4.3",
"@xchainjs/xchain-bsc": "0.4.4",
"@xchainjs/xchain-ethereum": "0.31.3"
"@xchainjs/xchain-avax": "0.4.4",
"@xchainjs/xchain-bsc": "0.4.5",
"@xchainjs/xchain-ethereum": "0.31.4"
},
"devDependencies": {
"@binance-chain/javascript-sdk": "^4.2.0",
Expand Down

0 comments on commit ade387b

Please sign in to comment.