From 5f9349311a852005a2dbcade74d3d73517168226 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:22:21 +0700 Subject: [PATCH] chore(release): version packages (#196) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @folks-finance/xchain-sdk@0.0.43 ### Patch Changes - [#186](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/186) [`5f5b333`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/5f5b33379c8f8ee6a9d2745064472809e40eb26b) Thanks [@palace22](https://github.com/palace22)! - Added testnet token CCIP-BnM - [#187](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/187) [`97a19c3`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/97a19c300c166705e7b10b4dba50319fad92b032) Thanks [@gidonkatten](https://github.com/gidonkatten)! - deposit boost support Co-authored-by: github-actions[bot] --- .changeset/empty-papayas-approve.md | 5 ----- .changeset/selfish-eggs-hide.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/empty-papayas-approve.md delete mode 100644 .changeset/selfish-eggs-hide.md diff --git a/.changeset/empty-papayas-approve.md b/.changeset/empty-papayas-approve.md deleted file mode 100644 index 620878e..0000000 --- a/.changeset/empty-papayas-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Added testnet token CCIP-BnM diff --git a/.changeset/selfish-eggs-hide.md b/.changeset/selfish-eggs-hide.md deleted file mode 100644 index 8065cb4..0000000 --- a/.changeset/selfish-eggs-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -deposit boost support diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0a703..00bfd54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @folks-finance/xchain-sdk +## 0.0.43 + +### Patch Changes + +- [#186](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/186) [`5f5b333`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/5f5b33379c8f8ee6a9d2745064472809e40eb26b) Thanks [@palace22](https://github.com/palace22)! - Added testnet token CCIP-BnM + +- [#187](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/187) [`97a19c3`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/97a19c300c166705e7b10b4dba50319fad92b032) Thanks [@gidonkatten](https://github.com/gidonkatten)! - deposit boost support + ## 0.0.42 ### Patch Changes diff --git a/package.json b/package.json index e0c20c7..cd09be4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@folks-finance/xchain-sdk", "description": "The official JavaScript SDK for the Folks Finance Cross-Chain Lending Protocol", - "version": "0.0.42", + "version": "0.0.43", "license": "MIT", "publishConfig": { "access": "public"