From b52d46a315224bd229092deaf618a276a9301675 Mon Sep 17 00:00:00 2001 From: Lutra Labs Bot Date: Fri, 18 Oct 2024 14:14:30 +0000 Subject: [PATCH] chore: dapp release --- .changeset/early-mayflies-kiss.md | 5 ----- .changeset/early-planets-thank.md | 5 ----- .changeset/great-years-promise.md | 5 ----- .changeset/light-garlics-notice.md | 5 ----- .changeset/loud-cougars-admire.md | 5 ----- .changeset/twelve-mice-dress.md | 5 ----- apps/frontend/CHANGELOG.md | 19 +++++++++++++++++++ apps/frontend/package.json | 2 +- 8 files changed, 20 insertions(+), 31 deletions(-) delete mode 100644 .changeset/early-mayflies-kiss.md delete mode 100644 .changeset/early-planets-thank.md delete mode 100644 .changeset/great-years-promise.md delete mode 100644 .changeset/light-garlics-notice.md delete mode 100644 .changeset/loud-cougars-admire.md delete mode 100644 .changeset/twelve-mice-dress.md create mode 100644 apps/frontend/CHANGELOG.md diff --git a/.changeset/early-mayflies-kiss.md b/.changeset/early-mayflies-kiss.md deleted file mode 100644 index 25aecffa..00000000 --- a/.changeset/early-mayflies-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swaylend-dapp": patch ---- - -Improved handling of numbers, input field, max button behaviour and error messages. diff --git a/.changeset/early-planets-thank.md b/.changeset/early-planets-thank.md deleted file mode 100644 index 018e1746..00000000 --- a/.changeset/early-planets-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swaylend-dapp": patch ---- - -Adds copy icon feedback and changes how PostHog is initialized diff --git a/.changeset/great-years-promise.md b/.changeset/great-years-promise.md deleted file mode 100644 index 1d5dd49f..00000000 --- a/.changeset/great-years-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swaylend-dapp": minor ---- - -Initial minor release. diff --git a/.changeset/light-garlics-notice.md b/.changeset/light-garlics-notice.md deleted file mode 100644 index 08158ed6..00000000 --- a/.changeset/light-garlics-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swaylend-dapp": patch ---- - -Fixes wrong calculation of available liquidity on the dapp diff --git a/.changeset/loud-cougars-admire.md b/.changeset/loud-cougars-admire.md deleted file mode 100644 index 98457897..00000000 --- a/.changeset/loud-cougars-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swaylend-dapp": minor ---- - -Refactor Fuel implementation. diff --git a/.changeset/twelve-mice-dress.md b/.changeset/twelve-mice-dress.md deleted file mode 100644 index bd545592..00000000 --- a/.changeset/twelve-mice-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swaylend-dapp": patch ---- - -Change how minimum borrow amount is calculated. diff --git a/apps/frontend/CHANGELOG.md b/apps/frontend/CHANGELOG.md new file mode 100644 index 00000000..bc652477 --- /dev/null +++ b/apps/frontend/CHANGELOG.md @@ -0,0 +1,19 @@ +# swaylend-dapp + +## 0.1.0 + +### Minor Changes + +- [#160](https://github.com/Swaylend/swaylend-monorepo/pull/160) [`90408b2`](https://github.com/Swaylend/swaylend-monorepo/commit/90408b28dc58ca4d7c072230a28fb409334f722a) Thanks [@pseudobun](https://github.com/pseudobun)! - Initial minor release. + +- [#171](https://github.com/Swaylend/swaylend-monorepo/pull/171) [`1a5beb9`](https://github.com/Swaylend/swaylend-monorepo/commit/1a5beb9d95f236603a1d284ca38ce9192fce14ed) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactor Fuel implementation. + +### Patch Changes + +- [#174](https://github.com/Swaylend/swaylend-monorepo/pull/174) [`353ce84`](https://github.com/Swaylend/swaylend-monorepo/commit/353ce847e9226f2cde7d15a5c675267850a6f005) Thanks [@andyv09](https://github.com/andyv09)! - Improved handling of numbers, input field, max button behaviour and error messages. + +- [`f4059ee`](https://github.com/Swaylend/swaylend-monorepo/commit/f4059ee8c5e6bf8243c9e5f0987b1c1b61c347a9) Thanks [@martines3000](https://github.com/martines3000)! - Adds copy icon feedback and changes how PostHog is initialized + +- [#164](https://github.com/Swaylend/swaylend-monorepo/pull/164) [`412f3b6`](https://github.com/Swaylend/swaylend-monorepo/commit/412f3b67e881e0458904ff23e8201dbbd616b711) Thanks [@martines3000](https://github.com/martines3000)! - Fixes wrong calculation of available liquidity on the dapp + +- [`0083c1f`](https://github.com/Swaylend/swaylend-monorepo/commit/0083c1ff8dfda800ab1829d5dd29fa32b25c263f) Thanks [@martines3000](https://github.com/martines3000)! - Change how minimum borrow amount is calculated. diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 2c6dc839..1df56540 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "swaylend-dapp", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "private": true, "homepage": "https://app.swaylend.com",