Skip to content

Commit

Permalink
🚀 Version packages (#376)
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 Feb 9, 2024
1 parent 700168d commit 626f5b6
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-suits-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-foxes-crash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-lz-oapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-lz-oapp

## 0.1.13

### Patch Changes

- 6f61452: Add next steps summary to create-lz-oapp

## 0.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-lz-oapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-lz-oapp",
"version": "0.1.12",
"version": "0.1.13",
"description": "Create LayerZero OApp with one command",
"keywords": [
"LayerZero",
Expand Down
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.1.6

### Patch Changes

- 700168d: Move sign & send logic into a subtask

## 0.1.5

### 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.1.5",
"version": "0.1.6",
"description": "Hardhat utilities for LayerZero EVM projects",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/ua-devtools-evm-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @layerzerolabs/ua-devtools-evm-hardhat

## 0.1.6

### Patch Changes

- 700168d: Move sign & send logic into a subtask
- Updated dependencies [700168d]
- @layerzerolabs/devtools-evm-hardhat@0.1.6

## 0.1.5

### 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.1.5",
"version": "0.1.6",
"description": "Hardhat utilities for working with LayerZero EVM contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@ethersproject/hash": "^5.7.0",
"@layerzerolabs/devtools": "~0.1.4",
"@layerzerolabs/devtools-evm": "~0.1.3",
"@layerzerolabs/devtools-evm-hardhat": "~0.1.5",
"@layerzerolabs/devtools-evm-hardhat": "~0.1.6",
"@layerzerolabs/io-devtools": "~0.1.2",
"@layerzerolabs/lz-definitions": "~2.1.4",
"@layerzerolabs/lz-evm-messagelib-v2": "~2.1.4",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@ethersproject/hash": "^5.7.0",
"@layerzerolabs/devtools": "~0.1.4",
"@layerzerolabs/devtools-evm": "~0.1.3",
"@layerzerolabs/devtools-evm-hardhat": "~0.1.5",
"@layerzerolabs/devtools-evm-hardhat": "~0.1.6",
"@layerzerolabs/io-devtools": "~0.1.2",
"@layerzerolabs/lz-definitions": "~2.1.3",
"@layerzerolabs/protocol-devtools": "~0.1.3",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 626f5b6

Please sign in to comment.