Skip to content

Commit 0aa9cad

Browse files
chore(sdk-viem): release v1.1.0 (#3466)
* release(sdk-viem): v1.1.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(sdk-viem): update changelog Signed-off-by: Victorien Gauch <85494462+VGau@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Victorien Gauch <85494462+VGau@users.noreply.github.com> Co-authored-by: VGau <85494462+VGau@users.noreply.github.com>
1 parent a5a7847 commit 0aa9cad

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

ts-libs/sdk/sdk-viem/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @lfdt-lineth/sdk-viem
22

3+
## 1.1.0 (2026-06-29)
4+
5+
- refactor(sdk-viem): extract inlined contract ABIs into shared module (#3460) (1be49d027)
6+
- fix(sdk-viem): bound eth_getLogs queries to avoid provider block-range limits issue (#3450) (a47dc30c2)
7+
38
## 1.0.0 (2026-06-10)
49

510
Initial release of `@lfdt-lineth/sdk-viem`, a TypeScript SDK for interacting with the Linea bridge and messaging system built on [Viem](https://viem.sh/).

ts-libs/sdk/sdk-viem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lfdt-lineth/sdk-viem",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Viem-based SDK for Linea bridge deposits, withdrawals, claims, and message queries",
55
"author": "Consensys Software Inc.",
66
"license": "(MIT OR Apache-2.0)",

0 commit comments

Comments
 (0)