Skip to content

Commit 4f759df

Browse files
🚀 Version packages (#402)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 491b5a5 commit 4f759df

File tree

44 files changed

+434
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+434
-430
lines changed

.changeset/chilled-coats-arrive.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/oapp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @layerzerolabs/oapp-example
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 491b5a5: Upgrade contract Dependencies to 2.1.7
8+
39
## 0.1.1
410

511
### Patch Changes

examples/oapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/oapp-example",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -27,9 +27,9 @@
2727
"@layerzerolabs/lz-v2-utilities": "~2.1.7",
2828
"@layerzerolabs/prettier-config-next": "^2.1.7",
2929
"@layerzerolabs/solhint-config": "^2.1.7",
30-
"@layerzerolabs/test-devtools-evm-foundry": "~0.1.4",
30+
"@layerzerolabs/test-devtools-evm-foundry": "~0.1.5",
3131
"@layerzerolabs/toolbox-foundry": "~0.1.1",
32-
"@layerzerolabs/toolbox-hardhat": "~0.1.5",
32+
"@layerzerolabs/toolbox-hardhat": "~0.1.6",
3333
"@nomicfoundation/hardhat-ethers": "^3.0.5",
3434
"@nomiclabs/hardhat-ethers": "^2.2.3",
3535
"@openzeppelin/contracts": "^5.0.1",

examples/oft/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @layerzerolabs/oft-example
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 491b5a5: Upgrade contract Dependencies to 2.1.7
8+
39
## 0.1.2
410

511
### Patch Changes

examples/oft/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/oft-example",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -27,9 +27,9 @@
2727
"@layerzerolabs/lz-v2-utilities": "~2.1.7",
2828
"@layerzerolabs/prettier-config-next": "^2.1.7",
2929
"@layerzerolabs/solhint-config": "^2.1.7",
30-
"@layerzerolabs/test-devtools-evm-foundry": "~0.1.4",
30+
"@layerzerolabs/test-devtools-evm-foundry": "~0.1.5",
3131
"@layerzerolabs/toolbox-foundry": "~0.1.1",
32-
"@layerzerolabs/toolbox-hardhat": "~0.1.5",
32+
"@layerzerolabs/toolbox-hardhat": "~0.1.6",
3333
"@nomicfoundation/hardhat-ethers": "^3.0.5",
3434
"@nomiclabs/hardhat-ethers": "^2.2.3",
3535
"@openzeppelin/contracts": "^5.0.1",

packages/build-lz-options/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# build-lz-options
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 491b5a5: Upgrade contract Dependencies to 2.1.7
8+
39
## 0.1.0
410

511
### Minor Changes

packages/build-lz-options/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-lz-options",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Build LayerZero options with one command",
55
"keywords": [
66
"LayerZero",
@@ -34,8 +34,8 @@
3434
},
3535
"devDependencies": {
3636
"@ethersproject/address": "~5.7.0",
37-
"@layerzerolabs/devtools": "~0.2.1",
38-
"@layerzerolabs/devtools-evm": "~0.2.1",
37+
"@layerzerolabs/devtools": "~0.2.2",
38+
"@layerzerolabs/devtools-evm": "~0.2.2",
3939
"@layerzerolabs/io-devtools": "~0.1.3",
4040
"@layerzerolabs/lz-v2-utilities": "~2.1.7",
4141
"@types/prompts": "^2.4.9",

packages/create-lz-oapp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-lz-oapp
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- 491b5a5: Upgrade contract Dependencies to 2.1.7
8+
39
## 0.1.13
410

511
### Patch Changes

packages/create-lz-oapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-lz-oapp",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Create LayerZero OApp with one command",
55
"keywords": [
66
"LayerZero",

packages/devtools-evm-hardhat/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @layerzerolabs/devtools-evm-hardhat
22

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- 491b5a5: Upgrade contract Dependencies to 2.1.7
8+
- Updated dependencies [491b5a5]
9+
- @layerzerolabs/devtools-evm@0.2.2
10+
- @layerzerolabs/devtools@0.2.2
11+
312
## 0.2.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)