Skip to content

Commit e5bf1d9

Browse files
🚀 Version packages (#1844)
1 parent 9ec1a69 commit e5bf1d9

15 files changed

Lines changed: 54 additions & 114 deletions

File tree

.changeset/ninety-bugs-relate.md

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

.changeset/selfish-timers-allow.md

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

.changeset/six-dots-occur.md

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

.changeset/six-hornets-marry.md

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

examples/lzapp-migration/CHANGELOG.md

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

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- d720011: oft-solana: require user to confirm max total token supply given a local decimals value
8+
- d720011: print max supply given solana local decimals
9+
- Updated dependencies [d720011]
10+
- @layerzerolabs/devtools-solana@3.0.4
11+
- @layerzerolabs/devtools@2.0.3
12+
313
## 0.3.7
414

515
### Patch Changes

examples/lzapp-migration/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layerzerolabs/lzapp-migration-example",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -24,9 +24,9 @@
2424
"hardhat-deploy": "^0.12.1"
2525
},
2626
"dependencies": {
27-
"@layerzerolabs/devtools": "^2.0.2",
27+
"@layerzerolabs/devtools": "^2.0.3",
2828
"@layerzerolabs/devtools-evm-hardhat": "^4.0.0",
29-
"@layerzerolabs/devtools-solana": "^3.0.3",
29+
"@layerzerolabs/devtools-solana": "^3.0.4",
3030
"@layerzerolabs/export-deployments": "^0.0.16",
3131
"@layerzerolabs/io-devtools": "^0.3.0",
3232
"@layerzerolabs/lz-evm-sdk-v1": "^3.0.49",

examples/oft-solana/CHANGELOG.md

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

3+
## 0.12.9
4+
5+
### Patch Changes
6+
7+
- 9ec1a69: oft-solana example: add rate limit print and add support for token2022 metadata
8+
- d720011: oft-solana: require user to confirm max total token supply given a local decimals value
9+
- d720011: print max supply given solana local decimals
10+
311
## 0.12.8
412

513
### 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.12.8",
3+
"version": "0.12.9",
44
"private": true,
55
"scripts": {
66
"clean": "rm -rf target artifacts cache out .anchor",
@@ -30,10 +30,10 @@
3030
"@ethersproject/bytes": "^5.7.0",
3131
"@ethersproject/contracts": "^5.7.0",
3232
"@ethersproject/providers": "^5.7.0",
33-
"@layerzerolabs/devtools": "~2.0.2",
33+
"@layerzerolabs/devtools": "~2.0.3",
3434
"@layerzerolabs/devtools-evm": "~3.0.0",
3535
"@layerzerolabs/devtools-evm-hardhat": "^4.0.0",
36-
"@layerzerolabs/devtools-solana": "~3.0.3",
36+
"@layerzerolabs/devtools-solana": "~3.0.4",
3737
"@layerzerolabs/eslint-config-next": "~2.3.39",
3838
"@layerzerolabs/io-devtools": "~0.3.0",
3939
"@layerzerolabs/lz-definitions": "^3.0.86",

packages/devtools-solana/CHANGELOG.md

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

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- d720011: print max supply given solana local decimals
8+
- Updated dependencies [d720011]
9+
- @layerzerolabs/devtools@2.0.3
10+
311
## 3.0.3
412

513
### Patch Changes

packages/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/devtools-solana",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Utilities for LayerZero Solana projects",
55
"repository": {
66
"type": "git",
@@ -42,7 +42,7 @@
4242
"p-memoize": "~4.0.4"
4343
},
4444
"devDependencies": {
45-
"@layerzerolabs/devtools": "~2.0.2",
45+
"@layerzerolabs/devtools": "~2.0.3",
4646
"@layerzerolabs/io-devtools": "~0.3.0",
4747
"@layerzerolabs/lz-definitions": "^3.0.75",
4848
"@layerzerolabs/test-devtools": "~0.4.6",
@@ -66,7 +66,7 @@
6666
"zod": "^3.22.4"
6767
},
6868
"peerDependencies": {
69-
"@layerzerolabs/devtools": "~2.0.2",
69+
"@layerzerolabs/devtools": "~2.0.3",
7070
"@layerzerolabs/io-devtools": "~0.3.0",
7171
"@layerzerolabs/lz-definitions": "^3.0.75",
7272
"@solana/web3.js": "^1.95.8",

0 commit comments

Comments
 (0)