Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hippocampus-web3 committed Nov 16, 2023
1 parent e050033 commit f689e69
Show file tree
Hide file tree
Showing 43 changed files with 264 additions and 138 deletions.
6 changes: 6 additions & 0 deletions packages/xchain-arbitrum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.1.1 (2023-11-16)

## Update

- Created method getAddressAsync

# v.0.1.0 (2022-10-13)

## Update
Expand Down
16 changes: 8 additions & 8 deletions 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.0",
"version": "0.1.1",
"description": "Arbitrum EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down Expand Up @@ -35,21 +35,21 @@
"access": "public"
},
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.4.0",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",
"ethers": "^5.7.2"
},
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.4.0",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",
"ethers": "^5.7.2"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-avax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.4.1 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.4.0 (2023-11-15)

## Update
Expand Down
16 changes: 8 additions & 8 deletions 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.0",
"version": "0.4.1",
"description": "Avax EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down Expand Up @@ -35,21 +35,21 @@
"access": "public"
},
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.4.0",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",
"ethers": "^5.7.2"
},
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.4.0",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",
"ethers": "^5.7.2"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-binance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v5.7.5 (2023-11-16)

## Update

- Created method getAddressAsync

# v5.7.4 (2023-10-26)

## Update
Expand Down
6 changes: 3 additions & 3 deletions packages/xchain-binance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-binance",
"version": "5.7.4",
"version": "5.7.5",
"description": "Custom Binance client and utilities used by XChainJS clients",
"keywords": [
"BNB",
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@binance-chain/javascript-sdk": "^4.2.0",
"@types/big.js": "^6.1.6",
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1"
},
Expand All @@ -44,7 +44,7 @@
},
"peerDependencies": {
"@binance-chain/javascript-sdk": "^4.2.0",
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.23.4 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.23.3 (2023-11-10)

## Update
Expand Down
12 changes: 6 additions & 6 deletions packages/xchain-bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bitcoin",
"version": "0.23.3",
"version": "0.23.4",
"description": "Custom Bitcoin client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down Expand Up @@ -34,21 +34,21 @@
},
"devDependencies": {
"@types/wif": "^2.0.2",
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"@xchainjs/xchain-utxo-providers": "^0.2.7",
"axios": "^1.3.6",
"axios-mock-adapter": "^1.20.0",
"bitcoinjs-lib": "5.2.0",
"coinselect": "^3.1.12",
"wif": "^2.0.6"
},
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"@xchainjs/xchain-utxo-providers": "^0.2.7",
"axios": "^1.3.6",
"bitcoinjs-lib": "5.2.0",
"coinselect": "^3.1.12",
Expand All @@ -57,4 +57,4 @@
"publishConfig": {
"access": "public"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-bitcoincash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.17.4 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.17.3 (2023-11-10)

## Update
Expand Down
12 changes: 6 additions & 6 deletions packages/xchain-bitcoincash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-bitcoincash",
"version": "0.17.3",
"version": "0.17.4",
"description": "Custom bitcoincash client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down Expand Up @@ -40,26 +40,26 @@
"@psf/bitcoincashjs-lib": "^4.0.3",
"@types/bchaddrjs": "0.4.0",
"@types/uniqid": "^5.3.1",
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"@xchainjs/xchain-utxo-providers": "^0.2.7",
"axios": "^1.3.6",
"axios-mock-adapter": "^1.20.0",
"bchaddrjs": "^0.5.2",
"coinselect": "3.1.12"
},
"peerDependencies": {
"@psf/bitcoincashjs-lib": "^4.0.3",
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-utxo-providers": "^0.2.6",
"@xchainjs/xchain-utxo-providers": "^0.2.7",
"axios": "^1.3.6",
"bchaddrjs": "^0.5.2",
"coinselect": "3.1.12"
},
"publishConfig": {
"access": "public"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-bsc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.4.1 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.4.0 (2023-11-15)

## Update
Expand Down
16 changes: 8 additions & 8 deletions 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.0",
"version": "0.4.1",
"description": "Binance Smart Chain EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down Expand Up @@ -35,21 +35,21 @@
"access": "public"
},
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.4.0",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",
"ethers": "^5.7.2"
},
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.4.0",
"@xchainjs/xchain-evm": "^0.4.1",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"@xchainjs/xchain-evm-providers": "^0.1.3",
"axios": "^1.3.6",
"ethers": "^5.7.2"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.15.3 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.15.2 (2023-11-02)

## Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-client",
"version": "0.15.2",
"version": "0.15.3",
"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,3 +1,9 @@
# v0.1.3 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.1.2 (2023-10-26)

## Update
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.1.2",
"version": "0.1.3",
"description": "Genereic Cosmos SDK client for XChainJS",
"keywords": [
"XChain",
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"devDependencies": {
"@types/secp256k1": "^4.0.3",
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1"
},
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/xchain-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.21.7 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.21.6 (2023-11-07)

## Fix
Expand Down
8 changes: 4 additions & 4 deletions packages/xchain-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-cosmos",
"version": "0.21.6",
"version": "0.21.7",
"description": "Custom Cosmos client and utilities used by XChainJS clients",
"keywords": [
"XChain",
Expand Down Expand Up @@ -32,7 +32,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@cosmos-client/core": "0.46.1",
Expand All @@ -43,10 +43,10 @@
"access": "public"
},
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.1",
"@xchainjs/xchain-client": "^0.15.3",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-util": "^0.13.1",
"@cosmos-client/core": "0.46.1",
"axios": "^1.3.6"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-dash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.2.4 (2023-11-16)

## Update

- Created method getAddressAsync

# v0.2.3 (2023-11-10)

## Update
Expand Down
Loading

0 comments on commit f689e69

Please sign in to comment.