From dfe5e5a206d9b28dde42ab0f028c9dfd02a31ae5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:54:41 +0100 Subject: [PATCH] chore(release): version packages (#198) 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.44 ### Patch Changes - [#197](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/197) [`44e5ebb`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/44e5ebb40044b33a1cf6858641322a6496d64c4e) Thanks [@gidonkatten](https://github.com/gidonkatten)! - fix rewards apr Co-authored-by: github-actions[bot] --- .changeset/sour-shrimps-destroy.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sour-shrimps-destroy.md diff --git a/.changeset/sour-shrimps-destroy.md b/.changeset/sour-shrimps-destroy.md deleted file mode 100644 index 78ad275..0000000 --- a/.changeset/sour-shrimps-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -fix rewards apr diff --git a/CHANGELOG.md b/CHANGELOG.md index 00bfd54..7a7f003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.44 + +### Patch Changes + +- [#197](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/197) [`44e5ebb`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/44e5ebb40044b33a1cf6858641322a6496d64c4e) Thanks [@gidonkatten](https://github.com/gidonkatten)! - fix rewards apr + ## 0.0.43 ### Patch Changes diff --git a/package.json b/package.json index cd09be4..5063169 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.43", + "version": "0.0.44", "license": "MIT", "publishConfig": { "access": "public"