From c57a1cfb616d31f84a1c8be27086c3470c7f7f39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:59:31 +0100 Subject: [PATCH] chore(release): version packages (#173) 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.33 ### Patch Changes - [#172](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/172) [`f76fe5e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/f76fe5ebf0d7d8ff27a394d77f13d38be50e7f51) Thanks [@gidonkatten](https://github.com/gidonkatten)! - add f token supply and updated retained amount Co-authored-by: github-actions[bot] --- .changeset/twelve-teachers-greet.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/twelve-teachers-greet.md diff --git a/.changeset/twelve-teachers-greet.md b/.changeset/twelve-teachers-greet.md deleted file mode 100644 index ebe0c38..0000000 --- a/.changeset/twelve-teachers-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -add f token supply and updated retained amount diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f8439..afd5f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.33 + +### Patch Changes + +- [#172](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/172) [`f76fe5e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/f76fe5ebf0d7d8ff27a394d77f13d38be50e7f51) Thanks [@gidonkatten](https://github.com/gidonkatten)! - add f token supply and updated retained amount + ## 0.0.32 ### Patch Changes diff --git a/package.json b/package.json index e8a8299..8d2c09d 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.32", + "version": "0.0.33", "license": "MIT", "publishConfig": { "access": "public"