Skip to content

Commit

Permalink
🚀 Version packages (#223)
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
janjakubnanista and github-actions[bot] authored Jan 19, 2024
1 parent 73b37d0 commit 087b28f
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-houses-pull.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/six-masks-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-moons-invite.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/oapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @layerzerolabs/oapp-example

## 0.0.3

### Patch Changes

- 73b37d0: Include solidity-bytes-utils in toolbox-foundry
- 73b37d0: Include forgotten libs in toolbox-foundry
4 changes: 2 additions & 2 deletions examples/oapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/oapp-example",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"@layerzerolabs/lz-evm-v1-0.7": "~2.0.7",
"@layerzerolabs/prettier-config-next": "^2.0.7",
"@layerzerolabs/solhint-config": "^2.0.7",
"@layerzerolabs/toolbox-foundry": "~0.0.1",
"@layerzerolabs/toolbox-foundry": "~0.0.2",
"@layerzerolabs/toolbox-hardhat": "~0.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomiclabs/hardhat-ethers": "^2.2.3",
Expand Down
6 changes: 6 additions & 0 deletions examples/oft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/oft-example

## 0.0.3

### Patch Changes

- 73b37d0: Include solidity-bytes-utils in toolbox-foundry

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/oft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/oft-example",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"@layerzerolabs/lz-evm-protocol-v2": "~2.0.11",
"@layerzerolabs/prettier-config-next": "^2.0.11",
"@layerzerolabs/solhint-config": "^2.0.11",
"@layerzerolabs/toolbox-foundry": "~0.0.1",
"@layerzerolabs/toolbox-foundry": "~0.0.2",
"@layerzerolabs/toolbox-hardhat": "~0.0.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomiclabs/hardhat-ethers": "^2.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/protocol-devtools-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/protocol-devtools-evm

## 0.0.4

### Patch Changes

- 983a141: Pass Timeout from Endpoint through a schema to remove BigNumbers

## 0.0.3

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

## 0.0.2

### Patch Changes

- 73b37d0: Include solidity-bytes-utils in toolbox-foundry
- 73b37d0: Include forgotten libs in toolbox-foundry
2 changes: 1 addition & 1 deletion packages/toolbox-foundry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/toolbox-foundry",
"version": "0.0.1",
"version": "0.0.2",
"description": "One-stop-shop for developing LayerZero applications using foundry",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 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 087b28f

Please sign in to comment.