Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent f0392c5 commit 1f74759
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/silent-fishes-relax.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.4

### Patch Changes

- f0392c5: Add export deployments hardhat task

## 0.2.3

### 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.3",
"version": "0.2.4",
"description": "Hardhat utilities for LayerZero EVM projects",
"repository": {
"type": "git",
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.

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

## 0.0.13

### Patch Changes

- f0392c5: Add export deployments hardhat task

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tests/devtools-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/devtools-evm-hardhat-test",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"description": "Integration tests for devtools-evm-hardhat for V2",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@ethersproject/wallet": "^5.7.0",
"@layerzerolabs/devtools": "~0.2.2",
"@layerzerolabs/devtools-evm": "~0.2.2",
"@layerzerolabs/devtools-evm-hardhat": "~0.2.2",
"@layerzerolabs/devtools-evm-hardhat": "~0.2.4",
"@layerzerolabs/io-devtools": "~0.1.3",
"@layerzerolabs/lz-definitions": "~2.1.7",
"@layerzerolabs/lz-evm-messagelib-v2": "~2.1.7",
Expand Down

0 comments on commit 1f74759

Please sign in to comment.