Skip to content

Commit

Permalink
chore(release): version packages (#155)
Browse files Browse the repository at this point in the history
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/[email protected]

### Patch Changes

-
[#151](#151)
[`965b38e`](965b38e)
Thanks [@gidonkatten](https://github.com/gidonkatten)! - Fixed BTCb ava
spoke token

-
[#151](#151)
[`965b38e`](965b38e)
Thanks [@gidonkatten](https://github.com/gidonkatten)! - deploy mainnet

-
[#159](#159)
[`8854ef7`](8854ef7)
Thanks [@gidonkatten](https://github.com/gidonkatten)! - add addresses
to fee data

-
[#151](#151)
[`965b38e`](965b38e)
Thanks [@gidonkatten](https://github.com/gidonkatten)! - fix precision
of price formulae

-
[#154](#154)
[`32b44f5`](32b44f5)
Thanks [@palace22](https://github.com/palace22)! - increased send token
adapter fees by 1%

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 20, 2024
1 parent 965b38e commit 988379a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-keys-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-ducks-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-houses-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-chairs-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-insects-sleep.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @folks-finance/xchain-sdk

## 0.0.28

### Patch Changes

- [#151](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/151) [`965b38e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/965b38e7942975cf11134bb7456aaf1a2ee85904) Thanks [@gidonkatten](https://github.com/gidonkatten)! - Fixed BTCb ava spoke token

- [#151](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/151) [`965b38e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/965b38e7942975cf11134bb7456aaf1a2ee85904) Thanks [@gidonkatten](https://github.com/gidonkatten)! - deploy mainnet

- [#159](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/159) [`8854ef7`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/8854ef773fa4cc33bd2b045c01f598baeafe51ee) Thanks [@gidonkatten](https://github.com/gidonkatten)! - add addresses to fee data

- [#151](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/151) [`965b38e`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/965b38e7942975cf11134bb7456aaf1a2ee85904) Thanks [@gidonkatten](https://github.com/gidonkatten)! - fix precision of price formulae

- [#154](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/pull/154) [`32b44f5`](https://github.com/Folks-Finance/folks-finance-xchain-js-sdk/commit/32b44f524aa6238daf274e700bd381911c65fd19) Thanks [@palace22](https://github.com/palace22)! - increased send token adapter fees by 1%

## 0.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.27",
"version": "0.0.28",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 988379a

Please sign in to comment.