From e9b2b1ddb0b10a4660d7393cd20e043ff7d7198a Mon Sep 17 00:00:00 2001 From: layerzero-bot <131946195+layerzero-bot@users.noreply.github.com> Date: Fri, 21 Feb 2025 21:19:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Version=20packages=20(#1321)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/brave-icons-swim.md | 5 ----- .changeset/polite-experts-jog.md | 5 ----- examples/oft-solana/CHANGELOG.md | 6 ++++++ examples/oft-solana/package.json | 2 +- tests/devtools-evm-hardhat-test/CHANGELOG.md | 6 ++++++ tests/devtools-evm-hardhat-test/package.json | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/brave-icons-swim.md delete mode 100644 .changeset/polite-experts-jog.md diff --git a/.changeset/brave-icons-swim.md b/.changeset/brave-icons-swim.md deleted file mode 100644 index 3fb56dfa6..000000000 --- a/.changeset/brave-icons-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@layerzerolabs/oft-solana-example": patch ---- - -introduce getSolanaDeploymentFunction and simplify solana task params diff --git a/.changeset/polite-experts-jog.md b/.changeset/polite-experts-jog.md deleted file mode 100644 index f99f84968..000000000 --- a/.changeset/polite-experts-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@layerzerolabs/devtools-evm-hardhat-test": patch ---- - -skip test that validates valid safe config diff --git a/examples/oft-solana/CHANGELOG.md b/examples/oft-solana/CHANGELOG.md index 59aa73d9f..5868fd641 100644 --- a/examples/oft-solana/CHANGELOG.md +++ b/examples/oft-solana/CHANGELOG.md @@ -1,5 +1,11 @@ # @layerzerolabs/oft-solana-example +## 0.7.8 + +### Patch Changes + +- ce3a36b: introduce getSolanaDeploymentFunction and simplify solana task params + ## 0.7.7 ### Patch Changes diff --git a/examples/oft-solana/package.json b/examples/oft-solana/package.json index 850a02057..5e6a8de60 100644 --- a/examples/oft-solana/package.json +++ b/examples/oft-solana/package.json @@ -1,6 +1,6 @@ { "name": "@layerzerolabs/oft-solana-example", - "version": "0.7.7", + "version": "0.7.8", "private": true, "scripts": { "clean": "rm -rf target artifacts cache out .anchor", diff --git a/tests/devtools-evm-hardhat-test/CHANGELOG.md b/tests/devtools-evm-hardhat-test/CHANGELOG.md index 37cc0be3d..e99f57318 100644 --- a/tests/devtools-evm-hardhat-test/CHANGELOG.md +++ b/tests/devtools-evm-hardhat-test/CHANGELOG.md @@ -1,5 +1,11 @@ # @layerzerolabs/devtools-evm-hardhat-test +## 0.3.8 + +### Patch Changes + +- c03791c: skip test that validates valid safe config + ## 0.3.7 ### Patch Changes diff --git a/tests/devtools-evm-hardhat-test/package.json b/tests/devtools-evm-hardhat-test/package.json index cc7d28fa6..159c95d1d 100644 --- a/tests/devtools-evm-hardhat-test/package.json +++ b/tests/devtools-evm-hardhat-test/package.json @@ -1,6 +1,6 @@ { "name": "@layerzerolabs/devtools-evm-hardhat-test", - "version": "0.3.7", + "version": "0.3.8", "private": true, "description": "Integration tests for devtools-evm-hardhat for V2", "repository": {