From 85c9e09074bddcd5331cd86f3e0bb1b97b80cb11 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 22 Jun 2023 15:30:48 -0500 Subject: [PATCH] chore: prepare version 2.2.0 (#203) ## 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 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 298c505b..2c5e6974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index ab3055a7..f2a3cbf5 100644 --- a/package.json +++ b/package.json @@ -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",