From 837ef39808098a9b0e5450023cb868916cf77fcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:01:25 +0100 Subject: [PATCH] chore(release): version packages (#148) 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.25 ### Patch Changes - [#147](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/147) [`4c440af`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/4c440afb8a78d8050ec8ab85bee7a4e4ebf229aa) Thanks [@gidonkatten](https://github.com/gidonkatten)! - redeploy smart contracts Co-authored-by: github-actions[bot] --- .changeset/odd-crews-eat.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/odd-crews-eat.md diff --git a/.changeset/odd-crews-eat.md b/.changeset/odd-crews-eat.md deleted file mode 100644 index 6579dae..0000000 --- a/.changeset/odd-crews-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -redeploy smart contracts diff --git a/CHANGELOG.md b/CHANGELOG.md index d50893a..fb877f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.25 + +### Patch Changes + +- [#147](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/147) [`4c440af`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/4c440afb8a78d8050ec8ab85bee7a4e4ebf229aa) Thanks [@gidonkatten](https://github.com/gidonkatten)! - redeploy smart contracts + ## 0.0.24 ### Patch Changes diff --git a/package.json b/package.json index 92ffe3c..0ea502c 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.24", + "version": "0.0.25", "license": "MIT", "publishConfig": { "access": "public"