From 7ae9cd299221d7e05f7e6bda71b7a9ca2ade30e8 Mon Sep 17 00:00:00 2001 From: Ray Hung Date: Mon, 14 Mar 2022 10:31:11 +0800 Subject: [PATCH] build: bump version to 0.50.0 --- CHANGELOG.md | 13 +++++++++++++ android/app/build.gradle | 4 ++-- package-lock.json | 5 +++-- package.json | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9716002d8..999733b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.50.0 - 2022-03-14 + +### Added + +- A whole new wallets page +- A new tab in activities page to display network action order history + +### Fixed + +- Change num token icon from the black one to the blue one +- Fix activity details cid text overflow. #1167 +- Remove add to contacts checkbox when the receiver already exists in contacts + ## 0.49.1 - 2022-02-25 ### Added diff --git a/android/app/build.gradle b/android/app/build.gradle index 122a83782..1f85863a3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "io.numbersprotocol.capturelite" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 321 - versionName "0.49.1" + versionCode 330 + versionName "0.50.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/package-lock.json b/package-lock.json index fee70339b..766a9307b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "capture-lite", - "version": "0.49.1", + "version": "0.50.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.49.1", + "name": "capture-lite", + "version": "0.50.0", "dependencies": { "@angular/animations": "^12.2.4", "@angular/cdk": "^12.2.4", diff --git a/package.json b/package.json index 42a888351..0320c50ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.49.1", + "version": "0.50.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {