From 8506cd0664e47cdb0312f709d0cf67aa1262c4ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:49:01 +0100 Subject: [PATCH] chore(release): version packages (#204) 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.47 ### Patch Changes - [#203](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/203) [`6e35561`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/6e35561ba790306c537aabeeac6f1470edebfdac) Thanks [@palace22](https://github.com/palace22)! - Fixed folks token ids from pool const Co-authored-by: github-actions[bot] --- .changeset/honest-feet-turn.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/honest-feet-turn.md diff --git a/.changeset/honest-feet-turn.md b/.changeset/honest-feet-turn.md deleted file mode 100644 index 8f0cf9c..0000000 --- a/.changeset/honest-feet-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -Fixed folks token ids from pool const diff --git a/CHANGELOG.md b/CHANGELOG.md index b62079d..7e50b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.47 + +### Patch Changes + +- [#203](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/203) [`6e35561`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/6e35561ba790306c537aabeeac6f1470edebfdac) Thanks [@palace22](https://github.com/palace22)! - Fixed folks token ids from pool const + ## 0.0.46 ### Patch Changes diff --git a/package.json b/package.json index 2c661bb..c8f31fc 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.46", + "version": "0.0.47", "license": "MIT", "publishConfig": { "access": "public"