Skip to content

Commit

Permalink
🚀 Version packages (#309)
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 Jan 30, 2024
1 parent 34d8fcd commit fd180d1
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/khaki-nails-bow.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- fac1c06: Add addChecksum utility

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/build-lz-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-lz-options",
"version": "0.0.4",
"version": "0.0.5",
"description": "Build LayerZero options with one command",
"keywords": [
"LayerZero",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@ethersproject/address": "~5.7.0",
"@layerzerolabs/devtools": "~0.0.6",
"@layerzerolabs/devtools-evm": "~0.0.7",
"@layerzerolabs/devtools-evm": "~0.0.8",
"@layerzerolabs/io-devtools": "~0.0.5",
"@layerzerolabs/lz-v2-utilities": "~2.0.25",
"@types/prompts": "^2.4.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/devtools-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/devtools-evm

## 0.0.8

### Patch Changes

- fac1c06: Add addChecksum utility

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/devtools-evm",
"version": "0.0.7",
"version": "0.0.8",
"description": "Utilities for LayerZero EVM projects",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/toolbox-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @layerzerolabs/toolbox-hardhat

## 0.0.10

### Patch Changes

- fac1c06: Add addChecksum utility
- Updated dependencies [fac1c06]
- @layerzerolabs/devtools-evm@0.0.8

## 0.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/toolbox-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/toolbox-hardhat",
"version": "0.0.9",
"version": "0.0.10",
"description": "One-stop-shop for developing LayerZero applications using hardhat",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@layerzerolabs/devtools": "~0.0.5",
"@layerzerolabs/devtools-evm": "~0.0.6",
"@layerzerolabs/devtools-evm": "~0.0.8",
"@layerzerolabs/devtools-evm-hardhat": "~0.0.10",
"@layerzerolabs/io-devtools": "~0.0.6",
"@layerzerolabs/lz-definitions": "^2.0.25",
Expand Down
5 changes: 2 additions & 3 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 fd180d1

Please sign in to comment.