Skip to content

Commit f811dfa

Browse files
🚀 Version packages (#1911)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f83784 commit f811dfa

6 files changed

Lines changed: 19 additions & 11 deletions

File tree

.changeset/mighty-parrots-tell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/devtools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @layerzerolabs/devtools
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- 8f83784: solana transaction data display as base58
8+
39
## 2.0.4
410

511
### Patch Changes

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/devtools",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Core utilities for working with LayerZero on-chain infrastructure",
55
"repository": {
66
"type": "git",

packages/ua-devtools-evm-hardhat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @layerzerolabs/ua-devtools-evm-hardhat
22

3+
## 9.0.2
4+
5+
### Patch Changes
6+
7+
- 8f83784: solana transaction data display as base58
8+
- Updated dependencies [8f83784]
9+
- @layerzerolabs/devtools@2.0.5
10+
311
## 9.0.1
412

513
### Patch Changes

packages/ua-devtools-evm-hardhat/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/ua-devtools-evm-hardhat",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Hardhat utilities for working with LayerZero EVM contracts",
55
"repository": {
66
"type": "git",
@@ -44,7 +44,7 @@
4444
"@ethersproject/contracts": "^5.7.0",
4545
"@ethersproject/hash": "^5.7.0",
4646
"@ethersproject/providers": "^5.7.0",
47-
"@layerzerolabs/devtools": "~2.0.4",
47+
"@layerzerolabs/devtools": "~2.0.5",
4848
"@layerzerolabs/devtools-evm": "~3.0.2",
4949
"@layerzerolabs/devtools-evm-hardhat": "~4.0.4",
5050
"@layerzerolabs/io-devtools": "~0.3.2",
@@ -73,7 +73,7 @@
7373
"@ethersproject/bytes": "^5.7.0",
7474
"@ethersproject/contracts": "^5.7.0",
7575
"@ethersproject/hash": "^5.7.0",
76-
"@layerzerolabs/devtools": "~2.0.4",
76+
"@layerzerolabs/devtools": "~2.0.5",
7777
"@layerzerolabs/devtools-evm": "~3.0.2",
7878
"@layerzerolabs/devtools-evm-hardhat": "~4.0.4",
7979
"@layerzerolabs/io-devtools": "~0.3.2",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)