Skip to content

Commit 2c5b6e2

Browse files
🚀 Version packages (#1655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 49f5dcd commit 2c5b6e2

8 files changed

Lines changed: 30 additions & 17 deletions

File tree

.changeset/moody-ears-smile.md

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

examples/oft-solana/CHANGELOG.md

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

3+
## 0.11.3
4+
5+
### Patch Changes
6+
7+
- 49f5dcd: Fix the handling of initSendLibrary and initReceiveLibrary to properly initialize in the init step rather than during setPeer
8+
39
## 0.11.2
410

511
### Patch Changes

examples/oft-solana/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-solana-example",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"private": true,
55
"scripts": {
66
"clean": "rm -rf target artifacts cache out .anchor",
@@ -44,7 +44,7 @@
4444
"@layerzerolabs/prettier-config-next": "^2.3.39",
4545
"@layerzerolabs/protocol-devtools": "^3.0.0",
4646
"@layerzerolabs/protocol-devtools-evm": "~5.0.0",
47-
"@layerzerolabs/protocol-devtools-solana": "^8.0.0",
47+
"@layerzerolabs/protocol-devtools-solana": "^8.0.1",
4848
"@layerzerolabs/solhint-config": "^3.0.12",
4949
"@layerzerolabs/test-devtools-evm-foundry": "~7.0.0",
5050
"@layerzerolabs/test-devtools-evm-hardhat": "~0.5.2",
@@ -53,7 +53,7 @@
5353
"@layerzerolabs/ua-devtools": "~5.0.0",
5454
"@layerzerolabs/ua-devtools-evm": "~7.0.0",
5555
"@layerzerolabs/ua-devtools-evm-hardhat": "~9.0.0",
56-
"@layerzerolabs/ua-devtools-solana": "~8.0.0",
56+
"@layerzerolabs/ua-devtools-solana": "~8.0.1",
5757
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
5858
"@metaplex-foundation/mpl-toolbox": "^0.9.4",
5959
"@metaplex-foundation/umi": "^0.9.2",

packages/protocol-devtools-solana/CHANGELOG.md

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

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- 49f5dcd: Fix the handling of initSendLibrary and initReceiveLibrary to properly initialize in the init step rather than during setPeer
8+
39
## 8.0.0
410

511
### Patch Changes

packages/protocol-devtools-solana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/protocol-devtools-solana",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Utilities for LayerZero Solana protocol programs",
55
"repository": {
66
"type": "git",

packages/ua-devtools-solana/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @layerzerolabs/ua-devtools-solana
22

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- 49f5dcd: Fix the handling of initSendLibrary and initReceiveLibrary to properly initialize in the init step rather than during setPeer
8+
- Updated dependencies [49f5dcd]
9+
- @layerzerolabs/protocol-devtools-solana@8.0.1
10+
311
## 8.0.0
412

513
### Minor Changes

packages/ua-devtools-solana/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/ua-devtools-solana",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Utilities for LayerZero Solana projects",
55
"repository": {
66
"type": "git",
@@ -50,7 +50,7 @@
5050
"@layerzerolabs/lz-v2-utilities": "^3.0.75",
5151
"@layerzerolabs/oft-v2-solana-sdk": "^3.0.59",
5252
"@layerzerolabs/protocol-devtools": "~3.0.0",
53-
"@layerzerolabs/protocol-devtools-solana": "~8.0.0",
53+
"@layerzerolabs/protocol-devtools-solana": "~8.0.1",
5454
"@layerzerolabs/test-devtools": "~0.4.6",
5555
"@layerzerolabs/test-devtools-solana": "~0.0.5",
5656
"@layerzerolabs/ua-devtools": "~5.0.0",
@@ -81,7 +81,7 @@
8181
"@layerzerolabs/lz-v2-utilities": "^3.0.75",
8282
"@layerzerolabs/oft-v2-solana-sdk": "^3.0.59",
8383
"@layerzerolabs/protocol-devtools": "^3.0.0",
84-
"@layerzerolabs/protocol-devtools-solana": "~8.0.0",
84+
"@layerzerolabs/protocol-devtools-solana": "~8.0.1",
8585
"@layerzerolabs/ua-devtools": "^5.0.0",
8686
"@solana/web3.js": "^1.95.8",
8787
"fp-ts": "^2.16.2",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)