Skip to content

Commit

Permalink
🚀 Version packages (#445)
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
layerzero-bot and github-actions[bot] authored Mar 2, 2024
1 parent 9e78abe commit 7e6abcc
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-spiders-ring.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stupid-falcons-hope.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/devtools-evm-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/devtools-evm-hardhat

## 0.2.9

### Patch Changes

- d0d1cb3: Mark hardhat tasks with exit code 1 if they were not successful

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/devtools-evm-hardhat",
"version": "0.2.8",
"version": "0.2.9",
"description": "Hardhat utilities for LayerZero EVM projects",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/ua-devtools-evm-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @layerzerolabs/ua-devtools-evm-hardhat

## 0.2.9

### Patch Changes

- 0dace79: Use retry functionality provided by devtools
- d0d1cb3: Mark hardhat tasks with exit code 1 if they were not successful
- Updated dependencies [d0d1cb3]
- @layerzerolabs/devtools-evm-hardhat@0.2.9

## 0.2.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ua-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/ua-devtools-evm-hardhat",
"version": "0.2.8",
"version": "0.2.9",
"description": "Hardhat utilities for working with LayerZero EVM contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@ethersproject/hash": "^5.7.0",
"@layerzerolabs/devtools": "~0.2.6",
"@layerzerolabs/devtools-evm": "~0.2.7",
"@layerzerolabs/devtools-evm-hardhat": "~0.2.8",
"@layerzerolabs/devtools-evm-hardhat": "~0.2.9",
"@layerzerolabs/io-devtools": "~0.1.3",
"@layerzerolabs/lz-definitions": "~2.1.15",
"@layerzerolabs/lz-evm-messagelib-v2": "~2.1.15",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@ethersproject/hash": "^5.7.0",
"@layerzerolabs/devtools": "~0.2.6",
"@layerzerolabs/devtools-evm": "~0.2.7",
"@layerzerolabs/devtools-evm-hardhat": "~0.2.8",
"@layerzerolabs/devtools-evm-hardhat": "~0.2.9",
"@layerzerolabs/io-devtools": "~0.1.3",
"@layerzerolabs/lz-definitions": "~2.1.15",
"@layerzerolabs/protocol-devtools": "~0.2.6",
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e6abcc

Please sign in to comment.