Skip to content

Commit cb98c80

Browse files
authored
Merge pull request #2935 from superhero-com/master
Realign v2.2.1
2 parents 38caa49 + 8c0759c commit cb98c80

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.2.1](https://github.com/Superhero-com/superhero-wallet/compare/v2.2.0...v2.2.1) (2024-04-01)
6+
7+
8+
### Features
9+
10+
* refresh account latest transactions if pending found ([86d2ee8](https://github.com/Superhero-com/superhero-wallet/commit/86d2ee8f01238b081c71d8978c89cb67142a2745))
11+
12+
13+
### Bug Fixes
14+
15+
* correct grammar ([de00164](https://github.com/Superhero-com/superhero-wallet/commit/de00164372d2839d8e3df7277f2030ba10bc98fa))
16+
517
## [2.2.0](https://github.com/Superhero-com/superhero-wallet/compare/v2.1.6...v2.2.0) (2024-03-28)
618

719

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.superhero.cordova"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 20200
11-
versionName "2.2.0"
10+
versionCode 20201
11+
versionName "2.2.1"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

ios/App/App.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
"$(inherited)",
366366
"@executable_path/Frameworks",
367367
);
368-
MARKETING_VERSION = 2.2.0;
368+
MARKETING_VERSION = 2.2.1;
369369
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
370370
PRODUCT_BUNDLE_IDENTIFIER = com.superhero.cordova;
371371
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -390,7 +390,7 @@
390390
"$(inherited)",
391391
"@executable_path/Frameworks",
392392
);
393-
MARKETING_VERSION = 2.2.0;
393+
MARKETING_VERSION = 2.2.1;
394394
PRODUCT_BUNDLE_IDENTIFIER = com.superhero.cordova;
395395
PRODUCT_NAME = "$(TARGET_NAME)";
396396
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superhero-wallet",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Superhero wallet",
55
"author": "Superhero",
66
"license": "MIT",

0 commit comments

Comments
 (0)