Skip to content

Commit

Permalink
chore: release v2.3.0 (#223)
Browse files Browse the repository at this point in the history
## Description

Closes: #XXXX

<!-- Add a description of the changes that this PR introduces and the
files that
are the most critical to review. -->

---

### Author Checklist

*All items are required. Please add a note to the item if the item is
not applicable and
please add links to any relevant follow up issues.*

- [ ] included the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] provided a link to the relevant issue or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable
and please add
your handle next to the items reviewed if you only reviewed selected
items.*

- [ ] confirmed the correct [type
prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json)
in the PR title
- [ ] confirmed all author checklist items have been addressed
  • Loading branch information
manu0466 authored Jul 19, 2023
1 parent 130116a commit 1107d9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Version 2.3.0
## Features
- Voting and Depositing on Governance Proposals: Users can now actively participate in governance by voting and depositing on proposals;
- Redesigned Bottom Bar: The home screen's bottom bar has been updated with a new design, enhancing the user experience;
- Hide User Balance Option: Users now have the flexibility to hide their balance from the home screen, providing more privacy;
- Profile Refresh Gesture: A pull-to-refresh gesture has been added to the Profile screen, allowing users to refresh their profile easily.

## Bug Fixes
- Crash on Deleting Last Account: The issue causing the application to crash when deleting the last account has been resolved;
- Improved Visualization of Delegations: Delegations with an amount equal to 0 are now hide;
- Profile Refresh Issue: Fixed the problem where the profile refresh upon returning to the Profile screen;
- Corrected `MsgExec` Description: The description for `MsgExec` has been fixed for better clarity;
- iOS Components Shadows: Shadows for components on iOS have been fixed to display correctly.

# Version 2.2.0
## Features
- New transaction list UI
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desmos-profile-manager",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"scripts": {
"postinstall": "patch-package && rn-nodeify -y --install stream,crypto,path --hack",
Expand Down

0 comments on commit 1107d9a

Please sign in to comment.