From 725e59269d736f66706d10409c63548aafaf9478 Mon Sep 17 00:00:00 2001 From: Ray Hung Date: Thu, 31 Mar 2022 14:33:54 +0800 Subject: [PATCH] build: bump version to 0.53.0 --- CHANGELOG.md | 10 ++++++++++ android/app/build.gradle | 4 ++-- package-lock.json | 5 +++-- package.json | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b2642b1..994305cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.53.0 - 2022-03-31 + +### Added + +- Display insufficient NUM in order confirm dialog if applicable. +- Add loading indicator at Capture transactions history page. +- Warn user that the asset will become public when sharing asset profile. +- Support network action that doesn't take in any parameter. +- Support optional network action parameters. + ## 0.52.1 - 2022-03-25 ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index 694ac9b76..82a980828 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 351 - versionName "0.52.1" + versionCode 360 + versionName "0.53.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/package-lock.json b/package-lock.json index a0dace0ac..261aa6f26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "capture-lite", - "version": "0.52.1", + "version": "0.53.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.52.1", + "name": "capture-lite", + "version": "0.53.0", "dependencies": { "@angular/animations": "^12.2.4", "@angular/cdk": "^12.2.4", diff --git a/package.json b/package.json index 8864c936f..2493c1ab9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.52.1", + "version": "0.53.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {