From 45def97f0c762016d3376ad0e17dce6a1420c019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:52:18 +0000 Subject: [PATCH 1/3] build(deps): bump nanoid from 3.3.7 to 3.3.8 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index a05cbba..8ca26f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20221,11 +20221,11 @@ __metadata: linkType: hard "nanoid@npm:^3.3.6": - version: 3.3.7 - resolution: "nanoid@npm:3.3.7" + version: 3.3.8 + resolution: "nanoid@npm:3.3.8" bin: nanoid: bin/nanoid.cjs - checksum: d36c427e530713e4ac6567d488b489a36582ef89da1d6d4e3b87eded11eb10d7042a877958c6f104929809b2ab0bafa17652b076cdf84324aa75b30b722204f2 + checksum: dfe0adbc0c77e9655b550c333075f51bb28cfc7568afbf3237249904f9c86c9aaaed1f113f0fddddba75673ee31c758c30c43d4414f014a52a7a626efc5958c9 languageName: node linkType: hard From 34a6ca37c2bf419e7d19dc1152f8cd0498b7ba6e Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Fri, 13 Dec 2024 16:04:10 +0700 Subject: [PATCH 2/3] docs: remove wip --- README.md | 4 ---- docs/sdk/intro.md | 4 ---- packages/sdk/README.md | 4 ---- 3 files changed, 12 deletions(-) diff --git a/README.md b/README.md index 0ae2989..90d1bbe 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ **Lido Ethereum SDK** is a package that provides convenient tools for interacting with Lido contracts on the Ethereum network through a software development kit (SDK). This SDK simplifies working with Lido contracts and accessing their functionality. -## WIP - -The project is currently under development and may change in the future. - ## Changelog For changes between versions see [CHANGELOG.MD](packages/sdk/CHANGELOG.md) diff --git a/docs/sdk/intro.md b/docs/sdk/intro.md index 883d105..9f78fd3 100644 --- a/docs/sdk/intro.md +++ b/docs/sdk/intro.md @@ -6,10 +6,6 @@ slug: / **Lido Ethereum SDK** is a package that provides convenient tools for interacting with Lido contracts on the Ethereum network through a software development kit (SDK). This SDK simplifies working with Lido contracts and accessing their functionality. -## WIP - -The project is currently under development and may change in the future. - ## Changelog For changes between versions see [CHANGELOG.MD](https://github.com/lidofinance/lido-ethereum-sdk/blob/main/packages/sdk/CHANGELOG.md) diff --git a/packages/sdk/README.md b/packages/sdk/README.md index 7ecee6d..59e1f16 100644 --- a/packages/sdk/README.md +++ b/packages/sdk/README.md @@ -15,10 +15,6 @@ **Lido Ethereum SDK** is a package that provides convenient tools for interacting with Lido contracts on the Ethereum network through a software development kit (SDK). This SDK simplifies working with Lido contracts and accessing their functionality. -## ⚒️ Work In Progress ⚒️ - -The project is currently under active development and may experience breaking changes in the future. - ## Docs See interactive docs at [lidofinance.github.io/lido-ethereum-sdk](https://lidofinance.github.io/lido-ethereum-sdk/) From f292636408ccfab89a35ef9773d094709bee7004 Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Fri, 13 Dec 2024 16:08:04 +0700 Subject: [PATCH 3/3] docs: migration link --- docs/sdk/intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sdk/intro.md b/docs/sdk/intro.md index 9f78fd3..57d83b8 100644 --- a/docs/sdk/intro.md +++ b/docs/sdk/intro.md @@ -8,10 +8,12 @@ slug: / ## Changelog -For changes between versions see [CHANGELOG.MD](https://github.com/lidofinance/lido-ethereum-sdk/blob/main/packages/sdk/CHANGELOG.md) +For changes between versions see [Changelog](./changelog.mdx) ## Migration +For migration guide between major versions see [Migration](./migration.mdx) + ## Installation You can install the Lido Ethereum SDK using npm or yarn. `viem` is required as a peer dep: