Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v2.8.27 #348

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@


## [2.8.27](https://github.com/0xsquid/api-sdk/compare/v2.8.1-beta.0...v2.8.27) (2024-12-03)


### Features

* add a timeout to Config and Squid ([#254](https://github.com/0xsquid/api-sdk/issues/254)) ([dc62cc0](https://github.com/0xsquid/api-sdk/commit/dc62cc0b841968df57d0a144ef3b869b0f45a985))
* add chainId property to evm balances response ([#240](https://github.com/0xsquid/api-sdk/issues/240)) ([ed4fe74](https://github.com/0xsquid/api-sdk/commit/ed4fe74a895a075364f5f585e4a7a464a94efffd))
* fetch token prices at runtime ([#244](https://github.com/0xsquid/api-sdk/issues/244)) ([49f3284](https://github.com/0xsquid/api-sdk/commit/49f32847ef315e93db009ab4662feb8756860abb))
* improve types for hooks ([#311](https://github.com/0xsquid/api-sdk/issues/311)) ([cb446a4](https://github.com/0xsquid/api-sdk/commit/cb446a4d9561e991e4eafd1a878287052cb89345))
* new sdk method to get usd prices ([#290](https://github.com/0xsquid/api-sdk/issues/290)) ([7ca1047](https://github.com/0xsquid/api-sdk/commit/7ca10471b3eb80aad73d708d6ecc39964f8ccc07))


### Bug Fixes

* approval address check ([#329](https://github.com/0xsquid/api-sdk/issues/329)) ([6af77c4](https://github.com/0xsquid/api-sdk/commit/6af77c4a5a93ec43145bfc7b0857315f4b420174))
* catch error getting token symbol ([#342](https://github.com/0xsquid/api-sdk/issues/342)) ([3e464f3](https://github.com/0xsquid/api-sdk/commit/3e464f38f49bdc6c535a0cf6b1eacaade78b4365))
* catch errors getting evm balances ([#324](https://github.com/0xsquid/api-sdk/issues/324)) ([50e7607](https://github.com/0xsquid/api-sdk/commit/50e76076293c1b0e9cc81d46671304c59536b6b9))
* ethers v5 wallet type ([#268](https://github.com/0xsquid/api-sdk/issues/268)) ([140e248](https://github.com/0xsquid/api-sdk/commit/140e248d79dac9c6a20b230fa68ea079c2cde5d8))
* execute route pre hook approval ([766236c](https://github.com/0xsquid/api-sdk/commit/766236caebf4288371d80379362734ed2b93c1b1))
* node version for workflows ([89da21a](https://github.com/0xsquid/api-sdk/commit/89da21acf0401abeb317211394656638a05711f4))
* preHook fundToken alloance and approval ([28c5eab](https://github.com/0xsquid/api-sdk/commit/28c5eab30c6b8f8c8544035f6398c7cddea967af))
* update types for slippage optional ([6f9cc05](https://github.com/0xsquid/api-sdk/commit/6f9cc0597bb0bd99683736d11612a65741b5c77c))
* use all chains when no chains are specified ([#234](https://github.com/0xsquid/api-sdk/issues/234)) ([46195d1](https://github.com/0xsquid/api-sdk/commit/46195d103ad89912a9f2bfff05cfd5869b36cbca))

## [2.8.26](https://github.com/0xsquid/api-sdk/compare/v2.8.1-beta.0...v2.8.26) (2024-10-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/sdk",
"version": "2.8.26",
"version": "2.8.27",
"description": "🛠 An SDK for building applications on top of 0xsquid",
"repository": {
"type": "git",
Expand Down
Loading