Skip to content

Commit 652cfe0

Browse files
🚀 Version packages (LayerZero-Labs#1194)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent af91805 commit 652cfe0

File tree

83 files changed

+794
-497
lines changed

Some content is hidden

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

83 files changed

+794
-497
lines changed

‎.changeset/fifty-cherries-smash.md

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

‎.changeset/selfish-chairs-roll.md

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

‎examples/mint-burn-oft-adapter/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- af91805: Bump to lz-definitions 3.0.59+
8+
39
## 0.0.3
410

511
### Patch Changes

‎examples/mint-burn-oft-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/mint-burn-oft-adapter-example",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"@layerzerolabs/solhint-config": "^3.0.12",
3535
"@layerzerolabs/test-devtools-evm-foundry": "~6.0.0",
3636
"@layerzerolabs/toolbox-foundry": "~0.1.9",
37-
"@layerzerolabs/toolbox-hardhat": "~0.6.5",
37+
"@layerzerolabs/toolbox-hardhat": "~0.6.6",
3838
"@nomicfoundation/hardhat-ethers": "^3.0.5",
3939
"@nomiclabs/hardhat-ethers": "^2.2.3",
4040
"@openzeppelin/contracts": "^5.0.2",

‎examples/native-oft-adapter/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- af91805: Bump to lz-definitions 3.0.59+
8+
39
## 0.2.4
410

511
### Patch Changes

‎examples/native-oft-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/native-oft-adapter-example",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"@layerzerolabs/solhint-config": "^3.0.12",
3535
"@layerzerolabs/test-devtools-evm-foundry": "^6.0.0",
3636
"@layerzerolabs/toolbox-foundry": "~0.1.9",
37-
"@layerzerolabs/toolbox-hardhat": "~0.6.5",
37+
"@layerzerolabs/toolbox-hardhat": "~0.6.6",
3838
"@nomicfoundation/hardhat-ethers": "^3.0.5",
3939
"@nomiclabs/hardhat-ethers": "^2.2.3",
4040
"@openzeppelin/contracts": "^5.0.2",

‎examples/oapp-read/CHANGELOG.md

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

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- af91805: Bump to lz-definitions 3.0.59+
8+
39
## 0.2.4
410

511
### Patch Changes

‎examples/oapp-read/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/oapp-read-example",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"@layerzerolabs/solhint-config": "^3.0.12",
3434
"@layerzerolabs/test-devtools-evm-foundry": "~6.0.0",
3535
"@layerzerolabs/toolbox-foundry": "~0.1.9",
36-
"@layerzerolabs/toolbox-hardhat": "~0.6.5",
36+
"@layerzerolabs/toolbox-hardhat": "~0.6.6",
3737
"@nomicfoundation/hardhat-ethers": "^3.0.5",
3838
"@nomiclabs/hardhat-ethers": "^2.2.3",
3939
"@openzeppelin/contracts": "^5.0.2",

‎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.5.5
4+
5+
### Patch Changes
6+
7+
- af91805: Bump to lz-definitions 3.0.59+
8+
39
## 0.5.4
410

511
### Patch Changes

‎examples/oapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/oapp-example",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"@layerzerolabs/solhint-config": "^3.0.12",
3434
"@layerzerolabs/test-devtools-evm-foundry": "~6.0.0",
3535
"@layerzerolabs/toolbox-foundry": "~0.1.9",
36-
"@layerzerolabs/toolbox-hardhat": "~0.6.5",
36+
"@layerzerolabs/toolbox-hardhat": "~0.6.6",
3737
"@nomicfoundation/hardhat-ethers": "^3.0.5",
3838
"@nomiclabs/hardhat-ethers": "^2.2.3",
3939
"@openzeppelin/contracts": "^5.0.2",

0 commit comments

Comments
 (0)