Skip to content

Commit bf201e8

Browse files
committed
chore(release/networks): patch
1 parent 7c63f9a commit bf201e8

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.changeset/crazy-clouds-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@lit-protocol/networks': major
3+
---
4+
5+
add missing `withdraw` ledge abi method

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"brown-houses-matter",
2727
"chatty-poets-grow",
2828
"chilly-rice-stand",
29+
"crazy-clouds-press",
2930
"cuddly-comics-take",
3031
"cuddly-rats-say",
3132
"curvy-trams-fly",

packages/networks/CHANGELOG.md

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

3+
## 8.0.0-alpha.26
4+
5+
### Major Changes
6+
7+
- add missing `withdraw` ledge abi method
8+
39
## 8.0.0-alpha.25
410

511
### Major Changes

packages/networks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"tags": [
3636
"universal"
3737
],
38-
"version": "8.0.0-alpha.25",
38+
"version": "8.0.0-alpha.26",
3939
"main": "./dist/index.js",
4040
"typings": "./src/index.d.ts",
4141
"types": "./dist/index.d.ts"

0 commit comments

Comments
 (0)