From 534e756614fb8d38830a0548a08e98558c687f27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:28:24 +0100 Subject: [PATCH] chore(release): version packages (#102) 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.6 ### Patch Changes - [#101](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/101) [`d19af87`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/d19af87c21d835bbcef10876c3ab0c5ff9b140eb) Thanks [@gidonkatten](https://github.com/gidonkatten)! - added fixed gas limit estimate increase Co-authored-by: github-actions[bot] --- .changeset/blue-teachers-brush.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/blue-teachers-brush.md diff --git a/.changeset/blue-teachers-brush.md b/.changeset/blue-teachers-brush.md deleted file mode 100644 index bc653d9..0000000 --- a/.changeset/blue-teachers-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/xchain-sdk": patch ---- - -added fixed gas limit estimate increase diff --git a/CHANGELOG.md b/CHANGELOG.md index bc09e6a..81047eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/xchain-sdk +## 0.0.6 + +### Patch Changes + +- [#101](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/101) [`d19af87`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/d19af87c21d835bbcef10876c3ab0c5ff9b140eb) Thanks [@gidonkatten](https://github.com/gidonkatten)! - added fixed gas limit estimate increase + ## 0.0.5 ### Patch Changes diff --git a/package.json b/package.json index 7e5749d..770b917 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.5", + "version": "0.0.6", "license": "MIT", "publishConfig": { "access": "public"