Skip to content

Commit

Permalink
chore: prepare version 2.2.0 (#203)
Browse files Browse the repository at this point in the history
## Description



This PR prepares to the relase of the version `v2.2.0`

---

### 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.*

- [x] 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
- [x] reviewed "Files changed" and left comments if necessary
- [x] 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 Jun 22, 2023
1 parent 55de58f commit 85c9e09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 2.2.0
## Features
- New transaction list UI
- New transaction details UI

## Bug fixes
- Fixed a bug that caused the home to reload the transaction list after showing the detail of a transaction
- Fixed a bug that prevented the user to write their mnemonic

# Version 2.1.1
## Features
- Add support to Desmos `v5.x.x`
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.1.1",
"version": "2.2.0",
"private": true,
"scripts": {
"postinstall": "patch-package && rn-nodeify -y --install stream,crypto,path --hack",
Expand Down

0 comments on commit 85c9e09

Please sign in to comment.