Skip to content

Commit

Permalink
Package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3gasus committed Nov 3, 2023
1 parent 6068bd8 commit a559a88
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 13 deletions.
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.3.5 (2023-11-03)

## Update

- EIP1559 params

# v0.3.4 (2023-11-02)

## Update
Expand Down
8 changes: 4 additions & 4 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.3.4",
"version": "0.3.5",
"description": "Avax EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.5",
"@xchainjs/xchain-evm": "^0.3.6",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"axios": "^1.3.6",
Expand All @@ -46,10 +46,10 @@
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.5",
"@xchainjs/xchain-evm": "^0.3.6",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"axios": "^1.3.6",
"ethers": "^5.7.2"
}
}
}
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.3.5 (2023-11-03)

## Update

- EIP1559 params

# v0.3.4 (2023-11-02)

## Update
Expand Down
8 changes: 4 additions & 4 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.3.4",
"version": "0.3.5",
"description": "Binance Smart Chain EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.5",
"@xchainjs/xchain-evm": "^0.3.6",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"axios": "^1.3.6",
Expand All @@ -46,10 +46,10 @@
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.5",
"@xchainjs/xchain-evm": "^0.3.6",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"axios": "^1.3.6",
"ethers": "^5.7.2"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.30.6 (2023-11-03)

## Update

- EIP1559 params

# v0.30.5 (2023-11-02)

## Update
Expand Down
8 changes: 4 additions & 4 deletions 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.30.5",
"version": "0.30.6",
"description": "Ethereum EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.5",
"@xchainjs/xchain-evm": "^0.3.6",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"axios": "^1.3.6",
Expand All @@ -46,10 +46,10 @@
"peerDependencies": {
"@xchainjs/xchain-client": "^0.15.2",
"@xchainjs/xchain-crypto": "^0.3.0",
"@xchainjs/xchain-evm": "^0.3.5",
"@xchainjs/xchain-evm": "^0.3.6",
"@xchainjs/xchain-util": "^0.13.1",
"@xchainjs/xchain-evm-providers": "^0.1.2",
"axios": "^1.3.6",
"ethers": "^5.7.2"
}
}
}
6 changes: 6 additions & 0 deletions packages/xchain-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.3.6 (2023-11-03)

## Update

- EIP1559 params

# v0.3.5 (2023-11-02)

## Update
Expand Down
2 changes: 1 addition & 1 deletion packages/xchain-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xchainjs/xchain-evm",
"version": "0.3.5",
"version": "0.3.6",
"description": "Genereic EVM client for XChainJS",
"keywords": [
"XChain",
Expand Down

0 comments on commit a559a88

Please sign in to comment.