Skip to content

Commit

Permalink
chore(release): release 0.2.1 🚀 🎉 (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: Release bot :robot <[email protected]>
Co-authored-by: Lukas <[email protected]>
  • Loading branch information
3 people authored Jan 12, 2022
1 parent 0da6a99 commit d314a4b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.2.1](https://github.com/aave/aave-ui/compare/v0.2.0...v0.2.1) (2022-01-12)

### Features

- switch wdio to cypress test suite so forks can run tests more easily on their infra ([#254](https://github.com/aave/aave-ui/issues/254)) ([66b3fb5](https://github.com/aave/aave-ui/commit/66b3fb51726b260869025f0c33b1a590e8b68859))
- add link to snapshot governance from governance dashboard ([#304](https://github.com/aave/aave-ui/issues/304)) ([89096a5](https://github.com/aave/aave-ui/commit/89096a57a51d71593273a60a52e80963a57d682b))
- added `react-snowfall` because it's winter :tada: ([#284](https://github.com/aave/aave-ui/issues/284)) ([f63d0cb](https://github.com/aave/aave-ui/commit/f63d0cba9b22c8261cc371f07a9b71ff43c2c2e9))
- load languages on demand instead of all ([#294](https://github.com/aave/aave-ui/issues/294)) ([32e581e](https://github.com/aave/aave-ui/commit/32e581ee8c39c63b87f5e619e312f6dde1129353))

### Bug Fixes

- change etherscan TLD to .io ([#338](https://github.com/aave/aave-ui/issues/338)) ([c5a3da6](https://github.com/aave/aave-ui/commit/c5a3da613faa52399ced5c4c62fcdc58d0a15dbf))
- check txn validity before execution ([#314](https://github.com/aave/aave-ui/issues/314)) ([d4311ce](https://github.com/aave/aave-ui/commit/d4311ce47d3945db1e98031bcfab06e1252b4848))
- change `TokenIcon` import `'@aave/aave-ui-kit` to `helpers/config/assets-config` to allow easier adjustments ([#259](https://github.com/aave/aave-ui/issues/259)) ([61a5a5c](https://github.com/aave/aave-ui/commit/61a5a5c3e1438e52c94b0a4b7fb8beb750b18b99))
- remove rewards modal as it was only working for stkAave rewards ([#153](https://github.com/aave/aave-ui/issues/153)) ([74dd795](https://github.com/aave/aave-ui/commit/74dd795c131cfb7869e18c2eed3c0acd431e0028)), closes [#76](https://github.com/aave/aave-ui/issues/76)
- use correct stable rate in userSummary calculation ([#249](https://github.com/aave/aave-ui/issues/249)) ([dd7ad7f](https://github.com/aave/aave-ui/commit/dd7ad7f3786bbfa0fe224c434ede2c4eac146478))
- resolve an issue in current ltv calculation ([#267](https://github.com/aave/aave-ui/issues/267)) ([9ec5bfe](https://github.com/aave/aave-ui/commit/9ec5bfe9cb0e1c462d75c105a4b0c60f64081718))

## 0.2.0 (2021-12-14)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions 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": "aave-ui",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"license": "BSD-3-Clause",
"dependencies": {
Expand Down

2 comments on commit d314a4b

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.