Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
debiodevops authored Nov 30, 2022
1 parent 0f55ab3 commit bfdf954
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

## [2.1.0](https://github.com/debionetwork/debio-frontend/compare/2.0.6...2.1.0) (2022-11-30)


### Features

* add usn and usdt to wallet ([#564](https://github.com/debionetwork/debio-frontend/issues/564)) ([a5d0dba](https://github.com/debionetwork/debio-frontend/commit/a5d0dba07d825f706c111eb5cc8291855c9de40a))
* enhance provide service when claim request and handle balance format ([#523](https://github.com/debionetwork/debio-frontend/issues/523)) ([7fa49b8](https://github.com/debionetwork/debio-frontend/commit/7fa49b89081dcaa62c099999823299d8c299ad13))
* Finalize Request when staking ([#571](https://github.com/debionetwork/debio-frontend/issues/571)) ([ea465a8](https://github.com/debionetwork/debio-frontend/commit/ea465a8e33a8c0222a6defc84ccef0155e2de885))
* remove USN from lab ([#570](https://github.com/debionetwork/debio-frontend/issues/570)) ([05c007a](https://github.com/debionetwork/debio-frontend/commit/05c007a51ddd21dab5e630670500694184376767))
* remove-metamask ([#557](https://github.com/debionetwork/debio-frontend/issues/557)) ([2956f86](https://github.com/debionetwork/debio-frontend/commit/2956f863d50dda7838be21dfaeb2abf58decb52e))


### Bug Fixes

* balance on wallet ([#560](https://github.com/debionetwork/debio-frontend/issues/560)) ([b50e418](https://github.com/debionetwork/debio-frontend/commit/b50e418b2df163cbf850aea88417c2d507766d26))
* check balance in register service ([#572](https://github.com/debionetwork/debio-frontend/issues/572)) ([12f1ec1](https://github.com/debionetwork/debio-frontend/commit/12f1ec17c043630f7b2bee575d8f9a8d1ab7be7d))
* conversion for edit form ([#581](https://github.com/debionetwork/debio-frontend/issues/581)) ([5e911c1](https://github.com/debionetwork/debio-frontend/commit/5e911c1f7a77a7de91272075040db3aa2151a67e))
* currency conversion USDT ([#573](https://github.com/debionetwork/debio-frontend/issues/573)) ([af85fd4](https://github.com/debionetwork/debio-frontend/commit/af85fd46ffd0f50e839d6e26293bad090babf6c6))
* error on entrypoint ([#585](https://github.com/debionetwork/debio-frontend/issues/585)) ([c8536cf](https://github.com/debionetwork/debio-frontend/commit/c8536cfee1333b4278ed8920a9f80d7e93d36392))
* fix set notification read ([#510](https://github.com/debionetwork/debio-frontend/issues/510)) ([0de212b](https://github.com/debionetwork/debio-frontend/commit/0de212bc46e95b935501f111969faac093870e39))
* get notif from localStorage ([#521](https://github.com/debionetwork/debio-frontend/issues/521)) ([04950cf](https://github.com/debionetwork/debio-frontend/commit/04950cf048c16cdbe3d002802a40795137f34017))
* order list on dashboard ([#568](https://github.com/debionetwork/debio-frontend/issues/568)) ([65c66a7](https://github.com/debionetwork/debio-frontend/commit/65c66a7f7576cddd8b8f7406e3f75c7683eec21f))
* remove unused env ([#584](https://github.com/debionetwork/debio-frontend/issues/584)) ([7ae9464](https://github.com/debionetwork/debio-frontend/commit/7ae9464ad588f8dfd0a4263aa2134eab7d4fc4de))
* usd rate for conversion from USDT to USD ([#575](https://github.com/debionetwork/debio-frontend/issues/575)) ([7120860](https://github.com/debionetwork/debio-frontend/commit/712086093bfd2457479fae3b3ba9bb30b6255fd0))
* wallet usn usdt ([#566](https://github.com/debionetwork/debio-frontend/issues/566)) ([e70f53a](https://github.com/debionetwork/debio-frontend/commit/e70f53a6a02a1aba69eabf4e7e06d39ace998047))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debio-frontend",
"version": "2.0.6",
"version": "2.1.0",
"private": true,
"license": "AGPL-3.0",
"author": "DeBio Dev Team <[email protected]>",
Expand Down

0 comments on commit bfdf954

Please sign in to comment.